| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Initial start of compat layer with bind, connect, etc. Untested. | Garrett D'Amore | 2017-01-22 |
| | | |||
| * | Address segfault in TCP, and fix wild card handling. | Garrett D'Amore | 2017-01-18 |
| | | |||
| * | Compile static *and* shared libraries. | Garrett D'Amore | 2017-01-15 |
| | | | | | | Test code needs to use the static libraries so that they can get access to the entire set of symbols, including private ones that are not exported. | ||
| * | Windows TCP now working. | Garrett D'Amore | 2017-01-14 |
| | | | | | | | | There are lots of changes here, mostly stuff we did in support of Windows TCP. However, there are some bugs that were fixed, and we added some new error codes, and generalized the handling of some failures during accept. Windows IPC (NamedPipes) is still missing. | ||
| * | Change a bunch of copyrights to 2017 for work done since the 1st. | Garrett D'Amore | 2017-01-05 |
| | | |||
| * | Recv returns 0 on EOF. | Garrett D'Amore | 2017-01-04 |
| | | |||
| * | Fix close related races (POSIX close is a PITA). | Garrett D'Amore | 2017-01-04 |
| | | |||
| * | Compilation fixes for Linux. | Garrett D'Amore | 2017-01-04 |
| | | |||
| * | TCP listen and accept test. | Garrett D'Amore | 2017-01-04 |
| | | | | | There is an occasional use-after-free bug we need to fix still. | ||
| * | Initial cut at TCP, totally untested beyond compilation. | Garrett D'Amore | 2017-01-04 |
| This also adds checks in the protocols to verify that pipe peers are of the proper protocol. | |||
