aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix
Commit message (Expand)AuthorAge
...
* fixes #1022 Support tcp6 link local addressesGarrett D'Amore2020-10-29
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1275 Test timeouts on FreeBSDGarrett D'Amore2020-08-08
* Fix build on FreeBSD (#1272)Steve Wills2020-08-04
* fixes #844 WebSocket wildcard host errorsGarrett D'Amore2020-07-27
* nng: support NNG_OPT_IPC_PEER_PID on modern macOS systemsRichard Markiewicz2020-06-15
* Fix possible use after freeEvgeny Ermakov2020-02-05
* more compile fixes for legacy atomicsGarrett D'Amore2020-02-05
* fixes #1182 v1.2.5 build fails gcc 4.8Garrett D'Amore2020-02-05
* fixes #1176 Unable to build latestGarrett D'Amore2020-01-27
* fixes #1131 (openindiana) compile errorGarrett D'Amore2020-01-12
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1112 POSIX pollq finalizers could be simplerGarrett D'Amore2020-01-05
* fixes #1105 pollable can be inlined, and use atomicsGarrett D'Amore2020-01-04
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* fixes #1079 Use after free panic in tcp_dialerGarrett D'Amore2019-12-30
* fixes #1075 WebSocket heap use after freeGarrett D'Amore2019-12-30
* Silence a few clang-tidy complaints.Garrett D'Amore2019-12-29
* Remove some unused includes from POSIX resolver.Garrett D'Amore2019-12-29
* fixes #1065 resolver leaks work structuresGarrett D'Amore2019-12-29
* fixes #1051 nni_ntop is unusedGarrett D'Amore2019-12-27
* fixes #1037 http client crashes (pthread lock bugs)Garrett D'Amore2019-12-26
* Various clang tidy fixups in the POSIX pollers.Garrett D'Amore2019-12-26
* fixes #1038 Linux should use getentropy or getrandomGarrett D'Amore2019-12-24
* fixes #1034 POSIX atomic handing default case is bustedGarrett D'Amore2019-12-24
* Address complaints found by lgtm.com.Garrett D'Amore2019-12-11
* fixes #970 TCP connections through docker-proxy do not reconnectGarrett D'Amore2019-09-24
* wrong return type in fallback atomic opGarrett D'Amore2019-06-05
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* posix va_start incorrectGarrett D'Amore2019-05-07
* Introduce nni_plat_printf()Garrett D'Amore2019-05-07
* fixes #891 Need to handle more getaddrinfo() error codesGarrett D'Amore2019-02-23
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #853 Move IPC options to nng.hGarrett D'Amore2019-01-06
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #849 TCP option handling not quite rightGarrett D'Amore2019-01-05
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* fixes #769 How to limit worker threadsMatt Gigli2018-12-16
* fixes #767 Want tunable stack sizeGarrett D'Amore2018-10-31
* fixes #687 POLLHUP is problematic on macOS too...Garrett D'Amore2018-08-30
* fixes #683 atomic 64 stuff broken on pre-C11 stacksGarrett D'Amore2018-08-29
* fixes #674 want 64-bit atomics (for stats)Garrett D'Amore2018-08-27
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #653 Weird connect failures in dialer (multistress) (#660)Garrett D'Amore2018-08-20
* fixed compilation error on OpenBSD, missing sockpeercred (#659)Francisc Simon2018-08-19
* fixes #656 Don't connect/remove IPC sockets unless bind failsGarrett D'Amore2018-08-16