aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix copyright, reflow code.Garrett D'Amore2018-03-02
* Document new TLS header file.Garrett D'Amore2018-03-02
* Add nng_sendmsg and nng_recvmsg manual pages.Garrett D'Amore2018-03-02
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Bump version to 0.5.0.0.5.0Garrett D'Amore2018-03-02
* Add a copy of the LICENSE.adoc in the docs directory.Garrett D'Amore2018-03-02
* Move some docs to docs directory, add CONTRIBUTING and templates.Garrett D'Amore2018-03-02
* ipc: more robust initLiam Staskawicz2018-03-02
* kqueue: add kqueue-based pollq implementationLiam Staskawicz2018-03-02
* fixes #247 nngcat needs TLS optionsGarrett D'Amore2018-03-02
* fixes #250 nngcat may not build if protocols are missingGarrett D'Amore2018-02-28
* fixes #246 Need nngcat man pageGarrett D'Amore2018-02-28
* nng listen option tries to dial instead.Garrett D'Amore2018-02-28
* fixes #240 nngcat is MIAGarrett D'Amore2018-02-28
* Windows IPC connection timer still thinks its usec.Garrett D'Amore2018-02-26
* Hang in concurrent IPC connection close.Garrett D'Amore2018-02-26
* Add a note that the AIO callback must not block.Garrett D'Amore2018-02-26
* Fix version loading.Garrett D'Amore2018-02-26
* Fix incorrect section numbers.Garrett D'Amore2018-02-25
* More man page reorganization.Garrett D'Amore2018-02-25
* Better way to handle copyright.Garrett D'Amore2018-02-25
* Remove some attribute declarations, use build scripts.Garrett D'Amore2018-02-23
* Supply reference manual information.Garrett D'Amore2018-02-23
* Move compatibility header so that <nanomsg/nn.h> works.Garrett D'Amore2018-02-23
* Updated rationale to reflect current state, improved markup.Garrett D'Amore2018-02-23
* Fix compilation of perf tool (broken by modularity changes.)Garrett D'Amore2018-02-22
* Add nng_opts_parse() API for handling command line options.Garrett D'Amore2018-02-22
* Add nng_send and nng_recv man pages.Garrett D'Amore2018-02-22
* Added pipeline references, adjusted markup for consistency.Garrett D'Amore2018-02-22
* Add actual copyright holders to the license (required per MIT text).Garrett D'Amore2018-02-22
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* Fixes for POSIX pollq structure.Garrett D'Amore2018-02-21
* Fix incorrect cross reference.Garrett D'Amore2018-02-21
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #238 REP0 documention is unclearGarrett D'Amore2018-02-19
* Add dialer documentation.Garrett D'Amore2018-02-16
* Fix nng_listen_start to add NNG_FLAG_NONBLOCK.Garrett D'Amore2018-02-16
* Add nng_listen* man pages.Garrett D'Amore2018-02-16
* Minor markup fixes for TLS pages.Garrett D'Amore2018-02-15
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Use POSIX compliant shell syntax.Garrett D'Amore2018-02-14
* Backout #224 Does not work in CI, and breaks legacy compatibility.Garrett D'Amore2018-02-08
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* Add reqrep demo, but demonstrate zero copy, and sending binary data.Garrett D'Amore2018-02-08
* fixes #224 Windows pipe name restrictions, unicodeGarrett D'Amore2018-02-07
* Introduce simple HTTP client demo application.Garrett D'Amore2018-02-07
* HTTP public API should initialize the library.Garrett D'Amore2018-02-07
* Add documentation for HTTP client API.Garrett D'Amore2018-02-07