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
/
tcp.c
Commit message (
Expand
)
Author
Age
*
fixes #825 TCP public API should use generic setopt/getopt
Garrett D'Amore
2018-12-31
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
fixes #678 local binding for TLS+TCP sockets
Garrett D'Amore
2018-08-28
*
fixes #608 Add TCP support to specify local network interface
Garrett D'Amore
2018-08-27
*
fixes #469 SO_REUSEADDR should be enabled
Garrett D'Amore
2018-05-21
*
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 #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
Convert existing websocket and http code to use new URL framework.
Garrett D'Amore
2018-01-05
*
fixes #143 Protocols and transports should be "configurable"
Garrett D'Amore
2017-11-02
*
fixes #127 Bad format TCP address causes null pointer exception
Garrett D'Amore
2017-10-23
*
Improve UDP test coverage, fix numerous issues found.
Garrett D'Amore
2017-10-05
*
fixes #5 Address properties
Garrett D'Amore
2017-10-03
*
fixes #63 NNG_FLAG_SYNCH should be the default
Garrett D'Amore
2017-08-14
*
fixes #48 tcp sometimes fails to get a port
Garrett D'Amore
2017-08-09
*
fixes #44 open protocol by "name" (symbol) instead number
Garrett D'Amore
2017-08-09
*
Move TCP negotiation out of sync accept/connect.
Garrett D'Amore
2017-07-05
*
Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).
Garrett D'Amore
2017-01-21
*
Initial swag at notification pipes (not used yet).
Garrett D'Amore
2017-01-21
*
Fix leaks in bus, socket leaks, tighten up close-side refcnting.
Garrett D'Amore
2017-01-21
*
fixes #18 Sockets should be uint32_t's (handles) not pointers.
Garrett D'Amore
2017-01-20
*
Fix TCP hostname wildcards on Windows. Sort of.
Garrett D'Amore
2017-01-18
*
Address segfault in TCP, and fix wild card handling.
Garrett D'Amore
2017-01-18
*
Fixes for valgrind issues.
Garrett D'Amore
2017-01-18
*
Change a bunch of copyrights to 2017 for work done since the 1st.
Garrett D'Amore
2017-01-05
*
Starting a common transport testing framework.
Garrett D'Amore
2017-01-04