summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* fixes #393 panic on illumos - epoll assertion errorGarrett D'Amore2018-05-06
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* Remove .version file -- we use git tags.Garrett D'Amore2018-03-18
* epoll: add epoll-based pollq implementationLiam Staskawicz2018-03-15
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* kqueue: add kqueue-based pollq implementationLiam Staskawicz2018-03-02
* fixes #240 nngcat is MIAGarrett D'Amore2018-02-28
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #223 Double definition of -DNNG_PLATFORM_POSIX for Darwin platformGarrett D'Amore2018-01-26
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #172 HTTP and websocket need better conditional inclusionGarrett D'Amore2017-12-28
* Compilation fixes for Windows.Garrett D'Amore2017-12-27
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #3 TLS transportGarrett D'Amore2017-11-20
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* 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 nni_strnlen.Garrett D'Amore2017-08-28
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Compiler switches need to be a string.Garrett D'Amore2017-08-07
* Problem was module path override, I think.Garrett D'Amore2017-08-07
* More coverage tweaks (I hope).Garrett D'Amore2017-08-07
* Richer CI support on Travis, including code coverage.Garrett D'Amore2017-08-07
* COnvert UDP to new style.Garrett D'Amore2017-08-04
* Use common socket handling on POSIX (tcp done, ipc pending.)Garrett D'Amore2017-06-29
* Added more plumbing to facilitate test writing & compatibility.Garrett D'Amore2017-01-26
* Initial swag at notification pipes (not used yet).Garrett D'Amore2017-01-21
* Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly.Garrett D'Amore2017-01-21
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Pull out the posix clock stuff for plat_clock.Garrett D'Amore2017-01-12
* Stop testing some stuff we don't care about.Garrett D'Amore2017-01-12
* Add initial performanced tests.Garrett D'Amore2017-01-05
* Enabling C99 requires CMake version 3.1 or better.Garrett D'Amore2016-12-31
* Use C99.Garrett D'Amore2016-12-21
* So "test" target now does something useful.Garrett D'Amore2016-12-17
* Early test framework, modeled on GoConvey.Garrett D'Amore2016-12-15
* Initial cmake plumbing (stolen from libnanomsg)Garrett D'Amore2016-12-12