aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fixes #1619 expose expire threads tunablesPaulo Henrique Silva2023-08-27
* Skip URI parameters when serving a directory (http_server)Robert Bielik2023-08-23
* fix the wrong size in stream xfr alloc.wangha2023-08-23
* fix copyrightsGarrett D'Amore2023-04-23
* 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 #1619 Expose NNG_MAX_EXPIRE_THREADS via CMakeGarrett D'Amore2023-04-19
* fixes#1611 http_sconn_error() in http_server.c; use after freeGarrett D'Amore2023-04-19
* posix_resolv_gai.c: add AI_NUMERICSERV where undefinedSergey Fedorov2023-04-19
* Birth pipe object with non-zero reference.Garrett D'Amore2023-04-19
* fixes #1610 nni_sock_open() in socket.c: use after freeGarrett D'Amore2023-04-19
* Get common name and subject alternative names of peer certificate (#1617)Christian Fischbach2023-02-08
* Socket close may leak messages.Garrett D'Amore2023-02-07
* Minor formatting fix.Garrett D'Amore2023-02-07
* Revert "fixes 1543 (#1616)"Garrett D'Amore2023-02-05
* Revert "fixes#1175 nng_listen occasionally fails when reusing ipc socket on W...Garrett D'Amore2023-02-05
* Don't bump error counters for NNG_ECLOSED.Garrett D'Amore2023-02-05
* src: sp: tcp: Finish receive aio on close (#1636)Dmitry Shifrin2023-02-05
* fixes#1175 nng_listen occasionally fails when reusing ipc socket on Windows (...Garrett D'Amore2023-02-05
* fixes 1543 (#1616)josh salit2023-02-05
* Fix PAIR v0 not finalizing the pollables when closing socket (#1640)Ricardo Catalinas Jiménez2023-02-05
* Fill NNG_PKGS to request nng dependencies from installed location. (#1641)Garrett D'Amore2023-02-05
* Update idhash.c (#1638)shikokuchuo2023-02-05
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* Silence NNI_ASSERT warnings when building with NDEBUG (#1621) (#1622)Ruben Valls2022-10-18
* Fixes the call to setsockopt(SO_UPDATE_ACCEPT_CONTEXT) on Windows (#1604)Ruben Valls2022-07-15
* Fixes compiling when NNG_ENABLE_STATS is OFF (#1600)Ruben Valls2022-06-20
* Fix mingw atomics (#1601)Ruben Valls2022-06-20
* Fix out-of-bounds error in http_uri_canonify(). (#1595)Manuel Saraiva2022-05-31
* fixes Undefined reference to nni_atomic_dec & nni_atomic_dec64 on Windows. (#...alvin12212022-05-29
* fixes #1586 Undefined reference to nni_atomic_swap & nni_atomic_cas(Built by ...alvin12212022-05-29
* fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_resultGarrett D'Amore2022-04-18
* fixes #1576 Fallback not used when clock_gettime is unavailable (crash on OSX...Garrett D'Amore2022-04-18
* fixes #1577 nng_stat_find_socket always returns the same stats nodeGarrett D'Amore2022-04-16
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* Fix leak of messages lost during device abort.Garrett D'Amore2021-12-29
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* Bus socket converted to use lmq.Garrett D'Amore2021-12-27
* Introduce nng_device_aio().Garrett D'Amore2021-12-27
* Socket and context initialization never fails.Garrett D'Amore2021-12-25
* Provide a tiny buf for lmq buffer by default.Garrett D'Amore2021-12-25
* Fix possible crash in allocation failure path for LMQ.Garrett D'Amore2021-12-25
* Pollables can be completely inline.Garrett D'Amore2021-12-25
* Bus aio's can be inline.Garrett D'Amore2021-12-25
* Restore legacy nng_getopt_ptr.Garrett D'Amore2021-12-25
* fixes #1552 Several warnings compiling in Windows with Visual Studio 2019Garrett D'Amore2021-12-25
* fixes #1550 GCC diagnostic inside functions not supported in older compilersGarrett D'Amore2021-12-25
* Could use GCC atomics for older versions of GCC.Garrett D'Amore2021-12-08
* Fixes compiling on windows 32-bit (#1549)Edward Rudd2021-12-08
* Compilation failure for atomics on legacy platforms (gcc 4.8, centos 7)Garrett D'Amore2021-12-08