aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAge
* Remove the libnanomsg compatibility layerGarrett D'Amore2024-10-22
* New CMAKE option NNG_ENABLE_COMPAT (defaults ON)Garrett D'Amore2024-01-27
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
* Move TCP out of supplemental.Garrett D'Amore2020-12-05
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* Work for test refactoring.Garrett D'Amore2020-11-18
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* Base64 nits (code quality) fixed.Garrett D'Amore2020-11-12
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* 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 #969 CMake : export target to current build scopeGarrett D'Amore2019-07-17
* fixes #461 Context support for SUBGarrett D'Amore2019-02-26
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #842 remove the cmake handing for source_groupGarrett D'Amore2019-01-01
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* The toplevel sets threads already, not needed here. (#810)Cody Piersall2018-12-11
* fixes #800 sockimpl.h and posix_aio.h missing in build systemGarrett D'Amore2018-11-27
* fixes #680 Public TCP APIGarrett D'Amore2018-11-27
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* Allow nng to be consumed in "add_subdirectory" scenariosGregor Burger2018-11-19
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* cmake: add missing target_include_directories to fix target exportMarc-André Moreau2018-09-20
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #684 CentOS 5 broken -- has epoll but not eventfdGarrett D'Amore2018-08-30
* fixes #668 Remove the old win_event stuffGarrett D'Amore2018-08-20
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #591 incorrect reuse of server instances by websocketGarrett D'Amore2018-07-16
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #393 panic on illumos - epoll assertion errorGarrett D'Amore2018-05-06
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* epoll: add epoll-based pollq implementationLiam Staskawicz2018-03-15
* kqueue: add kqueue-based pollq implementationLiam Staskawicz2018-03-02
* Move compatibility header so that <nanomsg/nn.h> works.Garrett D'Amore2018-02-23
* CMake & CPack improvements.Garrett D'Amore2018-02-21
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Refactored file API.Garrett D'Amore2018-01-11
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* 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