aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* New platform API for storage methods.Garrett D'Amore2017-10-09
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* Windows UDP support.Garrett D'Amore2017-09-29
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* Add C++ test program, proving C++ consumers work.Garrett D'Amore2017-09-26
* Add test for reconnection of disconnected client.Garrett D'Amore2017-09-05
* Updated convey test framework, and self tests for it.Garrett D'Amore2017-08-18
* fixes #39 Transport ops vector should be versionedGarrett D'Amore2017-08-17
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Added shutdown test from legacy nanomsg.Garrett D'Amore2017-08-14
* Test support for pairv1 including polyamorous mode.Garrett D'Amore2017-08-11
* Verify errno handling works; use table driven approach.Garrett D'Amore2017-08-10
* Restore the device test.Garrett D'Amore2017-08-10
* Unify the msg API.Garrett D'Amore2017-08-10
* Add new PAIR_V1 protocol.Garrett D'Amore2017-08-10
* fixes #48 tcp sometimes fails to get a portGarrett D'Amore2017-08-09
* Added nn_compat code for option handling, fixed other bugs.Garrett D'Amore2017-08-08
* Add some more compatibility tests; fix surveyor compat bug.Garrett D'Amore2017-08-07
* Fix crash when using legacy send API with NN_MSG.Garrett D'Amore2017-08-07
* Fixes for async resolver, plus a test suite for it.Garrett D'Amore2017-07-06
* I've seen successful scalability runs take over 5 secs.Garrett D'Amore2017-06-29
* Start of close related race fixes. Scalability test.Garrett D'Amore2017-03-10
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27
* Fixes for BUS protocol in compat, test suite, and timing in compat tests.Garrett D'Amore2017-01-26
* Added more plumbing to facilitate test writing & compatibility.Garrett D'Amore2017-01-26
* Add endpoint tuning of maxrcv size. Fix cmsg API.Garrett D'Amore2017-01-24
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Whoops, forgot to add the pipe implementations to git!!Garrett D'Amore2017-01-21
* External event API for send/recv implemented.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Add IPC (UNIX domain sockets) for POSIX, and test suite.Garrett D'Amore2017-01-12
* Bus working, and added bus test.Garrett D'Amore2017-01-11
* Add survey test (and fix survey pattern).Garrett D'Amore2017-01-09