aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
Commit message (Expand)AuthorAge
* Test for duplicate address listen, and fix in TCP for same.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
* Fixes to enable REQ/REP to operate.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
* Rename nni_socket to nni_sock.Garrett D'Amore2017-01-02
* Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.Garrett D'Amore2017-01-02
* Nuke legacy _t types.Garrett D'Amore2017-01-01
* Times are 64-bits, not 32-bits!Garrett D'Amore2016-12-27
* nng_setopt works (rcvtimeout, etc.) External API adjustments.Garrett D'Amore2016-12-23
* Uncrustify fixes.Garrett D'Amore2016-12-23
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.Garrett D'Amore2016-12-22
* Use C99 structure initializers FTW. Various other changes.Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* New inproc transport.Garrett D'Amore2016-12-12