summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix trailing comment.threadedGarrett D'Amore2017-02-18
* We don't need putback on message queues after all.Garrett D'Amore2017-02-18
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27
* Fix bug that prevents threads from starting if waited on too soon.Garrett D'Amore2017-01-26
* Fixes for BUS protocol in compat, test suite, and timing in compat tests.Garrett D'Amore2017-01-26
* Fix bug in test code for thread_destroy.Garrett D'Amore2017-01-26
* Added more plumbing to facilitate test writing & compatibility.Garrett D'Amore2017-01-26
* Fix for SunOS/illumos.Garrett D'Amore2017-01-25
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Add nni_ep_hold, nni_ep_hold_close, nni_ep_rele, nng_endpoint_close.Garrett D'Amore2017-01-24
* Implement reconnect timer including backoff.Garrett D'Amore2017-01-24
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Add nn_sendmsg (with NN_MSG support).Garrett D'Amore2017-01-23
* nn_recvmsg, and enhancements to support NN_MSG allocated messages.Garrett D'Amore2017-01-23
* Use nng_msg underneath (less copying!)Garrett D'Amore2017-01-23
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
* Start on compat stuff.Garrett D'Amore2017-01-22
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Whoops, forgot to add the pipe implementations to git!!Garrett D'Amore2017-01-21
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Uncrustify last couple sets of changes.Garrett D'Amore2017-01-21
* Added protocol flags (which ones can send, and which can receive).Garrett D'Amore2017-01-21
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Fix compilation warnings found on Windows.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
* Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly.Garrett D'Amore2017-01-21
* Implement nng_send and nng_recv convenience routines.Garrett D'Amore2017-01-21
* Dangling compiler warnings from sock handle change.Garrett D'Amore2017-01-20
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Fix leak in surveyor pipe.Garrett D'Amore2017-01-19
* Thread fini shouldl be idempotent.Garrett D'Amore2017-01-19
* Fix synchronization problem in msgqueue with multiple consumers.Garrett D'Amore2017-01-19
* Fix TCP hostname wildcards on Windows. Sort of.Garrett D'Amore2017-01-18
* Address segfault in TCP, and fix wild card handling.Garrett D'Amore2017-01-18
* fixes #12 SURVEY hang in TravisGarrett D'Amore2017-01-18
* Fixes pipeline stall due to backpressure signaling race.Garrett D'Amore2017-01-18
* 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
* Windows compilation fixes.Garrett D'Amore2017-01-18
* Fixes for valgrind issues.Garrett D'Amore2017-01-18
* Public pipe and endpoint APIs use IDs instead of pointers.Garrett D'Amore2017-01-17
* 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
* Added dynamic ID generation & management for idhash tables.Garrett D'Amore2017-01-17
* Windows clock fixes.Garrett D'Amore2017-01-16
* 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