Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-03Formatting: realign labels and case/default statements.Simon Tatham
2021-09-16free_prompts: deal with a reference from an Ldisc.Simon Tatham
2021-09-14Complete rework of terminal userpass input system.Simon Tatham
2021-09-14Backends: notify ldisc when sendok becomes true. (NFC)Simon Tatham
2021-09-13Remove ldisc.h.Simon Tatham
2020-06-14Remove assertion that len != 0 in ldisc_send.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-06-18Withdraw support for the DECEDM escape sequence.Simon Tatham
2019-02-28New array-growing macros: sgrowarray and sgrowarrayn.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Switch some Conf settings over to being bool.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-11New abstraction 'Seat', to pass to backends.Simon Tatham
2018-10-11Remove frontend_keypress().Simon Tatham
2018-09-24Rework special-commands system to add an integer argument.Simon Tatham
2018-09-20Introduce a typedef for frontend handles.Simon Tatham
2018-09-20Turn Backend into a sensible classoid.Simon Tatham
2018-09-20Expose the Ldisc structure tag throughout the code.Simon Tatham
2018-05-26Make lots of generic data parameters into 'void *'.Simon Tatham
2015-05-15Giant const-correctness patch of doom!Simon Tatham
2014-11-22Move echo/edit state change functionality out of ldisc_send.Simon Tatham
2014-11-22Clarify when ldisc->term may be NULL.Simon Tatham
2013-08-17Make calling term_nopaste() a cross-platform feature.Simon Tatham
2011-07-14Post-release destabilisation! Completely remove the struct typeSimon Tatham
2010-09-09Cast incoming characters to unsigned char to avoid accidental signSimon Tatham
2004-05-22At last! After much delay, much faffing back and forth, and muchSimon Tatham
2003-04-12Fix from yesterday's frontend-handle upheaval: ldisc callsSimon Tatham
2003-03-29Introduced wrapper macros snew(), snewn() and sresize() for theSimon Tatham
2003-03-11Never pass a `char' to a ctype function. I had relied on gcc -WallSimon Tatham
2003-01-27Remove all `enum'-typed variables from the Config structure.Simon Tatham
2003-01-16Add the ability to close sessions. This adds *_free() functions to mostBen Harris
2002-11-23Add a Config * argument to ldisc_create(), and use it in place of the globalBen Harris
2002-10-26Reorganised the Unicode layer somewhat: moved luni_send andSimon Tatham
2002-10-26Line discipline module now uses dynamically allocated data. AlsoSimon Tatham
2002-10-25Major destabilisation, phase 2. This time it's the backends' turn:Simon Tatham
2002-10-24Oops - repercussions of the close-on-exit stuff which I forgot toSimon Tatham
2002-10-22Major destabilisation, phase 1. In this phase I've moved (I think)Simon Tatham
2002-10-09First phase of porting. pterm now compiles and runs under Linux+gtk.Simon Tatham
2001-12-29Add a configurable option to make Return in Telnet send an ordinarySimon Tatham
2001-10-24Now that we can configure whether ^C and friends generate Telnet IPSimon Tatham
2001-09-20Fix pasting of newlines in local line editing mode. Possibly not aSimon Tatham
2001-05-19RDB: fix various UTF-8 glitches.Simon Tatham
2001-05-10RDB's Unicode patch. Fonts are now used in Unicode mode whereSimon Tatham
2001-05-09From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) toSimon Tatham
2001-05-06Run entire source base through GNU indent to tidy up the varyingSimon Tatham
2001-01-24Rethink the whole line discipline architecture. Instead of havingSimon Tatham
2000-10-23Created a shiny new abstraction for the socket handling. Has manySimon Tatham
2000-10-20Introduce a sane interface function, from_backend(), for backends toSimon Tatham
2000-10-09Miscellaneous fixes to try to make other compilers happierSimon Tatham
2000-07-26Robert de Bath's Big Patch, part 1Simon Tatham