aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* 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 #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* Modified code to explicitly set hints.ai_socktype passed to getaddrinfo(). On...Mike Bush2018-07-24
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #591 incorrect reuse of server instances by websocketGarrett D'Amore2018-07-16
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #566 Windows iov resubmit routine is not used.Garrett D'Amore2018-07-06
* fixes #576 IPC listen unlinks UNIX socket on failureGarrett D'Amore2018-07-05
* fixes #575 kqueue spins hardGarrett D'Amore2018-07-04
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #32 autoscale based on CPUs availableGarrett D'Amore2018-06-12
* fixes #525 posix nni_plat_tcp_ep_init should not mark mode unusedGarrett D'Amore2018-06-11
* Adding sys/stat.h to src/platform/posix/posix_aio.h for building with muslMark Stevens2018-06-04
* fixes #499 Eliminate the unused nni_plat_home_dir...Garrett D'Amore2018-05-30
* fixes #477 Android NDK build configurationGarrett D'Amore2018-05-30
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #488 pthread mutex initializer could be simplerGarrett D'Amore2018-05-29
* fixes #471 Linux resolver truncates port number silentlyGarrett D'Amore2018-05-21
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* 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