aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_ipc.c
Commit message (Expand)AuthorAge
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Make ipc work 100% async.Garrett D'Amore2017-07-05
* Rename aio functions. Enhanced epdesc_finish.Garrett D'Amore2017-07-04
* IPC & TCP negotiation done using aio. Remove old sync send/recv.Garrett D'Amore2017-07-03
* pipedesc_read/write -> pipedesc_send/recv.Garrett D'Amore2017-06-30
* Use common POSIX socket handling for IPC.Garrett D'Amore2017-06-29
* Pass cancel of IPC and TCP all the way down to POSIX pipedescs.Garrett D'Amore2017-06-29
* Refactor stop again, closing numerous races (thanks valgrind!)Garrett D'Amore2017-06-28
* Convert to POSIX polled I/O for async; start of cancelable aio.Garrett D'Amore2017-06-27
* IPC send/recv works asynchronously for POSIX.Garrett D'Amore2017-03-29
* Fix for SunOS/illumos.Garrett D'Amore2017-01-25
* Add nn_sendmsg (with NN_MSG support).Garrett D'Amore2017-01-23
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Windows TCP now working.Garrett D'Amore2017-01-14
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12