summaryrefslogtreecommitdiff
path: root/src/transport/ipc
Commit message (Expand)AuthorAge
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #652 dial has no timeout with UNIX domain socketsGarrett D'Amore2018-08-14
* fixes #647 IPC and TCP fixes from rewriteGarrett D'Amore2018-08-14
* fixes #632 TCP start eliminationGarrett D'Amore2018-08-13
* fixes #615 IPC close on Windows leaves handle openGarrett D'Amore2018-08-12
* fixes #640 IPC leaks foundGarrett D'Amore2018-08-11
* fixes #630 IPC start eliminationGarrett D'Amore2018-08-08
* 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 #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #509 We need "relative" IPC URLsGarrett D'Amore2018-06-08
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #431 hang in taskq_waitGarrett D'Amore2018-05-15
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #413 desire --count option for nngcatGarrett D'Amore2018-05-07
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #317 TLS, TCP, and IPC should support multiple outstanding opsGarrett D'Amore2018-03-30
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* 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