aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix
Commit message (Expand)AuthorAge
* Posix pollq fini is not properly idempotent.Garrett D'Amore2017-08-11
* Thundering herd kills performance.Garrett D'Amore2017-08-10
* Fix a few pointer vs. character errors found by gcc 7.Garrett D'Amore2017-08-07
* COnvert UDP to new style.Garrett D'Amore2017-08-04
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Initial swag at UDP (POSIX only) low level handling.Garrett D'Amore2017-07-25
* Update Capitar copyrights.Garrett D'Amore2017-07-21
* Simpler taskq API.Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Sometimes providers don't clear the prov data details. (Backoff).Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* Windows implmentation of TCP is "working now".Garrett D'Amore2017-07-13
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Uncrustify.Garrett D'Amore2017-07-08
* Various cleanups of unused bits.Garrett D'Amore2017-07-08
* SRWLocks FTW!Garrett D'Amore2017-07-07
* Start of progress on Windows. Name resolution and IOCP work begins.Garrett D'Amore2017-07-07
* Clean up some unused variables.Garrett D'Amore2017-07-07
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Fix lost event during poll.Garrett D'Amore2017-07-06
* Fixes for async resolver, plus a test suite for it.Garrett D'Amore2017-07-06
* Initial swag at asynchronous name resolution.Garrett D'Amore2017-07-06
* Make ipc work 100% async.Garrett D'Amore2017-07-05
* Cleanup some unused things.Garrett D'Amore2017-07-05
* Remove obsolete poll.c.Garrett D'Amore2017-07-05
* epdesc functionality.Garrett D'Amore2017-07-05
* Separate out poller/pollq from basic socket operations.Garrett D'Amore2017-07-04
* Improved routines for list management.Garrett D'Amore2017-07-04
* All pipes are nonblocking.Garrett D'Amore2017-07-04
* Rename aio functions. Enhanced epdesc_finish.Garrett D'Amore2017-07-04
* IPC & TCP negotiation done using aio. Remove old sync send/recv.Garrett D'Amore2017-07-03
* Properly initialize eps during listen.Garrett D'Amore2017-06-30
* pipedesc_read/write -> pipedesc_send/recv.Garrett D'Amore2017-06-30
* More progress on POSIX async connect stuff.Garrett D'Amore2017-06-30
* IPC fixes: correct handling of path removal, and path absence.Garrett D'Amore2017-06-30
* Fixes for IPC: don't try to disable Nagle, and use SUN_LEN properly.Garrett D'Amore2017-06-29
* More plumbing for async connections.Garrett D'Amore2017-06-29
* Begin work on async connect/accept for POSIX. Not referenced yet.Garrett D'Amore2017-06-29
* Use common POSIX socket handling for IPC.Garrett D'Amore2017-06-29
* Avoid Solaris / illumos namespace collision.Garrett D'Amore2017-06-29
* Use common socket handling on POSIX (tcp done, ipc pending.)Garrett D'Amore2017-06-29
* Adjust npds count properly.Garrett D'Amore2017-06-29
* Pass cancel of IPC and TCP all the way down to POSIX pipedescs.Garrett D'Amore2017-06-29
* Refactor stop again, closing numerous races (thanks valgrind!)Garrett D'Amore2017-06-28
* Convert to POSIX polled I/O for async; start of cancelable aio.Garrett D'Amore2017-06-27
* More race condition fixes.Garrett D'Amore2017-06-26
* Adding mutex lock during fini to prevent false positive data race.Garrett D'Amore2017-06-25
* Clear the owner while *still* holding the lock.Garrett D'Amore2017-06-25
* Additional mutex debugging support.Garrett D'Amore2017-06-22