Extensive changes that _should_ fix the socket buffering problems,
[u/mdw/putty] / winnet.c
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonRemove my dire-warning `FIXME' in IPv4 dotted-decimal...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 simonIncrease the read buffer size in network processing...
2001-03-15 simonDavid Brinegar's workaround for an error reporting...
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-29 simonDon't forget to read any outstanding data on receipt...
2001-01-29 simonRobert de Bath's TCP Urgent / Telnet SYNCH patch.
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...