aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* fixes #462 mode_t missing during compilationGarrett D'Amore2018-05-20
* fixes #451 task finalization could be better/smarter (resolver)Garrett D'Amore2018-05-17
* fixes #430 Unable to build in MSYS + Win-buildsGarrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* Fix double unlock.Austin Wise2018-05-07
* fixes #393 panic on illumos - epoll assertion errorGarrett D'Amore2018-05-06
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* Eliminate unused varable.Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes bad address tests in tcp and tls (#345)toppk2018-04-14
* fixes #338 possible SIGPIPE on LinuxGarrett D'Amore2018-04-10
* Eliminate possible data race on file descriptor.Garrett D'Amore2018-04-10
* fixes #335 eventfd seems unreliable on Linux (Ubuntu 17.10)Garrett D'Amore2018-04-09
* fixes #322 epoll implementation is racyGarrett D'Amore2018-03-30
* fixes #318 Assertion on macOS -- kevent() returns EINPROGRESS.Garrett D'Amore2018-03-30
* epoll: add epoll-based pollq implementationLiam Staskawicz2018-03-15
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #269 nngcat unreliable with ZeroTier transportGarrett D'Amore2018-03-07
* Fix for Windows compilation warnings.Garrett D'Amore2018-03-05
* fixes #265 nngcat should support persistent ZT nodesGarrett D'Amore2018-03-05
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* kqueue: add license infoLiam Staskawicz2018-03-04
* kqueue: add kqueue-based pollq implementationLiam Staskawicz2018-03-02
* Windows IPC connection timer still thinks its usec.Garrett D'Amore2018-02-26
* Hang in concurrent IPC connection close.Garrett D'Amore2018-02-26
* Fixes for POSIX pollq structure.Garrett D'Amore2018-02-21
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Backout #224 Does not work in CI, and breaks legacy compatibility.Garrett D'Amore2018-02-08
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #224 Windows pipe name restrictions, unicodeGarrett D'Amore2018-02-07
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #216 HTTP server side API refactoring, directory serving supportGarrett D'Amore2018-01-20
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* Refactored file API.Garrett D'Amore2018-01-11
* Compile warning (possible size_t overrun) on Windows.Garrett D'Amore2017-12-28
* fixes #158 nni_plat_init: undefined return value if called from two threadsGarrett D'Amore2017-12-28
* Fix compilation warnings, bugs, and crashes found on Windows.Garrett D'Amore2017-12-28
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* fixes #150 IPC error during Bus testsGarrett D'Amore2017-11-05
* Darwin needs to use SO_NOSIGPIPE.Garrett D'Amore2017-11-04
* Simplify pollq_add, use SO_NOSIGNAL option on macOS.Garrett D'Amore2017-10-30
* And another compile time regression.Garrett D'Amore2017-10-19
* POSIX fixups for certain platforms.Garrett D'Amore2017-10-19