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-03Comment typo in supdup.c.Simon Tatham
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-08-03Formatting: realign labels and case/default statements.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-04-02Resurrect the test backends.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-11-19Generalise strbuf_catf() into put_fmt().Simon Tatham
2021-11-06New plug_closing error type for 'user abort'.Simon Tatham
2021-11-06New API for plug_closing() with a custom type enum.Simon Tatham
2021-10-30Move TempSeat creation/destruction into Interactor.Simon Tatham
2021-10-30Framework for announcing which Interactor is talking.Simon Tatham
2021-10-30Pass an Interactor to new_connection().Simon Tatham
2021-10-30Add Interactor methods to get/set LogPolicy and Seat.Simon Tatham
2021-10-30Introduce a new 'Interactor' trait.Simon Tatham
2021-10-30Add memsets after allocation of all Backend implementors.Simon Tatham
2021-10-24Add 'description' methods for Backend and Plug.Simon Tatham
2021-10-24Lowercase version of BackendVtable's displayname.Simon Tatham
2021-10-24Remove 'calling_back' parameter from plug_closing.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-14Rlogin: handle user abort at the username prompt.Simon Tatham
2021-09-14rlogin: defer username prompt until connection is made.Simon Tatham
2021-09-13Allow new_connection to take an optional Seat. (NFC)Simon Tatham
2021-09-13sshproxy: share the caller's LogPolicy.Simon Tatham
2021-09-13Telnet: remove tabs from Event Log entries.Simon Tatham
2021-09-13Non-SSH network backends: handle PLUGLOG_CONNECT_SUCCESS.Simon Tatham
2021-09-12testback.c: remove emacs magic comment.Simon Tatham
2021-09-12Separate backend_send from backend_sendbuffer.Simon Tatham
2021-06-27New Seat callback, seat_sent().Simon Tatham
2021-05-22New Seat method, notify_remote_disconnect.Simon Tatham
2021-04-22Move other backends into a subdirectory.Simon Tatham