summaryrefslogtreecommitdiff
path: root/tests/list.c
Commit message (Collapse)AuthorAge
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
|
* Substantial fixes for listen & dialers.Garrett D'Amore2016-12-25
| | | | | | | | | | At this point listening and dialing operations appear to function properly. As part of this I had to break the close logic up since otherwise we had a loop trying to reap a thread from itself. So there is now a separate reaper thread for pipes per-socket. I also changed lists to be a bit more rigid, and allocations now zero memory initially. (We had bugs due to uninitialized memory, and rather than hunt them all down, lets just init them to sane zero values.)
* More C99-ification. Also end the _t thing for types (ISO C rules).Garrett D'Amore2016-12-22
|
* Updates to reflect new external convey framework.Garrett D'Amore2016-12-20
|
* Nicer convey API - more closely mirrors the Go one.Garrett D'Amore2016-12-18
|
* Added linked list test suite.Garrett D'Amore2016-12-18