aboutsummaryrefslogtreecommitdiff
path: root/src/core/device.c
Commit message (Expand)AuthorAge
* Fix leak of messages lost during device abort.Garrett D'Amore2021-12-29
* Introduce nng_device_aio().Garrett D'Amore2021-12-27
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #331 replace NNG_OPT_RAW option with constructorGarrett D'Amore2018-04-04
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #46 make device() use aios directlyGarrett D'Amore2017-10-26
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Move socket structure to private socket implementation.Garrett D'Amore2017-08-14
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* SRWLocks FTW!Garrett D'Amore2017-07-07
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27