summaryrefslogtreecommitdiff
path: root/tests/pair1.c
Commit message (Expand)AuthorAge
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #381 Want comparators for various typesGarrett D'Amore2018-05-01
* fixes #375 integer types are error proneGarrett D'Amore2018-04-26
* 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
* fixes #143 Protocols and transports should be "configurable"Garrett D'Amore2017-11-02
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Reorganize reset so it only takes place after creating sockets.Garrett D'Amore2017-08-28
* A few more sleeps for connection establishment.Garrett D'Amore2017-08-24
* 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
* Implement dynamic option numbering.Garrett D'Amore2017-08-23
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Convert duration to usec.Garrett D'Amore2017-08-14
* fixes #63 NNG_FLAG_SYNCH should be the defaultGarrett D'Amore2017-08-14
* fixes #62 Endpoint close should be synchronous #62Garrett D'Amore2017-08-14
* Convenience option accesor functions.Garrett D'Amore2017-08-12
* Fix leaks found in pairv1 test suite.Garrett D'Amore2017-08-11
* Add tests to validate backpressure vs best effort for pairv1.Garrett D'Amore2017-08-11
* Fail to another stream on default (no pipe requested).Garrett D'Amore2017-08-11
* Add a test for default pipe in polyamorous mode.Garrett D'Amore2017-08-11
* Fix TTL handling for pair1 protocol; more tests.Garrett D'Amore2017-08-11
* Windows fixes; especially idempotent init/fini.Garrett D'Amore2017-08-11
* Test support for pairv1 including polyamorous mode.Garrett D'Amore2017-08-11