]> asedeno.scripts.mit.edu Git - PuTTY.git/history - network.h
first pass
[PuTTY.git] / network.h
2016-04-06 Simon TathamFix duplicate definition of typedef 'bufchain'.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-22 Simon TathamOption to log proxy setup diagnostics to the terminal.
2015-11-22 Simon TathamIn GUI PuTTY, log standard error from local proxy commands.
2015-11-22 Simon TathamLog the setup of proxied network connections.
2015-11-22 Simon TathamFactor out the back ends' plug log functions.
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-22 Simon TathamRemove unused SSL declarations from network.h.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-11-17 Simon TathamAdd a Socket implementation which just holds an error...
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2008-11-08 Simon TathamImplement sk_addr_dup().
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-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-06-06 Ben HarrisMove prototype for platform_new_connection() to a heade...
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-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
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-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-04-27 Simon TathamSOCKS proxy support added (next instalment of Justin...
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-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-10-30 Simon TathamTidy up the SERIOUS NETWORK ERROR fixes
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
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-06 Simon TathamRun entire source base through GNU indent to tidy up...
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-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...