summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Shut up uncrustify.Garrett D'Amore2017-01-06
* Fix for valgrind leak.Garrett D'Amore2017-01-06
* Initial swag at pipeline (PUSH/PULL).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
* Add inproc performance tests.Garrett D'Amore2017-01-05
* Added test for cancellation, fixed retry bug.Garrett D'Amore2017-01-05
* Oops forgot to git commit pub.cGarrett D'Amore2017-01-05
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* PUB protocol (untested).Garrett D'Amore2017-01-05
* Add nng_shutdown() for sockets to help avoid close race.Garrett D'Amore2017-01-05
* Fix early termination, and buffer for throughput.Garrett D'Amore2017-01-05
* Naive attempt to avoid allocator was misguided. This helps performance.Garrett D'Amore2017-01-05
* Implement throughput performance tests.Garrett D'Amore2017-01-05
* Add initial performanced tests.Garrett D'Amore2017-01-05
* Oops -- forgot to test compile.Garrett D'Amore2017-01-05
* Release subscriptions on socket close.Garrett D'Amore2017-01-05
* SUB protocol implemented (uses sorted linked list for topics).Garrett D'Amore2017-01-05
* Fixes for TCP transport. Working now.Garrett D'Amore2017-01-04
* Recv returns 0 on EOF.Garrett D'Amore2017-01-04
* Fix close related races (POSIX close is a PITA).Garrett D'Amore2017-01-04
* Compilation fixes for Linux.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
* Initial cut at TCP, totally untested beyond compilation.Garrett D'Amore2017-01-04
* Working towards TCP support.Garrett D'Amore2017-01-03
* Add NNI_PUT64 and NNI_GET64.Garrett D'Amore2017-01-02
* Add NNI_GET32, NNI_PUT32 macros.Garrett D'Amore2017-01-02
* 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
* Protocol initialization restructuring.Garrett D'Amore2017-01-02
* Endpoint renaming.Garrett D'Amore2017-01-02
* Transport renaming.Garrett D'Amore2017-01-02
* Transport renaming phase 1.Garrett D'Amore2017-01-02
* Uncrustify.Garrett D'Amore2017-01-02
* Rename nni_socket to nni_sock.Garrett D'Amore2017-01-02
* Change msgqueue -> msgq.Garrett D'Amore2017-01-02
* More structure allocation macro conversion.Garrett D'Amore2017-01-02
* Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.Garrett D'Amore2017-01-02
* Clear the connected pipe so dialers don't reuse earlier pipes.Garrett D'Amore2017-01-01
* 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
* Backtrace fix found by gcc warning.Garrett D'Amore2017-01-01
* Uncrustify.Garrett D'Amore2017-01-01
* Final purge of old threading & synch stuff.Garrett D'Amore2017-01-01
* inproc uses new mutex/condvars.Garrett D'Amore2017-01-01