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
Commit message (
Expand
)
Author
Age
*
fixes #384 Add NN_PROTOCOL and related
Garrett D'Amore
2018-04-30
*
fixes #6 Security attributes support
Garrett D'Amore
2018-04-30
*
fixes #375 integer types are error prone
Garrett D'Amore
2018-04-26
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #347 Legacy option NN_SNDBUF and NN_RCVBUF in bytes not messages
Garrett D'Amore
2018-04-25
*
Bump version to 0.9.0.
0.9.0
Garrett D'Amore
2018-04-24
*
fix a number of cppcheck complaints (not all)
Garrett D'Amore
2018-04-24
*
Eliminate unused varable.
Garrett D'Amore
2018-04-24
*
fixes #364 kill off nni_msgq_set_best_effort()
Garrett D'Amore
2018-04-24
*
fixes #342 Want Surveyor/Respondent context support
Garrett D'Amore
2018-04-24
*
fixes #368 context options could be empty
Garrett D'Amore
2018-04-24
*
fixes #363 context option plumbing missing
Garrett D'Amore
2018-04-24
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #355 Possible use after free in REP
Garrett D'Amore
2018-04-17
*
fixes #344 nn_poll() legacy API missing
Garrett D'Amore
2018-04-16
*
fixes #350 Incorrect compat error code from nn_setsockopt
Garrett D'Amore
2018-04-14
*
fixes bad address tests in tcp and tls (#345)
toppk
2018-04-14
*
fixes #308 Close can block
Garrett D'Amore
2018-04-14
*
fixes #303 Flesh out compatible API docs
Garrett D'Amore
2018-04-14
*
Bump version to 0.8.0.
0.8.0
Garrett D'Amore
2018-04-12
*
We need to declare the TLS structure here.
Garrett D'Amore
2018-04-11
*
fixes #338 possible SIGPIPE on Linux
Garrett D'Amore
2018-04-10
*
Fix valgrind warning in assert.
Garrett D'Amore
2018-04-10
*
Eliminate possible data race on file descriptor.
Garrett D'Amore
2018-04-10
*
fixes #336 inproc queue depths are too long
Garrett D'Amore
2018-04-10
*
fixes #334 Separate context for state machines from sockets
Garrett D'Amore
2018-04-10
*
fixes #335 eventfd seems unreliable on Linux (Ubuntu 17.10)
Garrett D'Amore
2018-04-09
*
fixes #331 replace NNG_OPT_RAW option with constructor
Garrett D'Amore
2018-04-04
*
fixes #329 type checking not done for setopt
Garrett D'Amore
2018-04-04
*
fixes #324 nni_aio_set_synch leads to race condition
Garrett D'Amore
2018-04-04
*
fixes #312 idhash_walk stuff can be removed
Garrett D'Amore
2018-03-30
*
fixes #323 aio's iov may be reused
Garrett D'Amore
2018-03-30
*
fixes #322 epoll implementation is racy
Garrett D'Amore
2018-03-30
*
fixes #315 WebSocket message handling errors
Garrett D'Amore
2018-03-30
*
If timeout is NNG_TIME_NEVER, then simply deschedule.
Garrett D'Amore
2018-03-30
*
fixes #317 TLS, TCP, and IPC should support multiple outstanding ops
Garrett D'Amore
2018-03-30
*
fixes #316 nni_aio_set_synch() usually doesn't do anything
Garrett D'Amore
2018-03-30
*
fixes #318 Assertion on macOS -- kevent() returns EINPROGRESS.
Garrett D'Amore
2018-03-30
*
Add documentation for supplemental functions.
Garrett D'Amore
2018-03-22
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
Fixes issues found by (and submitted by) @nonnenmacher when working
Vincent Nonnenmacher
2018-03-19
*
Bump API to 0.7.0.
0.7.0
Garrett D'Amore
2018-03-18
*
fixes #295 boolean options should use C99 bool type
Garrett D'Amore
2018-03-18
*
fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORT
Garrett D'Amore
2018-03-17
*
epoll: add epoll-based pollq implementation
Liam Staskawicz
2018-03-15
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
nng_sleep_aio should honor aio timeout.
Garrett D'Amore
2018-03-12
*
fixes #281 desire nng_sleep_aio()
Garrett D'Amore
2018-03-12
*
fixes #276 decouple NNG and zerotier definitions
Garrett D'Amore
2018-03-10
[next]