aboutsummaryrefslogtreecommitdiff
path: root/tests/compat_bug777.c
Commit message (Collapse)AuthorAge
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
| | | | | | | | | This passes valgrind 100% clean for both helgrind and deep leak checks. This represents a complete rethink of how the AIOs work, and much simpler synchronization; the provider API is a bit simpler to boot, as a number of failure modes have been simply eliminated. While here a few other minor bugs were squashed.
* Hopefully close shutdown race in rep.Garrett D'Amore2017-03-29
|
* Fix test suite bugs.Garrett D'Amore2017-03-11
|
* Fixes for BUS protocol in compat, test suite, and timing in compat tests.Garrett D'Amore2017-01-26