Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / ldisc.c
2011-07-14 simonPost-release destabilisation! Completely remove the...
2010-09-09 simonCast incoming characters to unsigned char to avoid...
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2003-04-12 simonFix from yesterday's frontend-handle upheaval: ldisc...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-11 simonNever pass a `char' to a ctype function. I had relied...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-24 simonOops - repercussions of the close-on-exit stuff which...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2001-12-29 simonAdd a configurable option to make Return in Telnet...
2001-10-24 simonNow that we can configure whether ^C and friends genera...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-05-19 simonRDB: fix various UTF-8 glitches.
2001-05-10 simonRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 simonFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
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 simonMiscellaneous fixes to try to make other compilers...
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-06-26 simonAvoid the ldisc passing zero-length strings to back...
2000-03-17 simonRDB's patch: ^U sends Telnet Erase Line; line ending...
2000-03-11 simonRobert de Bath's patch: ^C ^Z and ^D send Telnet specia...
2000-03-08 simonFix some picky compiler warnings kindly provided by...
1999-11-22 simonCleanups to remove warnings for GNU/mingw32 compilation
1999-11-09 simonAdded local-editing line discipline to make raw backend...