aboutsummaryrefslogtreecommitdiff
path: root/src/core/device.c
Commit message (Expand)AuthorAge
* 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