Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mac OS X: must clear sockaddr in order to bind. | Kaz Kylheku | 2016-03-10 | 1 | -0/+2 | |
* | Solaris: cannot sendto on connected dgram socket. | Kaz Kylheku | 2016-03-10 | 1 | -2/+8 | |
* | Diagnose operations on closed socket. | Kaz Kylheku | 2016-03-07 | 1 | -23/+42 | |
* | Revamped naming for socket streams. | Kaz Kylheku | 2016-03-07 | 1 | -5/+32 | |
* | sock_accept: uninitialized socklen_t. | Kaz Kylheku | 2016-03-07 | 1 | -1/+1 | |
* | gc bugs: more instances of wrong mutations. | Kaz Kylheku | 2016-03-07 | 1 | -1/+1 | |
* | Show failing address in sock-connect error. | Kaz Kylheku | 2016-03-07 | 1 | -2/+2 | |
* | Special implementation of dgram socket streams. | Kaz Kylheku | 2016-03-06 | 1 | -28/+488 | |
* | Refer to correct socket function names in errors. | Kaz Kylheku | 2016-03-06 | 1 | -3/+3 | |
* | Socket streams know their connected peer address. | Kaz Kylheku | 2016-02-27 | 1 | -0/+2 | |
* | Do the SO_REUSEADDR thing when binding socket. | Kaz Kylheku | 2016-02-27 | 1 | -2/+5 | |
* | Adding socket support: unix, ipv4, ipv6. | Kaz Kylheku | 2016-02-26 | 1 | -0/+382 |