summaryrefslogtreecommitdiff
path: root/src/protocol/reqrep/rep.c
Commit message (Expand)AuthorAge
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Added protocol flags (which ones can send, and which can receive).Garrett D'Amore2017-01-21
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21
* Start of event framework.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* 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
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Bunch of copyright fixes.Garrett D'Amore2017-01-06
* Message API was awkward.Garrett D'Amore2017-01-06
* Initial cut at TCP, totally untested beyond compilation.Garrett D'Amore2017-01-04
* Add NNI_GET32, NNI_PUT32 macros.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
* Rename nni_socket to nni_sock.Garrett D'Amore2017-01-02
* Change msgqueue -> msgq.Garrett D'Amore2017-01-02
* Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.Garrett D'Amore2017-01-02
* Backtrace fix found by gcc warning.Garrett D'Amore2017-01-01
* REQ/REP use new style locks. Also, enable compilation for REP.Garrett D'Amore2017-01-01
* Uncrustify fixes.Garrett D'Amore2016-12-31
* REP protocol. Untested beyond compilation.Garrett D'Amore2016-12-30