]> asedeno.scripts.mit.edu Git - PuTTY.git/history - raw.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / raw.c
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-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 Simon TathamColin's and my fixes to connection_fatal().
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-03-31 Simon Tathampterm.c now relies on backend `exitcode' functions...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-04 Ben HarrisFix a few stylistic warnings from Apple's C compilers.
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
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-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-23 Jacob NevinsFixes for (Backend)->size() changes -- internal declara...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-03-23 Simon TathamAttempt to ensure that everything passed to connection_...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2001-12-29 Simon TathamAdd a new back-end function to return the exit code...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-08-27 Simon TathamAdd a couple of missing return values
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-07-31 Simon TathamYet another possible segfault path in the backends...
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-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 TathamPrevent duplicate sk_close() calls on the same socket...
2001-01-26 Simon TathamEnsure all backends _remember_ the connection has close...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
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-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-04 Simon TathamStore default port number in each back end
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-08 Simon TathamStop plink losing data at start of session
2000-09-08 Simon TathamAdded a fourth application: plink, a command line conne...
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
1999-11-30 Simon TathamRobert de Bath's multi-purpose patch, slightly modified.
1999-11-09 Simon TathamFix unexpected network error 5000
1999-11-01 Simon TathamMark Baker's raw-TCP back end (untested and experimenta...