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
Commit message (
Expand
)
Author
Age
*
fixes #772 ineffectual assignment in aio_init
Garrett D'Amore
2018-11-01
*
fixes #766 NNG asserts when setting socket name
Garrett D'Amore
2018-11-01
*
Add local IP address tuning for ZeroTier.
Garrett D'Amore
2018-10-25
*
fixes #761 idhash work to factor in upper bits is pointless
Garrett D'Amore
2018-10-23
*
remove unused function declaration
QXSoftware
2018-10-12
*
remove redundant zero memory operations
QXSoftware
2018-10-12
*
fix function "int nni_msg_alloc(nni_msg **mp, size_t sz)" allocates the under...
QXSoftware
2018-10-02
*
use index together with increment operator(postfix form)
QXSoftware
2018-10-02
*
update the comment (nng_msgq_put_until doesn't exists anymore)
QXSoftware
2018-10-02
*
fixes #721 stale #if 0 block in stats.h
Garrett D'Amore
2018-09-12
*
fixes #713 stats warnings from Windows
Garrett D'Amore
2018-09-09
*
fixes #710 idhash has nasty performance bug
Garrett D'Amore
2018-09-09
*
remove unused typedef
QXSoftware
2018-09-09
*
remove redundant zero memset
QXSoftware
2018-09-09
*
fixes #4 Statistics support
Garrett D'Amore
2018-09-03
*
fixes #693 Failed dial results in hard spin
Garrett D'Amore
2018-08-31
*
fixes #691 Desire 16 and 64 bit message manipulators
Garrett D'Amore
2018-08-31
*
fixes #686 strtoull() not present on Windows
Garrett D'Amore
2018-08-30
*
fixes #673 transports could benefit from access to upper layer
Garrett D'Amore
2018-08-27
*
fixes #674 want 64-bit atomics (for stats)
Garrett D'Amore
2018-08-27
*
fixes #608 Add TCP support to specify local network interface
Garrett D'Amore
2018-08-27
*
fixes #669 pipe.c type conversion warning
Garrett D'Amore
2018-08-20
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
Remove dead #if 0 code in dialer.
Garrett D'Amore
2018-08-19
*
fixes #654 use aio for synchronous connect
Garrett D'Amore
2018-08-15
*
fixes #648 REQ protocol can hang on close
Garrett D'Amore
2018-08-14
*
fixes #208 pipe start should occur before connect / accept
Garrett D'Amore
2018-08-14
*
fixes #625 aio->a_stop/aio_begin may be too severe
Garrett D'Amore
2018-08-07
*
fixes #623 nni_aio_stop could be better
Garrett D'Amore
2018-08-06
*
Revert "fixes #599 nng_dial sync should not return until added to socket"
Garrett D'Amore
2018-08-06
*
fixes #599 nng_dial sync should not return until added to socket
Garrett D'Amore
2018-08-05
*
fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memory
Garrett D'Amore
2018-07-24
*
fixes #604 pipe free does not finalize cv
Garrett D'Amore
2018-07-20
*
fixes #601 pipe destroy can fail to close pipe
Garrett D'Amore
2018-07-18
*
fixes #595 mutex leak and other minor errors in TCP
Garrett D'Amore
2018-07-18
*
fixes #589 tsan found races
Garrett D'Amore
2018-07-16
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #568 Want a single reader/write lock on socket child objects
Garrett D'Amore
2018-07-06
*
fixes #581 nni_idhash could use 32-bit variant
Garrett D'Amore
2018-07-06
*
fixes #579 Use ids for pipe listener and dialer
Garrett D'Amore
2018-07-06
*
fixes #572 Several locking errors found
Garrett D'Amore
2018-07-03
*
fixes #564 Race regression caused by#522
Garrett D'Amore
2018-07-02
*
nni_url_parse does not handle ipc and inproc
David Horsley
2018-06-28
*
fixes #522 Separate out the endpoint plumbing
Garrett D'Amore
2018-06-27
*
fixes #540 nni_ep_opttype serves no purpose
Garrett D'Amore
2018-06-13
*
fixes #535 aio->a_closed and aio->a_stop could be consolidated
Garrett D'Amore
2018-06-12
*
fixes #533 nni_aio_begin should not dispatch task on NNG_ECLOSED.
Garrett D'Amore
2018-06-12
*
fixes #32 autoscale based on CPUs available
Garrett D'Amore
2018-06-12
*
fixes #521 ep_stop is not actually used
Garrett D'Amore
2018-06-11
*
fixes #511 Want to be able to have deferred destroy of tasks and aios
Garrett D'Amore
2018-06-09
[next]