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
/
survey
Commit message (
Expand
)
Author
Age
*
Unify the msg API.
Garrett D'Amore
2017-08-10
*
fixes #44 open protocol by "name" (symbol) instead number
Garrett D'Amore
2017-08-09
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
Crash on close again.
Garrett D'Amore
2017-07-19
*
Bus, Req/Rep, and Surv/Resp should use aio_cancel instead of aio_stop.
Garrett D'Amore
2017-07-15
*
Now that idhash is locked, we can ditch some locking in protocols.
Garrett D'Amore
2017-07-13
*
Make idhash non-inlined (so we can add a mutex.)
Garrett D'Amore
2017-07-13
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Various cleanups of unused bits.
Garrett D'Amore
2017-07-08
*
Use common aio cancellation.
Garrett D'Amore
2017-07-02
*
Remove the extra _aio_ part of pipe send and recv functions.
Garrett D'Amore
2017-07-02
*
Refactor stop again, closing numerous races (thanks valgrind!)
Garrett D'Amore
2017-06-28
*
Protocols keep their own reference counts.
Garrett D'Amore
2017-06-24
*
Make APIs for holding references more consistent.
Garrett D'Amore
2017-06-21
*
Don't dereference the psock on an error.
Garrett D'Amore
2017-06-09
*
Pipe ID race on close (pipe IDs are zero at close).
Garrett D'Amore
2017-04-14
*
Eliminate p_active, better names for pipe start and stop.
Garrett D'Amore
2017-03-19
*
Notification working - separate thread now.
Garrett D'Amore
2017-03-11
*
Surveyor pattern callback-driven.
Garrett D'Amore
2017-03-10
*
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
*
Start of event framework.
Garrett D'Amore
2017-01-16
*
Various complaints found in AppVeyor build.
Garrett D'Amore
2017-01-16
*
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 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