summaryrefslogtreecommitdiff
path: root/src/nng.c
Commit message (Expand)AuthorAge
* Add & document msg_capacity, msg_reserve (#1458)Evan Balster2021-07-06
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* fixes #1365 nng_recvmsg returns NNG_ETIMEDOUT rather than NNG_EAGAINGarrett D'Amore2020-12-05
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1171 message header could be inlined in the message structureGarrett D'Amore2020-02-26
* fixes #1201 Unexpected error return code: NNG_ENOMEMGarrett D'Amore2020-02-25
* fixes #1145 nng_msg options should be removedGarrett D'Amore2020-01-19
* RESPOND needs to use atomic for TTL.Garrett D'Amore2020-01-16
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Add error message for NNG_ECONNSHUT (#1084)Robert Bielik2020-01-01
* fixes #901 shorter option get/set functions for all typesJake Woltersdorf2019-04-07
* fixes #894 nng_pipe_notify could use nng_pipe_ev typedef instead of intJake Woltersdorf2019-02-24
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* Only free in nng_send() if we succeed.Lawrence Kesteloot2018-09-15
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #691 Desire 16 and 64 bit message manipulatorsGarrett D'Amore2018-08-31
* fixes #506 AIO "providers" need a way to call nni_aio_schedule.Garrett D'Amore2018-08-20
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* 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 #389 Need pipe notification callbacksGarrett D'Amore2018-05-03
* fixes #381 Want comparators for various typesGarrett D'Amore2018-05-01
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* fixes #342 Want Surveyor/Respondent context supportGarrett D'Amore2018-04-24
* fixes #363 context option plumbing missingGarrett D'Amore2018-04-24
* 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
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #281 desire nng_sleep_aio()Garrett D'Amore2018-03-12
* fixes #254 nngcat should have a --version optionGarrett D'Amore2018-03-02
* Remove some dead code.Garrett 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 #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* 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
* 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 #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #137 Remove public access to numeric protocolsGarrett D'Amore2017-10-31
* fixes #136 consider eliminating nng_shutdownGarrett D'Amore2017-10-30
* fixes #46 make device() use aios directlyGarrett D'Amore2017-10-26