aboutsummaryrefslogtreecommitdiff
path: root/tests/trantest.h
Commit message (Expand)AuthorAge
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* Fixes for some security complaints.Garrett D'Amore2022-12-31
* don't use deprecated functions in tests (#1560)Edward Rudd2021-12-29
* fixes #1478 mbedTLS 3.0 is not API compatible with 2.xGarrett D'Amore2021-08-09
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* We always have NNG_TRANSPORT_WS configured for testing.Garrett D'Amore2019-12-27
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #582 transport tests should run even with dynamic linkingGarrett D'Amore2018-07-06
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* fixes #381 Want comparators for various typesGarrett D'Amore2018-05-01
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* Refactored file API.Garrett D'Amore2018-01-11
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* Fix websocket hang after sending one message.Garrett D'Amore2018-01-03
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #160 Convert TLS url from tls:// to tls+tcp://Garrett D'Amore2017-11-27
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* Add support for ZT sockaddr properties (pipe).Garrett D'Amore2017-09-30
* Windows UDP support.Garrett D'Amore2017-09-29
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* Add test for sending and receiving large amounts of data.Garrett D'Amore2017-09-22
* More pipe option handling, pipe API support. Url option.Garrett D'Amore2017-09-22
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #62 Endpoint close should be synchronous #62Garrett 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
* fixes #37 Make transports pluggableGarrett D'Amore2017-08-08
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Public pipe and endpoint APIs use IDs instead of pointers.Garrett D'Amore2017-01-17
* Fixes for 32-bit Windows compilation.Garrett D'Amore2017-01-16
* Message API was awkward.Garrett D'Amore2017-01-06
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Fixes for TCP transport. Working now.Garrett D'Amore2017-01-04
* TCP listen and accept test.Garrett D'Amore2017-01-04
* Test for duplicate address listen, and fix in TCP for same.Garrett D'Amore2017-01-04
* Starting a common transport testing framework.Garrett D'Amore2017-01-04