index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
device.c
Commit message (
Expand
)
Author
Age
*
Replace `NNG_OPT_RAW` with `nng_socket_raw`.
Garrett D'Amore
2024-11-02
*
Fix leak of messages lost during device abort.
Garrett D'Amore
2021-12-29
*
Introduce nng_device_aio().
Garrett D'Amore
2021-12-27
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #331 replace NNG_OPT_RAW option with constructor
Garrett D'Amore
2018-04-04
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
fixes #46 make device() use aios directly
Garrett D'Amore
2017-10-26
*
fixes #84 Consider using msec for durations
Garrett D'Amore
2017-10-19
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
Move socket structure to private socket implementation.
Garrett D'Amore
2017-08-14
*
fixes #44 open protocol by "name" (symbol) instead number
Garrett D'Amore
2017-08-09
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
SRWLocks FTW!
Garrett D'Amore
2017-07-07
*
Add device support & testing. Bus semantic fix.
Garrett D'Amore
2017-01-27