]> asedeno.scripts.mit.edu Git - PuTTY.git/history - portfwd.c
Post-release destabilisation! Completely remove the struct type
[PuTTY.git] / portfwd.c
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-04-23 Simon TathamWhen starting a SOCKS connection in dynamic forwarding...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-28 Simon TathamSSH port forwarding is now configurable in mid-session...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-01-21 Simon TathamTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-10-10 Jacob NevinsAdd random commentary to SOCKS code.
2003-10-10 Jacob NevinsIn SOCKS5 dynamic forwarding, we were echoing back...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 Ben HarrisDon't use an uninitialised value when we get an unsuppo...
2003-04-09 Simon Tatham`dynamic' was uninitialised in other types of port...
2003-04-09 Simon TathamChas Honton's patch to dynamic port forwarding: should...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
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-12 Simon TathamThere's no real need for portfwd.c to reference `cfg...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 Ben HarrisFix more "possible unintended assignment" warnings.
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
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-13 Simon TathamFix potential segfault in port forwarding code
2001-08-08 Simon TathamOops - actually check in portfwd.c itself! (Makefile...