Increase FONT_MAXNO from 0x2f to 0x40, to ensure the fonts[] array
[u/mdw/putty] / telnet.c
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2012-12-22 simonRonald Landheer-Cieslak points out that the various...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-19 simonTrivial fix for assertion failure introduced by the...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2008-11-24 jacobNew option to allow use of the local OS username for...
2008-08-31 simonMinor code cleanup: I just happened to be looking at...
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-01-08 simonHave one call to from_backend() per call to do_telnet_r...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-04-23 jacobSprinkle some header comments in various files in an...
2005-03-16 simonFix `telnet-option-loop', I think. (Untested except...
2005-03-14 jacobConsistent indenting in option specs
2005-01-16 simonSupport for falling back through the list of addresses...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-23 simonDarek Olszewski points out that telnet->ldisc is never...
2004-10-17 jacobSupport the SSH-2 mechanism for sending signals to...
2004-10-17 jacobTelnet specials menu was not being reinstated after...
2004-09-22 jacobTreat USER specially in event logging of Telnet ENVIRON...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 simonColin's and my fixes to connection_fatal().
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-03-31 simonpterm.c now relies on backend `exitcode' functions...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 simonJacob points out that TS_EOL is broken in BINARY mode.
2003-02-12 benUpdate list of Telnet options to match what IANA curren...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-04 benHammer out some char * vs unsigned char * problems...
2003-01-02 simonFix `telnet-resize-iac'. (IAC bytes were not duplicated...
2002-12-19 simonFirst crack at an implementation of TELOPT_BINARY,...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-01 simonAnother valgrind-caught error. This one has apparently...
2002-11-01 simonSplit a trigraph sequence in a string constant.
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-23 jacobFixes for (Backend)->size() changes -- internal declara...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-03-23 simonAttempt to ensure that everything passed to connection_...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2001-12-29 simonAdd a new back-end function to return the exit code...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-07-31 simonYet another possible segfault path in the backends...
2001-05-09 simonFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-09 simonFrom RDB: telnet can now start up in passive mode,...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-02-05 simonVarious bug/warning fixes from Jacob
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-29 simonRobert de Bath's TCP Urgent / Telnet SYNCH patch.
2001-01-29 simonPrevent duplicate sk_close() calls on the same socket...
2001-01-26 simonEnsure all backends _remember_ the connection has close...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2000-10-24 simonFix failure to re-enable local line discipline when...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-09 simonRobert de Bath's big patch:
2000-10-04 simonStore default port number in each back end
2000-09-22 simonEnable better build-time flexibility over which WinSock...
2000-09-22 simonBug fix: line discipline selection is not enabled until...
2000-09-22 simonPrevent network errors from summarily closing the windo...
2000-09-08 simonStop plink losing data at start of session
2000-09-08 simonAdded a fourth application: plink, a command line conne...
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-03-17 simonRDB's patch:
2000-03-11 simonRobert de Bath's patch: when the user presses CR, the...
2000-03-11 simonRobert de Bath's patch: integrate line disciplines...
1999-11-30 simonRobert de Bath's multi-purpose patch, slightly modified.
1999-11-16 simonFix printing of Telnet GA as ugrave
1999-11-09 simonFix unexpected network error 5000
1999-11-09 simonChanges from executor:
1999-10-04 simonStop IAC IAC from being swallowed in telnet (fix due...
1999-07-20 simonJimen Ching's patches to remove compiler warnings
1999-01-08 simonJohn Sullivan's patches plus more fixes:
1999-01-08 simonInitial checkin: beta 0.43