summaryrefslogtreecommitdiff
path: root/src/core/protocol.c
Commit message (Expand)AuthorAge
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* Add init/fini to protocols to allow them to register options.Garrett D'Amore2017-08-23
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Initial (untested) bus implementation.Garrett D'Amore2017-01-10
* Add surveyor protocol (no tests yet).Garrett D'Amore2017-01-08
* Add respondent protocol. (Half of survey pattern.)Garrett D'Amore2017-01-08
* Initial swag at pipeline (PUSH/PULL).Garrett D'Amore2017-01-06
* 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
* SUB protocol implemented (uses sorted linked list for topics).Garrett D'Amore2017-01-05
* 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
* Work on endpoints. More C99 & type cleanups.Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* nn_socket_create() implemented.Garrett D'Amore2016-12-14