aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add RAW option support (no-op) for PAIR.Garrett D'Amore2017-01-08
* Add surveyor protocol (no tests yet).Garrett D'Amore2017-01-08
* Move to generic socket & pipe workers, and up to 4 each.Garrett D'Amore2017-01-08
* Add respondent protocol. (Half of survey pattern.)Garrett D'Amore2017-01-08
* More close race fixing.Garrett D'Amore2017-01-07
* Clean up sender/recver threads.Garrett D'Amore2017-01-07
* Pipe bail shouldn't mess with lists. Doh!Garrett D'Amore2017-01-07
* Uncrustify fix for last.Garrett D'Amore2017-01-07
* Race condition fix attempt.Garrett D'Amore2017-01-07
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Pipeline fixes.Garrett D'Amore2017-01-07
* Shut up uncrustify.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
* 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
* 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
* Stack related fixes for valgrind platform test.Garrett D'Amore2017-01-01