Improve socket error handling so that a socket error isn't an
[u/mdw/putty] / winnet.c
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-11 simonRemove rogue debug statement
2001-01-09 simonIPv4 numeric addresses were broken thanks to IPv6 patch
2001-01-07 simonJeroen Massar's IPv6 patch. Disabled by default, for...
2000-12-18 simonApply improved WinSock error handling to the few situat...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-26 simonFix a segfault (addr->error was unpredictable following...
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonImproved entropy gathering.
2000-10-23 simonOops. A field like `sending_oob' in the Socket structur...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...