summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* fixes #1099 Should inline backtrace buffer in REPGarrett D'Amore2020-01-02
* Fixes broken win32 build. (#1092)Cody Piersall2020-01-02
* fixes #1090 nni_strlcat is unusedGarrett D'Amore2020-01-02
* fixes #1088 REP protocol does not signal SENDFD properlyGarrett D'Amore2020-01-01
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* Add error message for NNG_ECONNSHUT (#1084)Robert Bielik2020-01-01
* Fixup a few codacy complaints.Garrett D'Amore2020-01-01
* fixes #1081 Use after free possible in statsGarrett 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
* Fix compilation errors and warnings when NNG_ENABLE_STATS is OFFRobert Bielik2019-12-30
* Add http server method for getting addressRobert Bielik2019-12-29
* fixes #1059 compat_tcp test sometimes times outGarrett D'Amore2019-12-29
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* 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 #1062 Windows client connections cannot get NNG_OPT_LOCADDRGarrett D'Amore2019-12-28
* fixes #986 ws_read_finish_str free invalid pointerGarrett D'Amore2019-12-28
* Brittleness in pair1 mono faithful test.Garrett D'Amore2019-12-27
* fixes #1057 reqpoll test fails (bad test logic) sometimesGarrett D'Amore2019-12-27
* Bind to IP address -- localhost might not go where you think.Garrett D'Amore2019-12-27
* Allow more time for the listener to get going in the cloud.Garrett D'Amore2019-12-27
* Move the WSS file test, and hopefully provide more debuggability.Garrett D'Amore2019-12-27
* Add possibility to use mbedtls cmake target if availableRobert Bielik2019-12-27
* 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 #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #1038 Linux should use getentropy or getrandomGarrett D'Amore2019-12-24
* fixes #1032 Figure out Darwin bustednessGarrett 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
* Fix typo in websocket/CMakeLists.txtEvgeny Ermakov2019-12-10
* fixes #1004 Warning found by clang --analyzeGarrett D'Amore2019-11-11
* Add option for preferring new messages on SUB0Nathan Kent2019-11-03
* fixes #970 TCP connections through docker-proxy do not reconnectGarrett D'Amore2019-09-24
* fixes #987 Memory leak in ipc_dialer_dial (Windows)Garrett D'Amore2019-09-23
* fixes #976 websocket stream calls incorrect completion callbackGarrett D'Amore2019-08-12
* fixes #979 ZeroTier fails with zero recvmaxGarrett D'Amore2019-08-11
* fixes #975 nng_http_res_alloc does not init status code properlyGarrett D'Amore2019-08-09
* fixes #954 large message fails with no error messageGarrett D'Amore2019-07-17
* fixes #969 CMake : export target to current build scopeGarrett D'Amore2019-07-17
* MinGW fixes for interlocked variablesGarrett D'Amore2019-06-27
* wrong return type in fallback atomic opGarrett D'Amore2019-06-05
* fixes #948 TLS listener leaks underlying TCP stream listenerGarrett D'Amore2019-05-19
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* fixes #937 Memory Leak in wsstreamGarrett D'Amore2019-05-19
* fixes #923 #935 RECVBUF/SENDBUF has variable typeNathan Kent2019-05-19
* Add uint64 to generated legacy nng_setopt_* functions.Cody Piersall2019-05-17