aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_net.c
Commit message (Expand)AuthorAge
* Initial swag at UDP (POSIX only) low level handling.Garrett D'Amore2017-07-25
* 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
* TCP asynchronous working now.Garrett D'Amore2017-07-07
* IPC & TCP negotiation done using aio. Remove old sync send/recv.Garrett D'Amore2017-07-03
* Use common POSIX socket handling for IPC.Garrett D'Amore2017-06-29
* Use common socket handling on POSIX (tcp done, ipc pending.)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
* IPC send/recv works asynchronously for POSIX.Garrett D'Amore2017-03-29
* TCP (POSIX) async send/recv working. Other changes.Garrett D'Amore2017-03-29
* Initial start of compat layer with bind, connect, etc. Untested.Garrett D'Amore2017-01-22
* Address segfault in TCP, and fix wild card handling.Garrett D'Amore2017-01-18
* Compile static *and* shared libraries.Garrett D'Amore2017-01-15
* Windows TCP now working.Garrett D'Amore2017-01-14
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Recv returns 0 on EOF.Garrett D'Amore2017-01-04
* Fix close related races (POSIX close is a PITA).Garrett D'Amore2017-01-04
* Compilation fixes for Linux.Garrett D'Amore2017-01-04
* TCP listen and accept test.Garrett D'Amore2017-01-04
* Initial cut at TCP, totally untested beyond compilation.Garrett D'Amore2017-01-04