]> asedeno.scripts.mit.edu Git - PuTTY.git/history - winnet.c
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / winnet.c
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-10-12 Simon TathamActually fix winnet-if2lo, I think. Tested in an ad...
2003-10-12 Simon TathamThe WinSock library is now loaded at run-time, which...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamRemove the diagnostic added in rev 1.42 [r2288]; appare...
2003-01-02 Simon Tathamsk_nonamelookup() should ensure the sockaddr it returns...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-08 Simon TathamAdd a new diagnostic in winnet.c, to attempt to pinpoin...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-09-20 Simon TathamUse memcpy rather than strncpy in sk_addrcopy! How...
2002-04-27 Simon TathamSOCKS proxy support added (next instalment of Justin...
2002-03-23 Simon TathamAttempt to ensure that everything passed to connection_...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2001-12-11 Simon TathamFix compiler warnings
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-10-28 Simon TathamFix the `SERIOUS NETWORK INTERNAL ERROR' oversight...
2001-10-12 Simon TathamDue to fears that an incompetent WinSock might allow...
2001-09-09 Simon TathamModify the FIXME into a calculated risk. I don't like...
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-09-05 Simon TathamFix the intermittent fault in the socket layer that...
2001-08-27 Simon TathamPort forwarding update: local-host-only listening socke...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamRemove my dire-warning `FIXME' in IPv4 dotted-decimal...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 Simon TathamIncrease the read buffer size in network processing...
2001-03-15 Simon TathamDavid Brinegar's workaround for an error reporting...
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-01-29 Simon TathamDon't forget to read any outstanding data on receipt...
2001-01-29 Simon TathamRobert de Bath's TCP Urgent / Telnet SYNCH patch.
2001-01-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-11 Simon TathamRemove rogue debug statement
2001-01-09 Simon TathamIPv4 numeric addresses were broken thanks to IPv6 patch
2001-01-07 Simon TathamJeroen Massar's IPv6 patch. Disabled by default, for now.
2000-12-18 Simon TathamApply improved WinSock error handling to the few situat...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-10-26 Simon TathamFix a segfault (addr->error was unpredictable following...
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamImproved entropy gathering.
2000-10-23 Simon TathamOops. A field like `sending_oob' in the Socket structur...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...