aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
...
* fixes #1163 compat tests are very brittleGarrett D'Amore2020-01-20
* fixes #1145 nng_msg options should be removedGarrett D'Amore2020-01-19
* fixes #1142 raw mode use of message headers is inconsistentGarrett D'Amore2020-01-18
* Fix HTTP server root URI handling (#1140)Robert Bielik2020-01-18
* Remove the old PUB/SUB tests.Garrett D'Amore2020-01-13
* Add PUB/SUB test suite.Garrett D'Amore2020-01-12
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1121 reconnect test failures (Darwin?)Garrett D'Amore2020-01-08
* fixes #1109 clocks can be off by a lot with sanitizerGarrett D'Amore2020-01-04
* Disable httpclient tests -- proxy caches are making this fail.Garrett D'Amore2020-01-02
* fixes #1088 REP protocol does not signal SENDFD properlyGarrett D'Amore2020-01-01
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* fixes #1081 Use after free possible in statsGarrett D'Amore2020-01-01
* Insert a cache control header to attempt to prevent caching.Garrett D'Amore2019-12-30
* fixes #1059 compat_tcp test sometimes times outGarrett D'Amore2019-12-29
* fixes #1065 resolver leaks work structuresGarrett 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
* Time calculations in acutest.h off by factor of 10.Garrett D'Amore2019-12-27
* We always have NNG_TRANSPORT_WS configured for testing.Garrett D'Amore2019-12-27
* Test output might be misleadingGarrett D'Amore2019-12-27
* Move the WSS file test, and hopefully provide more debuggability.Garrett D'Amore2019-12-27
* fixes #1042 testutil.h could offer better test failure diagnosisGarrett D'Amore2019-12-27
* fixes #940 httpclient Timeout can succeed in cloudGarrett D'Amore2019-12-26
* fixes #1040 Convert rest of the protocols to new CMake infraGarrett D'Amore2019-12-25
* fixes #1038 Linux should use getentropy or getrandomGarrett D'Amore2019-12-24
* Note that we are moving away from C-Convey.Garrett D'Amore2019-12-24
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
* Add test case for bug 942.Garrett D'Amore2019-12-11
* fixes #1011 snprintf argument overflow in ws test codeGarrett D'Amore2019-11-10
* change www.example.com SHA1 hash (document was updated 2019-10-17)Matthew Zipay2019-11-04
* fixes #937 Memory Leak in wsstreamGarrett D'Amore2019-05-19
* fixes #919 Polling on subscriber socket recvfd seems brokenBehrooze Sirang2019-04-11
* fixes #815 Eliminate socket filters on message queuesGarrett D'Amore2019-03-13
* fixes #907 WebSocket ephemeral port cannot be reusedGarrett D'Amore2019-03-13
* nng_msg_dup correctly duplicates pipe (mentioned in #862)Jake Woltersdorf2019-03-12
* fixes #894 nng_pipe_notify could use nng_pipe_ev typedef instead of intGarrett D'Amore2019-02-26
* fixes #869 nng_http_handler_set_tree fails match if path is /Garrett D'Amore2019-02-17
* fixes #821 http_server crash when using url without hostnameGarrett D'Amore2019-02-17
* fixes #882 websocket stream mode doesn't copy received dataGarrett D'Amore2019-02-17
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #837 ipcsupp occasional test failureGarrett D'Amore2019-01-01
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* Add some wild card validation tests for URLs.Garrett D'Amore2018-12-22
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16