aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Expand)AuthorAge
* Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.Garrett D'Amore2017-01-02
* Final purge of old threading & synch stuff.Garrett D'Amore2017-01-01
* Endpoint uses single thread.Garrett D'Amore2017-01-01
* Socket reaper uses new-thread.Garrett D'Amore2017-01-01
* Pipe simplifications for thread management.Garrett D'Amore2017-01-01
* Free our per socket message queues.Garrett D'Amore2016-12-31
* More use after free.Garrett D'Amore2016-12-31
* Close & destroy endpoints in a single operation.Garrett D'Amore2016-12-31
* Factor out repeated protocol code into common.Garrett D'Amore2016-12-29
* Move option helpers to their own file.Garrett D'Amore2016-12-29
* Pipe ID calculations & socket error functions.Garrett D'Amore2016-12-28
* Start of REQ protocol. Still need hook handling and resender.Garrett D'Amore2016-12-28
* Send and receive now work.Garrett D'Amore2016-12-27
* Buffer resizing implemented. (Needed for single threaded inproc tests.)Garrett D'Amore2016-12-27
* Substantial fixes for listen & dialers.Garrett D'Amore2016-12-25
* New dial/listen API. Dialing might work now.Garrett D'Amore2016-12-25
* Change in handling of extended info for messages.Garrett D'Amore2016-12-24
* Getopt implemented (and minimal test).Garrett D'Amore2016-12-24
* nng_setopt works (rcvtimeout, etc.) External API adjustments.Garrett D'Amore2016-12-23
* Don't linger if there are no possible readers present.Garrett D'Amore2016-12-23
* Some tests around recvmsg (no senders yet). Fixes for some edge cases.Garrett D'Amore2016-12-23
* Initial tests -- open & close work (no pipes or endpoints yet).Garrett D'Amore2016-12-23
* Implemened synchronous & asynchronuos dialer, accepter. Getting close...Garrett D'Amore2016-12-22
* Added lingering (1s default.)Garrett D'Amore2016-12-22
* Implemented dialer core.Garrett D'Amore2016-12-22
* Endpoint dialer implemented.Garrett D'Amore2016-12-22
* Work on endpoints. More C99 & type cleanups.Garrett D'Amore2016-12-22
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.Garrett D'Amore2016-12-22
* Use C99 structure initializers FTW. Various other changes.Garrett D'Amore2016-12-22
* Logic for socket shutdown, cleanup, and draining figured out.Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* nni_socket_add_pipe and nni_socket_remove_pipe implementation.Garrett D'Amore2016-12-14
* More robust platform definition support.Garrett D'Amore2016-12-14
* Socket sendfilter called.Garrett D'Amore2016-12-14
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* Oops... Pipe list initialization was not complete.Garrett D'Amore2016-12-14
* nn_socket_create() implemented.Garrett D'Amore2016-12-14
* Protocols are 16-bit.Garrett D'Amore2016-12-14
* Initial swing at pair protocol.Garrett D'Amore2016-12-13
* More comments, and detection of fork-reentrancy. Much effort was spentGarrett D'Amore2016-12-13
* More pipe details, and clarified locking / call order comments in transport.h.Garrett D'Amore2016-12-12
* New inproc transport.Garrett D'Amore2016-12-12
* Work in progress on sendmsg.Garrett D'Amore2016-12-11
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11