aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_socket.c
Commit message (Expand)AuthorAge
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* Cleanup some unused things.Garrett D'Amore2017-07-05
* 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
* 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