summaryrefslogtreecommitdiff
path: root/src/transport/ipc
Commit message (Expand)AuthorAge
* ipc: more robust initLiam Staskawicz2018-03-02
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* Fix leaks on send.Garrett D'Amore2018-01-03
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* fixes #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* The common endpoint code already ensures state is proper.Garrett D'Amore2017-08-23
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* fixes #39 Transport ops vector should be versionedGarrett D'Amore2017-08-17
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Simplify initialization, fix error in closed TCP endpoint.Garrett D'Amore2017-08-08
* Fix warninsg about size types found in 64-bit windows build.Garrett D'Amore2017-08-05
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* fixes #28 Occasional orphaned pipe or endpoint?Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* fixes #21 Crash in IPC (POSIX)Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* IPC race condition fixes. These mirror what we did for TCP.Garrett D'Amore2017-07-15
* Close at least one of the race conditions in ipc closing.Garrett D'Amore2017-07-13
* 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
* Move IPC negotiation out of connect/accept.Garrett D'Amore2017-07-05
* Return void on send & recv for transports.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
* Rename legacy connect/accept as _sync for now.Garrett D'Amore2017-07-03
* More aio name cleanups.Garrett D'Amore2017-07-02
* Transports allocate their pipe structures during connect & accept.Garrett D'Amore2017-07-02
* 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
* IPC send/recv works asynchronously for POSIX.Garrett D'Amore2017-03-29
* TCP (POSIX) async send/recv working. Other changes.Garrett D'Amore2017-03-29
* More interface hiding. (pipe tran data setting).Garrett D'Amore2017-03-19
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Fixes for 32-bit Windows compilation.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Windows TCP now working.Garrett D'Amore2017-01-14
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12