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
/
tests
/
sock.c
Commit message (
Expand
)
Author
Age
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #766 NNG asserts when setting socket name
Garrett D'Amore
2018-11-01
*
fixes #568 Want a single reader/write lock on socket child objects
Garrett D'Amore
2018-07-06
*
fixes #564 Race regression caused by#522
Garrett D'Amore
2018-07-02
*
fixes #522 Separate out the endpoint plumbing
Garrett D'Amore
2018-06-27
*
fixes #486 Revisit SOVERSION and VERSION
Garrett D'Amore
2018-05-25
*
fixes #381 Want comparators for various types
Garrett D'Amore
2018-05-01
*
fixes #375 integer types are error prone
Garrett D'Amore
2018-04-26
*
fixes #308 Close can block
Garrett D'Amore
2018-04-14
*
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 #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORT
Garrett D'Amore
2018-03-17
*
Introduce 'porting layer' Public API.
Garrett D'Amore
2018-02-20
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
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 #136 consider eliminating nng_shutdown
Garrett D'Amore
2017-10-30
*
fixes #84 Consider using msec for durations
Garrett D'Amore
2017-10-19
*
Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat.
Garrett D'Amore
2017-10-06
*
Added more complete tests, and changes to property handling.
Garrett D'Amore
2017-10-02
*
Refactor option handling APIs.
Garrett D'Amore
2017-09-27
*
ZeroTier transport implementation (work funded by Capitar IT Group BV)
Garrett D'Amore
2017-09-26
*
More pipe option handling, pipe API support. Url option.
Garrett D'Amore
2017-09-22
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
Endpoint API completely implemented.
Garrett D'Amore
2017-08-18
*
Convert duration to usec.
Garrett D'Amore
2017-08-14
*
fixes #63 NNG_FLAG_SYNCH should be the default
Garrett D'Amore
2017-08-14
*
Idempotent taskq finalizers.
Garrett D'Amore
2017-08-14
*
Convenience option accesor functions.
Garrett D'Amore
2017-08-12
*
Windows fixes; especially idempotent init/fini.
Garrett D'Amore
2017-08-11
*
Leaking poll fds.
Garrett D'Amore
2017-08-11
*
fixes #44 open protocol by "name" (symbol) instead number
Garrett D'Amore
2017-08-09
*
Make reqrep test more robust; sock test faster.
Garrett D'Amore
2017-06-25
*
Fix leaks in bus, socket leaks, tighten up close-side refcnting.
Garrett D'Amore
2017-01-21
*
Implement nng_send and nng_recv convenience routines.
Garrett D'Amore
2017-01-21
*
Dangling compiler warnings from sock handle change.
Garrett D'Amore
2017-01-20
*
fixes #18 Sockets should be uint32_t's (handles) not pointers.
Garrett D'Amore
2017-01-20
*
Windows compilation fixes.
Garrett D'Amore
2017-01-18
*
Fixes for valgrind issues.
Garrett D'Amore
2017-01-18
*
Various complaints found in AppVeyor build.
Garrett D'Amore
2017-01-16
*
Use Windows tick clock instead of Performance counters.
Garrett D'Amore
2017-01-14
*
Fix for valgrind leak.
Garrett D'Amore
2017-01-06
*
Bunch of copyright fixes.
Garrett D'Amore
2017-01-06
*
Message API was awkward.
Garrett D'Amore
2017-01-06
*
Add nng_shutdown() for sockets to help avoid close race.
Garrett D'Amore
2017-01-05
*
Send and receive now work.
Garrett D'Amore
2016-12-27
*
Buffer resizing implemented. (Needed for single threaded inproc tests.)
Garrett D'Amore
2016-12-27
[next]