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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol
Commit message (
Expand
)
Author
Age
*
Add device support & testing. Bus semantic fix.
Garrett D'Amore
2017-01-27
*
Add endpoint tuning of maxrcv size. Fix cmsg API.
Garrett D'Amore
2017-01-24
*
Added a bunch more compatibility stuff.
Garrett D'Amore
2017-01-23
*
Event notification via pollable FDs verified working.
Garrett D'Amore
2017-01-22
*
Added protocol flags (which ones can send, and which can receive).
Garrett D'Amore
2017-01-21
*
Fix leaks in bus, socket leaks, tighten up close-side refcnting.
Garrett D'Amore
2017-01-21
*
Fix leak in surveyor pipe.
Garrett D'Amore
2017-01-19
*
fixes #12 SURVEY hang in Travis
Garrett D'Amore
2017-01-18
*
Fixes pipeline stall due to backpressure signaling race.
Garrett D'Amore
2017-01-18
*
Start of event framework.
Garrett D'Amore
2017-01-16
*
Various complaints found in AppVeyor build.
Garrett D'Amore
2017-01-16
*
Bus working, and added bus test.
Garrett D'Amore
2017-01-11
*
Initial (untested) bus implementation.
Garrett D'Amore
2017-01-10
*
Minor cleanups.
Garrett D'Amore
2017-01-10
*
Probably this fixes the hang -- something was clearing the error condition.
Garrett D'Amore
2017-01-09
*
Add survey test (and fix survey pattern).
Garrett D'Amore
2017-01-09
*
New ISAAC pRNG. This replaces other local hacks for random data.
Garrett D'Amore
2017-01-08
*
Add RAW option support (no-op) for PAIR.
Garrett D'Amore
2017-01-08
*
Add surveyor protocol (no tests yet).
Garrett D'Amore
2017-01-08
*
Move to generic socket & pipe workers, and up to 4 each.
Garrett D'Amore
2017-01-08
*
Add respondent protocol. (Half of survey pattern.)
Garrett D'Amore
2017-01-08
*
Simplify locking for protocols.
Garrett D'Amore
2017-01-07
*
Pipeline fixes.
Garrett D'Amore
2017-01-07
*
Initial swag at pipeline (PUSH/PULL).
Garrett D'Amore
2017-01-06
*
Bunch of copyright fixes.
Garrett D'Amore
2017-01-06
*
Fixes for PUB/SUB.
Garrett D'Amore
2017-01-06
*
Message API was awkward.
Garrett D'Amore
2017-01-06
*
Start of PUB/SUB testing. Fixed a subscribe bug.
Garrett D'Amore
2017-01-06
*
Added test for cancellation, fixed retry bug.
Garrett D'Amore
2017-01-05
*
Oops forgot to git commit pub.c
Garrett D'Amore
2017-01-05
*
Change a bunch of copyrights to 2017 for work done since the 1st.
Garrett D'Amore
2017-01-05
*
Oops -- forgot to test compile.
Garrett D'Amore
2017-01-05
*
Release subscriptions on socket close.
Garrett D'Amore
2017-01-05
*
SUB protocol implemented (uses sorted linked list for topics).
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
*
Backtrace fix found by gcc warning.
Garrett D'Amore
2017-01-01
*
REQ/REP use new style locks. Also, enable compilation for REP.
Garrett D'Amore
2017-01-01
*
Pipe simplifications for thread management.
Garrett D'Amore
2017-01-01
*
Uncrustify fixes.
Garrett D'Amore
2016-12-31
*
REP protocol. Untested beyond compilation.
Garrett D'Amore
2016-12-30
*
Factor out repeated protocol code into common.
Garrett D'Amore
2016-12-29
[next]