aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp.c
Commit message (Expand)AuthorAge
* tests: tcp test converted to NUTSGarrett D'Amore2024-11-30
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #678 local binding for TLS+TCP socketsGarrett D'Amore2018-08-28
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #381 Want comparators for various typesGarrett D'Amore2018-05-01
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* 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