summaryrefslogtreecommitdiff
path: root/src/nng.h
Commit message (Expand)AuthorAge
* 1.0.0 rc.1v1.0.0-rc.1Garrett D'Amore2018-06-01
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* Update for 1.0.0-beta.2v1.0.0-beta.2Garrett D'Amore2018-05-22
* Update for 1.0.0-beta.1v1.0.0-beta.1Garrett D'Amore2018-05-18
* fixes #449 Want more flexible pipe eventsGarrett D'Amore2018-05-17
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #389 Need pipe notification callbacksGarrett D'Amore2018-05-03
* fixes #381 Want comparators for various typesGarrett D'Amore2018-05-01
* fixes #384 Add NN_PROTOCOL and relatedGarrett D'Amore2018-04-30
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* Bump version to 0.9.0.0.9.0Garrett D'Amore2018-04-24
* fixes #363 context option plumbing missingGarrett D'Amore2018-04-24
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* Bump version to 0.8.0.0.8.0Garrett D'Amore2018-04-12
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* Bump API to 0.7.0.0.7.0Garrett D'Amore2018-03-18
* 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
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #281 desire nng_sleep_aio()Garrett D'Amore2018-03-12
* fixes #254 nngcat should have a --version optionGarrett D'Amore2018-03-02
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Bump version to 0.5.0.0.5.0Garrett D'Amore2018-03-02
* fixes #240 nngcat is MIAGarrett D'Amore2018-02-28
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #231 Need nng_aio_finish routineGarrett D'Amore2018-02-06
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* Add, and document, the url->u_requri member.Garrett D'Amore2018-02-02
* fixes #174 Define public HTTP client APIGarrett D'Amore2018-02-01
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #222 Public URL APIGarrett D'Amore2018-01-23
* fixes #209 NNG_OPT_TLS_VERIFIED is bustedGarrett D'Amore2018-01-17
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* Clarifications around nng_fini(), and remove old http_msg structure.Garrett D'Amore2018-01-10
* fixes #186 Suggested API changes for nng TLS certsGarrett D'Amore2018-01-09
* Fix HTTP sconn race, and compile bugs introduced.Garrett D'Amore2018-01-01
* Rename config init/fini to alloc/free, add documentation for them.Garrett D'Amore2017-12-31
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* 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 #136 consider eliminating nng_shutdownGarrett D'Amore2017-10-30
* Eliminate the unused DRYRUN flag.Garrett D'Amore2017-10-26
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25