aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Expand)AuthorAge
* Log rejects by app, bind/listen/connect failures.Garrett D'Amore2024-04-14
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
* fixes #1658 Possible use-after-free in dialerGarrett D'Amore2023-04-23
* fixes #1657 Use after free in listener (data race)Garrett D'Amore2023-04-23
* fixes #1610 nni_sock_open() in socket.c: use after freeGarrett D'Amore2023-04-19
* Socket close may leak messages.Garrett D'Amore2023-02-07
* Fixes compiling when NNG_ENABLE_STATS is OFF (#1600)Ruben Valls2022-06-20
* fixes #1577 nng_stat_find_socket always returns the same stats nodeGarrett D'Amore2022-04-16
* Introduce nng_device_aio().Garrett D'Amore2021-12-27
* Socket and context initialization never fails.Garrett D'Amore2021-12-25
* ID map static initialization support.Garrett D'Amore2021-12-06
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* Fix incorrect elides of deprecated code.Garrett D'Amore2021-11-29
* Eliminate the pipe mutex and use atomic for pipe closed.Garrett D'Amore2021-09-06
* SP initialization cannot fail.Garrett D'Amore2021-09-06
* fixes #1498 Endpoint close/shutdown could be synchronous (#1499)Garrett D'Amore2021-09-04
* Several minor cleanups. Fix socket id stat for listener.v1.5.0Garrett D'Amore2021-07-09
* Fix leaking pipes after close.Garrett D'Amore2021-07-07
* fixes #1456 bad access in OSX thread on nn (#1457)Garrett D'Amore2021-07-01
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* *Fix Add missing #define when disabling NNG_ENABLE_STATS (#1342)JaylinYu2020-11-13
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #1230 NNG_OPT_RECONNMAXT zero does not prevent exponential back-offGarrett D'Amore2020-05-24
* fixes #1104 move allocation of protocol objects to common coreGarrett D'Amore2020-01-03
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fixes #954 large message fails with no error messageGarrett D'Amore2019-07-17
* fixes #815 Eliminate socket filters on message queuesGarrett D'Amore2019-03-13
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* fixes #782 stat namespace collision on QNXGarrett D'Amore2018-11-09
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #693 Failed dial results in hard spinGarrett D'Amore2018-08-31
* fixes #648 REQ protocol can hang on closeGarrett D'Amore2018-08-14
* fixes #208 pipe start should occur before connect / acceptGarrett D'Amore2018-08-14
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #601 pipe destroy can fail to close pipeGarrett D'Amore2018-07-18
* fixes #589 tsan found racesGarrett D'Amore2018-07-16
* fixes #568 Want a single reader/write lock on socket child objectsGarrett D'Amore2018-07-06
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #564 Race regression caused by#522Garrett D'Amore2018-07-02
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #473 Bug 460 is too aggressiveGarrett D'Amore2018-05-21
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #449 Want more flexible pipe eventsGarrett D'Amore2018-05-17
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15