aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* Richer tests and fixes for idhash. Also dynamically allocate idhash.Garrett D'Amore2016-12-29
* Test suite for idhash, fix symbol errors, and value changing.Garrett D'Amore2016-12-29
* 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
* Add thread & condition variable checks to platform tests.Garrett D'Amore2016-12-23
* Coarse clocks can return exact times.Garrett D'Amore2016-12-23
* 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
* More C99-ification. Also end the _t thing for types (ISO C rules).Garrett D'Amore2016-12-22
* Updates to reflect new external convey framework.Garrett D'Amore2016-12-20
* Fix the definition of Main() in convey.hGarrett D'Amore2016-12-19
* fix windows compilation bug (colon instead of semicolon)Garrett D'Amore2016-12-19
* test_main in terms of test_main_group and test_group.Garrett D'Amore2016-12-18
* Minor bug fixes to test.h and co.Garrett D'Amore2016-12-18
* Nicer convey API - more closely mirrors the Go one.Garrett D'Amore2016-12-18