summaryrefslogtreecommitdiff
path: root/tests/pubsub.c
Commit message (Expand)AuthorAge
* Add test case for bug 942.Garrett D'Amore2019-12-11
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #472 Test for pub/sub fails due to not waiting long enoughGarrett D'Amore2018-05-21
* fixes #331 replace NNG_OPT_RAW option with constructorGarrett D'Amore2018-04-04
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* Introduce 'porting layer' Public API.Garrett D'Amore2018-02-20
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #137 Remove public access to numeric protocolsGarrett D'Amore2017-10-31
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Fix a few warnings and subtle test races.Garrett D'Amore2017-08-24
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #44 open protocol by "name" (symbol) instead numberGarrett D'Amore2017-08-09
* Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).Garrett D'Amore2017-01-21
* Dangling compiler warnings from sock handle change.Garrett D'Amore2017-01-20
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Expose nni_init for now.Garrett D'Amore2017-01-18
* Fixes for valgrind issues.Garrett D'Amore2017-01-18
* Cleanup debug.Garrett D'Amore2017-01-09
* Fix startup race in the tests.Garrett D'Amore2017-01-06
* Bump the timeouts even more for Travis.Garrett D'Amore2017-01-06
* Bump timeout for crummy Travis -- 50 ms isn't enough!Garrett D'Amore2017-01-06
* Bunch of copyright fixes.Garrett D'Amore2017-01-06
* Fixes for PUB/SUB.Garrett D'Amore2017-01-06
* Start of PUB/SUB testing. Fixed a subscribe bug.Garrett D'Amore2017-01-06