aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* Final purge of old threading & synch stuff.Garrett D'Amore2017-01-01
* REQ/REP use new style locks. Also, enable compilation for REP.Garrett D'Amore2017-01-01
* New thread infrastructure -- not used anywhere yet, but tested.Garrett D'Amore2017-01-01
* Move option helpers to their own file.Garrett D'Amore2016-12-29
* Implementation of an id hash for hashing pipes by ID.Garrett D'Amore2016-12-29
* Start of REQ protocol. Still need hook handling and resender.Garrett D'Amore2016-12-28
* More C99-ification. Also end the _t thing for types (ISO C rules).Garrett D'Amore2016-12-22
* Work on endpoints. More C99 & type cleanups.Garrett D'Amore2016-12-22
* Ditch our own snprintf/vsnprintf (C99). Symbol naming fixes for inproc.Garrett D'Amore2016-12-21
* More robust platform definition support.Garrett D'Amore2016-12-14
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* Oops... Pipe list initialization was not complete.Garrett D'Amore2016-12-14
* nn_socket_create() implemented.Garrett D'Amore2016-12-14
* Initial swing at pair protocol.Garrett D'Amore2016-12-13
* More pipe details, and clarified locking / call order comments in transport.h.Garrett D'Amore2016-12-12
* Initial cmake plumbing (stolen from libnanomsg)Garrett D'Amore2016-12-12