aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_pipedesc.c
Commit message (Expand)AuthorAge
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* 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 #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #338 possible SIGPIPE on LinuxGarrett D'Amore2018-04-10
* Eliminate possible data race on file descriptor.Garrett D'Amore2018-04-10
* Fixes for POSIX pollq structure.Garrett D'Amore2018-02-21
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* 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 #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* 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
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Update Capitar copyrights.Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* epdesc functionality.Garrett D'Amore2017-07-05
* Separate out poller/pollq from basic socket operations.Garrett D'Amore2017-07-04