summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fixes #136 consider eliminating nng_shutdownGarrett D'Amore2017-10-30
* Simplify pollq_add, use SO_NOSIGNAL option on macOS.Garrett D'Amore2017-10-30
* Add conceptual overview doc.Garrett D'Amore2017-10-26
* Eliminate the unused DRYRUN flag.Garrett D'Amore2017-10-26
* Minor format changes, tie the sleep in preview to script exit.Garrett D'Amore2017-10-26
* Documentation updates.Garrett D'Amore2017-10-26
* fixes #46 make device() use aios directlyGarrett D'Amore2017-10-26
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25
* Spelling fixes (thanks ispell).Garrett D'Amore2017-10-24
* Various man page fixups, add inproc header.Garrett D'Amore2017-10-24
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* Doc directory moved to make github pages happy.Garrett D'Amore2017-10-24
* Correct confusion about node vs. network numbers (bit sizes).Garrett D'Amore2017-10-24
* fixes #112 Need to move some stuff from socket to message queuesGarrett D'Amore2017-10-23
* fixes #127 Bad format TCP address causes null pointer exceptionGarrett D'Amore2017-10-23
* Add socket address details for nng_zerotier(7).Garrett D'Amore2017-10-20
* Start of man-page documentation.Garrett D'Amore2017-10-20
* And another compile time regression.Garrett D'Amore2017-10-19
* POSIX fixups for certain platforms.Garrett D'Amore2017-10-19
* Eliminate stale nng_clock function.Garrett D'Amore2017-10-19
* fixes #123 latency tests with wrong message sizeGarrett D'Amore2017-10-19
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* fixes #120 nng_sockaddr options initialized with garbage dataGarrett D'Amore2017-10-19
* fixes #114 docs: Major differences and motivation vs. nanomsgGarrett D'Amore2017-10-18
* fixes #116 Add missing ::nng_pipe_getopt_usec implementationGarrett D'Amore2017-10-18
* fixes #110 Cancellation race in ZeroTierGarrett D'Amore2017-10-10
* fixes #92 Support ZT federations (moons)Garrett D'Amore2017-10-10
* New platform API for storage methods.Garrett D'Amore2017-10-09
* Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat.Garrett D'Amore2017-10-06
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* fixes #99 Still seeing segfaults in pair1 (rarely)Garrett D'Amore2017-10-03
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* Added more complete tests, and changes to property handling.Garrett D'Amore2017-10-02
* Add support for ZT sockaddr properties (pipe).Garrett D'Amore2017-09-30
* Validate reconnect works after pipe close.Garrett D'Amore2017-09-30
* Windows UDP support.Garrett D'Amore2017-09-29
* fixes #91 pair1 segfault seenGarrett D'Amore2017-09-28
* fixes #93 ZT physicalMTU parameter vanishedGarrett D'Amore2017-09-28
* fixes #85 Protocols need to set msg pipeGarrett D'Amore2017-09-27
* 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
* Add C++ test program, proving C++ consumers work.Garrett D'Amore2017-09-26
* Add test for sending and receiving large amounts of data.Garrett D'Amore2017-09-22
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* All AIOs are initialized. Treat NULL AIOs as noop during stop.Garrett D'Amore2017-09-22
* Add support for synchronous AIO completions.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Fix bugs in UDP layer.Garrett D'Amore2017-09-05