summaryrefslogtreecommitdiff
path: root/src/nng.c
Commit message (Expand)AuthorAge
...
* fixes #222 Public URL APIGarrett D'Amore2018-01-23
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #137 Remove public access to numeric protocolsGarrett D'Amore2017-10-31
* fixes #136 consider eliminating nng_shutdownGarrett D'Amore2017-10-30
* fixes #46 make device() use aios directlyGarrett D'Amore2017-10-26
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* Eliminate stale nng_clock function.Garrett D'Amore2017-10-19
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* fixes #116 Add missing ::nng_pipe_getopt_usec implementationGarrett D'Amore2017-10-18
* Added more complete tests, and changes to property handling.Garrett D'Amore2017-10-02
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Implement dynamic option numbering.Garrett D'Amore2017-08-23
* Add new errnos we might need.Garrett D'Amore2017-08-18
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Move socket structure to private socket implementation.Garrett D'Amore2017-08-14
* Convert duration to usec.Garrett D'Amore2017-08-14
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #62 Endpoint close should be synchronous #62Garrett D'Amore2017-08-14
* Convenience option accesor functions.Garrett D'Amore2017-08-12
* Add 32-bit accessors for messages, and tests for them.Garrett D'Amore2017-08-11
* Verify errno handling works; use table driven approach.Garrett D'Amore2017-08-10
* Unify the msg API.Garrett D'Amore2017-08-10
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Added nn_compat code for option handling, fixed other bugs.Garrett D'Amore2017-08-08
* Address possible leak on send failure.Garrett D'Amore2017-08-07
* Fix EAGAIN (timeout thread can run before we finish scheduling!)Garrett D'Amore2017-07-16
* Implemented asynchronous (fully) accept.Garrett D'Amore2017-07-14
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Expose a library finalizer suitable for atexit().Garrett D'Amore2017-06-21
* Make APIs for holding references more consistent.Garrett D'Amore2017-06-21
* Start of using objhash for endpoints.Garrett D'Amore2017-06-06
* New object hash implementation, used by socket (to start).Garrett D'Amore2017-06-05
* Notification working - separate thread now.Garrett D'Amore2017-03-11
* Introduce new NNG_ECANCELED errno.Garrett D'Amore2017-02-19
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27
* 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
* 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
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21