aboutsummaryrefslogtreecommitdiff
path: root/src/nng_compat.c
Commit message (Expand)AuthorAge
* Move compatibility header so that <nanomsg/nn.h> works.Garrett D'Amore2018-02-23
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #137 Remove public access to numeric protocolsGarrett D'Amore2017-10-31
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat.Garrett D'Amore2017-10-06
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #62 Endpoint close should be synchronous #62Garrett D'Amore2017-08-14
* Moved a few private test items into test-specific header.Garrett D'Amore2017-08-12
* Unify the msg API.Garrett D'Amore2017-08-10
* Add new PAIR_V1 protocol.Garrett D'Amore2017-08-10
* fixes #47 compat_reqttls fails sometimesGarrett D'Amore2017-08-09
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Fix compilation warnings.Garrett D'Amore2017-08-08
* Added nn_compat code for option handling, fixed other bugs.Garrett D'Amore2017-08-08
* Add some more compatibility tests; fix surveyor compat bug.Garrett D'Amore2017-08-07
* Fix crash when using legacy send API with NN_MSG.Garrett D'Amore2017-08-07
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Note that we have work to do to properly clean up. TBD.Garrett D'Amore2017-06-22
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27
* Fixes for BUS protocol in compat, test suite, and timing in compat tests.Garrett D'Amore2017-01-26
* Added more plumbing to facilitate test writing & compatibility.Garrett D'Amore2017-01-26
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Add nn_sendmsg (with NN_MSG support).Garrett D'Amore2017-01-23
* nn_recvmsg, and enhancements to support NN_MSG allocated messages.Garrett D'Amore2017-01-23
* Use nng_msg underneath (less copying!)Garrett D'Amore2017-01-23
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
* Start on compat stuff.Garrett D'Amore2017-01-22