summaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* Solaris: cannot sendto on connected dgram socket.Kaz Kylheku2016-03-101-2/+8
* Diagnose operations on closed socket.Kaz Kylheku2016-03-071-23/+42
* Revamped naming for socket streams.Kaz Kylheku2016-03-071-5/+32
* sock_accept: uninitialized socklen_t.Kaz Kylheku2016-03-071-1/+1
* gc bugs: more instances of wrong mutations.Kaz Kylheku2016-03-071-1/+1
* Show failing address in sock-connect error.Kaz Kylheku2016-03-071-2/+2
* Special implementation of dgram socket streams.Kaz Kylheku2016-03-061-28/+488
* Refer to correct socket function names in errors.Kaz Kylheku2016-03-061-3/+3
* Socket streams know their connected peer address.Kaz Kylheku2016-02-271-0/+2
* Do the SO_REUSEADDR thing when binding socket.Kaz Kylheku2016-02-271-2/+5
* Adding socket support: unix, ipv4, ipv6.Kaz Kylheku2016-02-261-0/+382