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
/
protocol
/
reqrep
/
req.c
Commit message (
Expand
)
Author
Age
*
Bunch of copyright fixes.
Garrett D'Amore
2017-01-06
*
Message API was awkward.
Garrett D'Amore
2017-01-06
*
Added test for cancellation, fixed retry bug.
Garrett D'Amore
2017-01-05
*
Fix close related races (POSIX close is a PITA).
Garrett D'Amore
2017-01-04
*
Initial cut at TCP, totally untested beyond compilation.
Garrett D'Amore
2017-01-04
*
Add NNI_GET32, NNI_PUT32 macros.
Garrett D'Amore
2017-01-02
*
Leak fixes for valgrind.
Garrett D'Amore
2017-01-02
*
Fixes to enable REQ/REP to operate.
Garrett D'Amore
2017-01-02
*
Begin testing REQ/REP.
Garrett D'Amore
2017-01-02
*
Protocol initialization restructuring.
Garrett D'Amore
2017-01-02
*
Rename nni_socket to nni_sock.
Garrett D'Amore
2017-01-02
*
Change msgqueue -> msgq.
Garrett D'Amore
2017-01-02
*
Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.
Garrett D'Amore
2017-01-02
*
REQ/REP use new style locks. Also, enable compilation for REP.
Garrett D'Amore
2017-01-01
*
Factor out repeated protocol code into common.
Garrett D'Amore
2016-12-29
*
Fix error handling during initialization.
Garrett D'Amore
2016-12-29
*
Move option helpers to their own file.
Garrett D'Amore
2016-12-29
*
REQ implementation.
Garrett D'Amore
2016-12-28