summaryrefslogtreecommitdiff
path: root/src/nng.h
Commit message (Expand)AuthorAge
* 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
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* 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
* Added more complete tests, and changes to property handling.Garrett D'Amore2017-10-02
* Add support for ZT sockaddr properties (pipe).Garrett D'Amore2017-09-30
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* Windows extern is weird; stop forgetting that; it ain't C.Garrett D'Amore2017-08-27
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Implement dynamic option numbering.Garrett D'Amore2017-08-23
* Add new errnos we might need.Garrett D'Amore2017-08-18
* Endpoint API completely implemented.Garrett D'Amore2017-08-18
* Convert duration to usec.Garrett D'Amore2017-08-14
* 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
* Convenience option accesor functions.Garrett D'Amore2017-08-12
* Add 32-bit accessors for messages, and tests for them.Garrett D'Amore2017-08-11
* Constructors missing from Windows DLLs.Garrett D'Amore2017-08-10
* Unify the msg API.Garrett D'Amore2017-08-10
* Add new PAIR_V1 protocol.Garrett D'Amore2017-08-10
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Added nn_compat code for option handling, fixed other bugs.Garrett D'Amore2017-08-08