]> asedeno.scripts.mit.edu Git - PuTTY.git/history - telnet.c
first pass
[PuTTY.git] / telnet.c
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 TathamFactor out the back ends' plug log functions.
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-09-25 Simon TathamNew Plink operating mode: 'plink -shareexists'.
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-05-15 Simon TathamGiant const-correctness patch of doom!
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2012-12-22 Simon TathamRonald Landheer-Cieslak points out that the various...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2011-07-19 Simon TathamTrivial fix for assertion failure introduced by the...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2008-11-24 Jacob NevinsNew option to allow use of the local OS username for...
2008-08-31 Simon TathamMinor code cleanup: I just happened to be looking at...
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-06-01 Simon TathamBeen meaning to do this for years: introduce a configur...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-01-08 Simon TathamHave one call to from_backend() per call to do_telnet_r...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-03-16 Simon TathamFix `telnet-option-loop', I think. (Untested except...
2005-03-14 Jacob NevinsConsistent indenting in option specs
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-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-23 Simon TathamDarek Olszewski points out that telnet->ldisc is never...
2004-10-17 Jacob NevinsSupport the SSH-2 mechanism for sending signals to...
2004-10-17 Jacob NevinsTelnet specials menu was not being reinstated after...
2004-09-22 Jacob NevinsTreat USER specially in event logging of Telnet ENVIRON...
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-03-06 Simon TathamJacob points out that TS_EOL is broken in BINARY mode.
2003-02-12 Ben HarrisUpdate list of Telnet options to match what IANA curren...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
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 TathamThe back ends now contain their own copies of the Confi...
2003-01-04 Ben HarrisHammer out some char * vs unsigned char * problems...
2003-01-02 Simon TathamFix `telnet-resize-iac'. (IAC bytes were not duplicated...
2002-12-19 Simon TathamFirst crack at an implementation of TELOPT_BINARY,...
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-11-01 Simon TathamAnother valgrind-caught error. This one has apparently...
2002-11-01 Simon TathamSplit a trigraph sequence in a string constant.
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-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
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-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
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-09 Simon TathamFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-09 Simon TathamFrom RDB: telnet can now start up in passive mode,...
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-05 Simon TathamVarious bug/warning fixes from Jacob
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-01-29 Simon TathamRobert de Bath's TCP Urgent / Telnet SYNCH patch.
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-24 Simon TathamFix failure to re-enable local line discipline when...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
next