aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Expand)AuthorAge
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21
* Resolve deadlock during close.Garrett D'Amore2017-01-21
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Reduce lock contention and simplify logic for endpoint creation.Garrett D'Amore2017-01-18
* Reaper exits too soon, leaking bits.Garrett D'Amore2017-01-18
* Fix leaking notify structs.Garrett D'Amore2017-01-18
* Pipe IDs are now tracked on global ID hashes.Garrett D'Amore2017-01-17
* Pipe IDs are now tracked by hash table for performance.Garrett D'Amore2017-01-17
* External event API for send/recv implemented.Garrett D'Amore2017-01-16
* Recv/Send event plumbing implemented (msgqueue and up).Garrett D'Amore2017-01-16
* Start of event framework.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Move to generic socket & pipe workers, and up to 4 each.Garrett D'Amore2017-01-08
* More close race fixing.Garrett D'Amore2017-01-07
* Clean up sender/recver threads.Garrett D'Amore2017-01-07
* Uncrustify fix for last.Garrett D'Amore2017-01-07
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Add nng_shutdown() for sockets to help avoid close race.Garrett D'Amore2017-01-05
* Begin testing REQ/REP.Garrett D'Amore2017-01-02
* Protocol initialization restructuring.Garrett D'Amore2017-01-02
* Endpoint renaming.Garrett D'Amore2017-01-02
* Transport renaming phase 1.Garrett D'Amore2017-01-02
* Rename nni_socket to nni_sock.Garrett D'Amore2017-01-02
* Change msgqueue -> msgq.Garrett D'Amore2017-01-02
* 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