aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Fixes for PUB/SUB.Garrett D'Amore2017-01-06
* Message API was awkward.Garrett D'Amore2017-01-06
* Start of PUB/SUB testing. Fixed a subscribe bug.Garrett D'Amore2017-01-06
* Added test for cancellation, fixed retry bug.Garrett D'Amore2017-01-05
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Add nng_shutdown() for sockets to help avoid close race.Garrett D'Amore2017-01-05
* Fixes for TCP transport. Working now.Garrett D'Amore2017-01-04
* TCP listen and accept test.Garrett D'Amore2017-01-04
* Test for duplicate address listen, and fix in TCP for same.Garrett D'Amore2017-01-04
* Starting a common transport testing framework.Garrett D'Amore2017-01-04
* Leak fixes for valgrind.Garrett D'Amore2017-01-02
* Fixes to enable REQ/REP to operate.Garrett D'Amore2017-01-02
* Begin testing REQ/REP.Garrett D'Amore2017-01-02
* Valgrind test fixes (leaks due to unreaped threads.)Garett D'Amore2017-01-01
* Stack related fixes for valgrind platform test.Garrett D'Amore2017-01-01
* Fix possible race in platform test.Garrett D'Amore2017-01-01
* New thread infrastructure -- not used anywhere yet, but tested.Garrett D'Amore2017-01-01
* One more c99 thing.Garrett D'Amore2016-12-31
* Can't use C99 in tests either.Garrett D'Amore2016-12-31