aboutsummaryrefslogtreecommitdiff
path: root/tests/sock.c
Commit message (Expand)AuthorAge
* 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