Joe Yates's memory leak patches.
[u/mdw/putty] / winnet.c
2003-12-19 simonJoe Yates's memory leak patches.
2003-10-12 simonActually fix winnet-if2lo, I think. Tested in an ad...
2003-10-12 simonThe WinSock library is now loaded at run-time, which...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 simonRemove the diagnostic added in rev 1.42 [r2288]; appare...
2003-01-02 simonsk_nonamelookup() should ensure the sockaddr it returns...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-08 simonAdd a new diagnostic in winnet.c, to attempt to pinpoin...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-09-20 simonUse memcpy rather than strncpy in sk_addrcopy! How...
2002-04-27 simonSOCKS proxy support added (next instalment of Justin...
2002-03-23 simonAttempt to ensure that everything passed to connection_...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2001-12-11 simonFix compiler warnings
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-10-28 simonFix the `SERIOUS NETWORK INTERNAL ERROR' oversight...
2001-10-12 simonDue to fears that an incompetent WinSock might allow...
2001-09-09 simonModify the FIXME into a calculated risk. I don't like...
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-09-05 simonFix the intermittent fault in the socket layer that...
2001-08-27 simonPort forwarding update: local-host-only listening socke...
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...