summaryrefslogtreecommitdiff
path: root/src/compat
Commit message (Expand)AuthorAge
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #457 Create stub headers for compatibilityGarrett D'Amore2018-05-21
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #384 Add NN_PROTOCOL and relatedGarrett D'Amore2018-04-30
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* fixes #347 Legacy option NN_SNDBUF and NN_RCVBUF in bytes not messagesGarrett D'Amore2018-04-25
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #344 nn_poll() legacy API missingGarrett D'Amore2018-04-16
* fixes #350 Incorrect compat error code from nn_setsockoptGarrett D'Amore2018-04-14
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* fixes #303 Flesh out compatible API docsGarrett D'Amore2018-04-14
* fixes #331 replace NNG_OPT_RAW option with constructorGarrett D'Amore2018-04-04
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORTGarrett D'Amore2018-03-17
* Move compatibility header so that <nanomsg/nn.h> works.Garrett D'Amore2018-02-23