summaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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