aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* Pipe simplifications for thread management.Garrett D'Amore2017-01-01
* Nuke legacy _t types.Garrett D'Amore2017-01-01
* New thread infrastructure -- not used anywhere yet, but tested.Garrett D'Amore2017-01-01
* ECLOSED should abort the dialer.Garrett D'Amore2016-12-31
* Free our per socket message queues.Garrett D'Amore2016-12-31
* Finally closed the silly endpoint / pipe use-after-free race.Garrett D'Amore2016-12-31
* More use after free.Garrett D'Amore2016-12-31
* Use after free fix.Garrett D'Amore2016-12-31
* Close & destroy endpoints in a single operation.Garrett D'Amore2016-12-31
* Fix races in pipe termination.Garrett D'Amore2016-12-31
* Remove old debug.Garrett D'Amore2016-12-31
* Restructure to be less confusing to uncrustify.Garrett D'Amore2016-12-31
* Avoid C99 initialization; cmake 3.1/3.2 doesn't pass -std=c99?Garrett D'Amore2016-12-31
* Uncrustify fixes.Garrett D'Amore2016-12-31
* Factor out repeated protocol code into common.Garrett D'Amore2016-12-29
* Richer tests and fixes for idhash. Also dynamically allocate idhash.Garrett D'Amore2016-12-29
* Test suite for idhash, fix symbol errors, and value changing.Garrett D'Amore2016-12-29
* Move option helpers to their own file.Garrett D'Amore2016-12-29
* Implementation of an id hash for hashing pipes by ID.Garrett D'Amore2016-12-29
* Pipe ID calculations & socket error functions.Garrett D'Amore2016-12-28
* Implement msgqueue_putback.Garrett D'Amore2016-12-28
* Add new nni_msg_dup() API. (Needed for REQ protocol.)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
* Message allocation fixed. Comparison was backwards.Garrett D'Amore2016-12-27
* Times are 64-bits, not 32-bits!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
* Change entry points in transports to bind() and connect().Garrett D'Amore2016-12-25
* New dial/listen API. Dialing might work now.Garrett D'Amore2016-12-25
* Pipe pointer was not stored, leading to crash in dial/listen.Garrett D'Amore2016-12-25
* Expose and implement pipe operations. (nng_pipe_close, nng_pipe_getopt).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
* Uncrustify fixes.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
* Support for unbuffered msgqueues (like Go unbuffered channels.)Garrett D'Amore2016-12-23
* Initial tests -- open & close work (no pipes or endpoints yet).Garrett D'Amore2016-12-23
* More C99-ification. Also end the _t thing for types (ISO C rules).Garrett D'Amore2016-12-22
* 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
* C99 comment style.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
* Synchronization enhancements - inproc & msgqueue. Absolute waits...Garrett D'Amore2016-12-22
* Start of work to inline mutexes and condition variables.Garrett D'Amore2016-12-22