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
*
fixes #334 Separate context for state machines from sockets
Garrett D'Amore
2018-04-10
*
fixes #331 replace NNG_OPT_RAW option with constructor
Garrett D'Amore
2018-04-04
*
fixes #329 type checking not done for setopt
Garrett D'Amore
2018-04-04
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
fixes #295 boolean options should use C99 bool type
Garrett D'Amore
2018-03-18
*
fixes #240 nngcat is MIA
Garrett D'Amore
2018-02-28
*
CMake & CPack improvements.
Garrett D'Amore
2018-02-21
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #196 surveyor pattern hangs after second survey
Garrett D'Amore
2018-01-09
*
fixes #147 surveyor protocol needs NNG_OPT_MAXTTL
Garrett D'Amore
2017-11-03
*
fixes #143 Protocols and transports should be "configurable"
Garrett D'Amore
2017-11-02
*
fixes #137 Remove public access to numeric protocols
Garrett D'Amore
2017-10-31
*
fixes #45 expose aio to applications
Garrett D'Amore
2017-10-25
*
fixes #112 Need to move some stuff from socket to message queues
Garrett D'Amore
2017-10-23
*
fixes #123 latency tests with wrong message size
Garrett D'Amore
2017-10-19
*
fixes #84 Consider using msec for durations
Garrett D'Amore
2017-10-19
*
fixes #99 Still seeing segfaults in pair1 (rarely)
Garrett D'Amore
2017-10-03
*
fixes #85 Protocols need to set msg pipe
Garrett D'Amore
2017-09-27
*
Remove last vestiges of integer option numbers.
Garrett D'Amore
2017-09-27
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
More pipe option handling, pipe API support. Url option.
Garrett D'Amore
2017-09-22
*
Add improved getopt functions, pass integers by value.
Garrett D'Amore
2017-09-22
*
Allocate AIOs dynamically.
Garrett D'Amore
2017-09-22
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
Add init/fini to protocols to allow them to register options.
Garrett D'Amore
2017-08-23
*
Implement dynamic option numbering.
Garrett D'Amore
2017-08-23
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
Convert duration to usec.
Garrett D'Amore
2017-08-14
*
REP drops peers a little too aggressively.
Garrett D'Amore
2017-08-14
*
Fix leaks found in pairv1 test suite.
Garrett D'Amore
2017-08-11
*
Fail to another stream on default (no pipe requested).
Garrett D'Amore
2017-08-11
*
Fix TTL handling for pair1 protocol; more tests.
Garrett D'Amore
2017-08-11
*
Test support for pairv1 including polyamorous mode.
Garrett D'Amore
2017-08-11
*
Unify the msg API.
Garrett D'Amore
2017-08-10
*
Add new PAIR_V1 protocol.
Garrett D'Amore
2017-08-10
*
fixes #44 open protocol by "name" (symbol) instead number
Garrett D'Amore
2017-08-09
*
Added nn_compat code for option handling, fixed other bugs.
Garrett D'Amore
2017-08-08
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
Crash on close again.
Garrett D'Amore
2017-07-19
*
Fix incorrect attempt to proceed inproc.
Garrett D'Amore
2017-07-15
*
More s/nni_aio_stop/nni_aio_cancel/
Garrett D'Amore
2017-07-15
*
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
*
Clean up some unused variables.
Garrett D'Amore
2017-07-07
*
Use common aio cancellation.
Garrett D'Amore
2017-07-02
[next]