summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27
* Fixes for BUS protocol in compat, test suite, and timing in compat tests.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
* Implement reconnect timer including backoff.Garrett D'Amore2017-01-24
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Whoops, forgot to add the pipe implementations to git!!Garrett D'Amore2017-01-21
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Fix compilation warnings found on Windows.Garrett D'Amore2017-01-21
* 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
* Fix leak in surveyor pipe.Garrett D'Amore2017-01-19
* Fix TCP hostname wildcards on Windows. Sort of.Garrett D'Amore2017-01-18
* Address segfault in TCP, and fix wild card handling.Garrett D'Amore2017-01-18
* fixes #12 SURVEY hang in TravisGarrett D'Amore2017-01-18
* Expose nni_init for now.Garrett D'Amore2017-01-18
* Reaper exits too soon, leaking bits.Garrett D'Amore2017-01-18
* Windows compilation fixes.Garrett D'Amore2017-01-18
* Fixes for valgrind issues.Garrett D'Amore2017-01-18
* Include time.h for getms.Garrett D'Amore2017-01-17
* Public pipe and endpoint APIs use IDs instead of pointers.Garrett D'Amore2017-01-17
* Added dynamic ID generation & management for idhash tables.Garrett D'Amore2017-01-17
* Whoops, Windows color fixes, 2nd pass.Garrett D'Amore2017-01-16
* External event API for send/recv implemented.Garrett D'Amore2017-01-16
* Import updated C-Convey (for color on Windows).Garrett D'Amore2017-01-16
* Fix pipeline test failure.Garrett D'Amore2017-01-16
* Fixes for 32-bit Windows compilation.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Use Windows tick clock instead of Performance counters.Garrett D'Amore2017-01-14
* Many fixes for Windows. It compiles, and some tests work.Garrett D'Amore2017-01-13
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12
* Fixes for survey test. (We need to complete the connection first.)Garrett D'Amore2017-01-12
* Bus working, and added bus test.Garrett D'Amore2017-01-11
* Cleanup debug.Garrett D'Amore2017-01-09
* (Briefly) debug output for hang in survey test.Garrett D'Amore2017-01-09
* Add survey test (and fix survey pattern).Garrett D'Amore2017-01-09
* Fix small message leak in pipeline test.Garrett D'Amore2017-01-07
* Add another dial to ensure that accept loop has made progress.Garrett D'Amore2017-01-07
* Pipeline fixes.Garrett D'Amore2017-01-07
* Pipeline test.Garrett D'Amore2017-01-07
* Fix startup race in the tests.Garrett D'Amore2017-01-06
* Bump the timeouts even more for Travis.Garrett D'Amore2017-01-06
* Bump timeout for crummy Travis -- 50 ms isn't enough!Garrett D'Amore2017-01-06
* Fix for valgrind leak.Garrett D'Amore2017-01-06
* Bunch of copyright fixes.Garrett D'Amore2017-01-06