summaryrefslogtreecommitdiffstats
path: root/win/tclWinsockCore.c
Commit message (Expand)AuthorAgeFilesLines
* read() errors or EOF shall not prevent write(). This allows for proper grace...tip_162_branchdavygrvy2009-01-061-38/+84
* Tcl_MakeSocketClientChannel() can now support any address family handed to it...davygrvy2008-12-131-54/+38
* refined the new windows error message code and removed the specialtydavygrvy2008-12-121-18/+15
* needed to add tip281 support as the error message problem was giving me neck ...davygrvy2008-12-121-1/+3
* added ATM and RM to the dream listdavygrvy2008-12-101-2/+10
* more WSAE errors translated (that actually have translations!). UDP sockets ...davygrvy2008-12-101-4/+4
* Can almost open UDP sockets.. WSARecv bails with 10014 (WSAEFAULT), research...davygrvy2008-12-101-5/+51
* fixed small bug in IocpAcceptOne() that caused the DecodeSockAddr() func to p...davygrvy2008-12-091-11/+46
* Network protocol dream list completed. Total is 47 possibles.davygrvy2008-12-081-45/+71
* default receive mode changed to flow-controlled from zero-byte. Idavygrvy2008-12-071-2/+2
* works!davygrvy2008-12-071-9/+261
* compiles again.. doesn't link yetdavygrvy2008-12-071-371/+350
* what a swampdavygrvy2008-12-061-80/+660
* a big mess, but some structure is formingdavygrvy2008-12-061-0/+3268