summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Expand)AuthorAge
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* Survey test rewrite.Garrett D'Amore2020-02-05
* Remove the old PUB/SUB tests.Garrett D'Amore2020-01-13
* fixes #1121 reconnect test failures (Darwin?)Garrett D'Amore2020-01-08
* fixes #1059 compat_tcp test sometimes times outGarrett D'Amore2019-12-29
* fixes #986 ws_read_finish_str free invalid pointerGarrett D'Amore2019-12-28
* fixes #1057 reqpoll test fails (bad test logic) sometimesGarrett D'Amore2019-12-27
* Move the WSS file test, and hopefully provide more debuggability.Garrett D'Amore2019-12-27
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
* fixes #919 Polling on subscriber socket recvfd seems brokenBehrooze Sirang2019-04-11
* fixes #882 websocket stream mode doesn't copy received dataGarrett D'Amore2019-02-17
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16
* fixes #680 Public TCP APIGarrett D'Amore2018-11-27
* fixes #784 convey uses langinfo not available on QNXv1.1.0Garrett D'Amore2018-11-09
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #710 idhash has nasty performance bugGarrett D'Amore2018-09-09
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #419 Remove the "convey" meta testGarrett D'Amore2018-05-29
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #471 Linux resolver truncates port number silentlyGarrett D'Amore2018-05-21
* fixes #469 SO_REUSEADDR should be enabledGarrett D'Amore2018-05-21
* fixes #400 Some resolvers take a long time with garbage addressesGarrett D'Amore2018-05-06
* fixes #389 Need pipe notification callbacksGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* Add nonblocking test (test case for bug 346).Garrett D'Amore2018-04-28
* fixes #347 Legacy option NN_SNDBUF and NN_RCVBUF in bytes not messagesGarrett D'Amore2018-04-25
* fixes #342 Want Surveyor/Respondent context supportGarrett D'Amore2018-04-24
* fixes #344 nn_poll() legacy API missingGarrett D'Amore2018-04-16
* fixes #350 Incorrect compat error code from nn_setsockoptGarrett D'Amore2018-04-14
* Add new reqstress test.Garrett D'Amore2018-04-10
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* Move compatibility header so that <nanomsg/nn.h> works.Garrett D'Amore2018-02-23
* Add nng_opts_parse() API for handling command line options.Garrett D'Amore2018-02-22
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* fixes #191 Several HTTP problems foundGarrett D'Amore2018-01-02
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #172 HTTP and websocket need better conditional inclusionGarrett D'Amore2017-12-28
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* Added SHA1 implementation and test suite.Garrett D'Amore2017-12-26
* Added base64 implementation, needed by websocket.Garrett D'Amore2017-12-26
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* Add multiprotocol/multitransport stress test.Garrett D'Amore2017-11-05
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25