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
*
Factor out repeated protocol code into common.
Garrett D'Amore
2016-12-29
*
Fix error handling during initialization.
Garrett D'Amore
2016-12-29
*
Richer tests and fixes for idhash. Also dynamically allocate idhash.
Garrett D'Amore
2016-12-29
*
Test suite for idhash, fix symbol errors, and value changing.
Garrett D'Amore
2016-12-29
*
Move option helpers to their own file.
Garrett D'Amore
2016-12-29
*
Implementation of an id hash for hashing pipes by ID.
Garrett D'Amore
2016-12-29
*
REQ implementation.
Garrett D'Amore
2016-12-28
*
Pipe ID calculations & socket error functions.
Garrett D'Amore
2016-12-28
*
Implement msgqueue_putback.
Garrett D'Amore
2016-12-28
*
Define new NNG_ESTATE for dealing with protocol state errors.
Garrett D'Amore
2016-12-28
*
Add new nni_msg_dup() API. (Needed for REQ protocol.)
Garrett D'Amore
2016-12-28
*
Start of REQ protocol. Still need hook handling and resender.
Garrett D'Amore
2016-12-28
*
Send and receive now work.
Garrett D'Amore
2016-12-27
*
Message allocation fixed. Comparison was backwards.
Garrett D'Amore
2016-12-27
*
Times are 64-bits, not 32-bits!
Garrett D'Amore
2016-12-27
*
Condvars on MacOS X (even 10.12) don't work with monotonic times.
Garrett D'Amore
2016-12-27
*
Buffer resizing implemented. (Needed for single threaded inproc tests.)
Garrett D'Amore
2016-12-27
*
Substantial fixes for listen & dialers.
Garrett D'Amore
2016-12-25
*
Change entry points in transports to bind() and connect().
Garrett D'Amore
2016-12-25
*
New dial/listen API. Dialing might work now.
Garrett D'Amore
2016-12-25
*
Pipe pointer was not stored, leading to crash in dial/listen.
Garrett D'Amore
2016-12-25
*
Fix crash when destroying inproc endpoint.
Garrett D'Amore
2016-12-25
*
Fallback to socket options if pipe doesn't have a specific value.
Garrett D'Amore
2016-12-25
*
Expose and implement pipe operations. (nng_pipe_close, nng_pipe_getopt).
Garrett D'Amore
2016-12-25
*
Stubs for stats & device functions.
Garrett D'Amore
2016-12-25
*
Use macros to condense initialization checks.
Garrett D'Amore
2016-12-25
*
Expose nng_msg_realloc().
Garrett D'Amore
2016-12-25
*
Mix the PID into our random number seed.
Garrett D'Amore
2016-12-25
*
Added external message handling.
Garrett D'Amore
2016-12-24
*
Change in handling of extended info for messages.
Garrett D'Amore
2016-12-24
*
Expose nng_sendmsg.
Garrett D'Amore
2016-12-24
*
Getopt implemented (and minimal test).
Garrett D'Amore
2016-12-24
*
Fix for incorrect nni_usleep(), found with newly created platform tests.
Garrett D'Amore
2016-12-23
*
nng_setopt works (rcvtimeout, etc.) External API adjustments.
Garrett D'Amore
2016-12-23
*
Fix incorrect timeouts on platforms without clock_gettime().
Garrett D'Amore
2016-12-23
*
Try to satisfy uncrustify version differences. Make test use verbose by defa...
Garrett D'Amore
2016-12-23
*
Uncrustify fixes.
Garrett D'Amore
2016-12-23
*
Don't linger if there are no possible readers present.
Garrett D'Amore
2016-12-23
*
Some tests around recvmsg (no senders yet). Fixes for some edge cases.
Garrett D'Amore
2016-12-23
*
Support for unbuffered msgqueues (like Go unbuffered channels.)
Garrett D'Amore
2016-12-23
*
Initial tests -- open & close work (no pipes or endpoints yet).
Garrett D'Amore
2016-12-23
*
More C99-ification. Also end the _t thing for types (ISO C rules).
Garrett D'Amore
2016-12-22
*
Implemened synchronous & asynchronuos dialer, accepter. Getting close...
Garrett D'Amore
2016-12-22
*
Added lingering (1s default.)
Garrett D'Amore
2016-12-22
*
Implemented dialer core.
Garrett D'Amore
2016-12-22
*
Endpoint dialer implemented.
Garrett D'Amore
2016-12-22
*
C99 comment style.
Garrett D'Amore
2016-12-22
*
Work on endpoints. More C99 & type cleanups.
Garrett D'Amore
2016-12-22
*
Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.
Garrett D'Amore
2016-12-22
*
Synchronization enhancements - inproc & msgqueue. Absolute waits...
Garrett D'Amore
2016-12-22
[next]