aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/pair/pair_v1.c
Commit message (Expand)AuthorAge
* 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 #45 expose aio to applicationsGarrett D'Amore2017-10-25
* fixes #112 Need to move some stuff from socket to message queuesGarrett D'Amore2017-10-23
* fixes #123 latency tests with wrong message sizeGarrett D'Amore2017-10-19
* fixes #99 Still seeing segfaults in pair1 (rarely)Garrett D'Amore2017-10-03
* Remove last vestiges of integer option numbers.Garrett D'Amore2017-09-27
* Refactor option handling APIs.Garrett D'Amore2017-09-27
* Add improved getopt functions, pass integers by value.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* Eliminate legacy option settings, provide easier option IDs.Garrett D'Amore2017-08-24
* Add init/fini to protocols to allow them to register options.Garrett D'Amore2017-08-23
* 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
* Fix leaks found in pairv1 test suite.Garrett D'Amore2017-08-11
* Fail to another stream on default (no pipe requested).Garrett D'Amore2017-08-11
* Fix TTL handling for pair1 protocol; more tests.Garrett D'Amore2017-08-11
* Test support for pairv1 including polyamorous mode.Garrett D'Amore2017-08-11
* Unify the msg API.Garrett D'Amore2017-08-10
* Add new PAIR_V1 protocol.Garrett D'Amore2017-08-10