aboutsummaryrefslogtreecommitdiff
path: root/tests/sock.c
Commit message (Expand)AuthorAge
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #137 Remove public access to numeric protocolsGarrett D'Amore2017-10-31
* fixes #136 consider eliminating nng_shutdownGarrett D'Amore2017-10-30
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat.Garrett D'Amore2017-10-06
* Added more complete tests, and changes to property handling.Garrett D'Amore2017-10-02
* 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
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* Convert duration to usec.Garrett D'Amore2017-08-14
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* Idempotent taskq finalizers.Garrett D'Amore2017-08-14
* Convenience option accesor functions.Garrett D'Amore2017-08-12
* Windows fixes; especially idempotent init/fini.Garrett D'Amore2017-08-11
* Leaking poll fds.Garrett D'Amore2017-08-11
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Make reqrep test more robust; sock test faster.Garrett D'Amore2017-06-25
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.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
* Windows compilation fixes.Garrett D'Amore2017-01-18
* Fixes for valgrind issues.Garrett D'Amore2017-01-18
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Use Windows tick clock instead of Performance counters.Garrett D'Amore2017-01-14
* Fix for valgrind leak.Garrett D'Amore2017-01-06
* Bunch of copyright fixes.Garrett D'Amore2017-01-06
* Message API was awkward.Garrett D'Amore2017-01-06
* Add nng_shutdown() for sockets to help avoid close race.Garrett D'Amore2017-01-05
* Send and receive now work.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
* New dial/listen API. Dialing might work now.Garrett D'Amore2016-12-25
* Expose nng_sendmsg.Garrett D'Amore2016-12-24
* Getopt implemented (and minimal test).Garrett D'Amore2016-12-24
* Fix for incorrect nni_usleep(), found with newly created platform tests.Garrett D'Amore2016-12-23
* nng_setopt works (rcvtimeout, etc.) External API adjustments.Garrett D'Amore2016-12-23
* Try to satisfy uncrustify version differences. Make test use verbose by defa...Garrett D'Amore2016-12-23
* Some tests around recvmsg (no senders yet). Fixes for some edge cases.Garrett D'Amore2016-12-23
* Initial tests -- open & close work (no pipes or endpoints yet).Garrett D'Amore2016-12-23