summaryrefslogtreecommitdiff
path: root/tests/tcp.c
Commit message (Expand)AuthorAge
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #127 Bad format TCP address causes null pointer exceptionGarrett D'Amore2017-10-23
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #48 tcp sometimes fails to get a portGarrett D'Amore2017-08-09
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Move TCP negotiation out of sync accept/connect.Garrett D'Amore2017-07-05
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Fix TCP hostname wildcards on Windows. Sort of.Garrett D'Amore2017-01-18
* Address segfault in TCP, and fix wild card handling.Garrett D'Amore2017-01-18
* Fixes for valgrind issues.Garrett D'Amore2017-01-18
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Starting a common transport testing framework.Garrett D'Amore2017-01-04