]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ldisc.c
first pass
[PuTTY.git] / ldisc.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
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-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-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamClarify when ldisc->term may be NULL.
2013-08-17 Simon TathamMake calling term_nopaste() a cross-platform feature.
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2010-09-09 Simon TathamCast incoming characters to unsigned char to avoid...
2004-05-22 Simon TathamAt last! After much delay, much faffing back and forth...
2003-04-12 Simon TathamFix from yesterday's frontend-handle upheaval: ldisc calls
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-11 Simon TathamNever pass a `char' to a ctype function. I had relied...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
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-24 Simon TathamOops - repercussions of the close-on-exit stuff which...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2001-12-29 Simon TathamAdd a configurable option to make Return in Telnet...
2001-10-24 Simon TathamNow that we can configure whether ^C and friends genera...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-05-19 Simon TathamRDB: fix various UTF-8 glitches.
2001-05-10 Simon TathamRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 Simon TathamFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
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-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-06-26 Simon TathamAvoid the ldisc passing zero-length strings to back... 0.49
2000-03-17 Simon TathamRDB's patch: ^U sends Telnet Erase Line; line ending...
2000-03-11 Simon TathamRobert de Bath's patch: ^C ^Z and ^D send Telnet specia...
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
1999-11-22 Simon TathamCleanups to remove warnings for GNU/mingw32 compilation
1999-11-09 Simon TathamAdded local-editing line discipline to make raw backend...