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
path: root/unix
AgeCommit message (Expand)Author
2022-10-28Unix: stop accessing ctrl->fileselect for font selectors.Simon Tatham
2022-10-22Fix build with GTK3 prior to 3.22.23.Simon Tatham
2022-10-21Fix regressions in Gtk host key "More info".Jacob Nevins
2022-09-19setpgrp cmake check: use #if, not #if defined.Simon Tatham
2022-09-18Add cmake check for whether setpgrp takes arguments.Simon Tatham
2022-09-17Unix static GSSAPI: fix an uninitialised structure field.Simon Tatham
2022-09-07unix/console.c: add the same assertion again.Simon Tatham
2022-09-07Fix a batch of resource leaks spotted by Coverity.Simon Tatham
2022-09-06GTK: fix y computation in align_next_to.Simon Tatham
2022-09-01New facility, platform_start_subprocess.Simon Tatham
2022-09-01Replace integer context2 encoding in conf_editbox_handler.Simon Tatham
2022-09-01Reorganise the stubs collection.Simon Tatham
2022-08-16Implement AES-GCM using the @openssh.com protocol IDs.Simon Tatham
2022-08-16Add CPU feature checks on M1 macOS.Simon Tatham
2022-08-05Certificate-aware handling of key fingerprints.Simon Tatham
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-08-03Formatting: standardise on "func(\n", not "func\n(".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-07-24Send xterm 216+ modifiers in small-keypad key escape sequences.Simon Tatham
2022-07-21Unix Plink: handle stdout/stderr backlog consistently.Simon Tatham
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2022-07-07Make HelpCtx a per-platform type, not an intorptr.Simon Tatham
2022-06-25Certificate trust scope: change to a boolean-expression system.Simon Tatham
2022-06-25New function dlg_editbox_select_range.Simon Tatham
2022-06-25GTK: remove 'entrysig' in struct uctrl.Simon Tatham
2022-06-25Reindent unix/dialog.c.Simon Tatham
2022-06-01Remove uni_tbl from struct unicode_data.Simon Tatham
2022-06-01decode_codepage(): add missing const in prototype.Simon Tatham
2022-05-24Special backend init error handling for pterm.Jacob Nevins
2022-05-20Better header comment for noaskpass.c.Jacob Nevins
2022-05-20Merge docs and icon fixes from 'pre-0.77'.Jacob Nevins
2022-05-20Ensure Unix putty and pterm have correct icons.Jacob Nevins
2022-05-19Merge recent misc fixes from 'pre-0.77'.Jacob Nevins
2022-05-18Define OMIT_UTMP if there's no utmpx.h.Jacob Nevins
2022-05-18Fix command-line password handling in Restart Session.Simon Tatham
2022-05-14Fix build failure with -DNOT_X_WINDOWS.Simon Tatham
2022-05-12Fix GTK1 build.Simon Tatham
2022-05-12GTK: don't try to change font size in mid-window-resize.Simon Tatham
2022-05-12Move window resize timeouts into the GTK frontend.Simon Tatham
2022-05-07Allow CTRL_TEXT controls to be non-wrapping.Simon Tatham
2022-05-07GTK: make explicit text controls selectable.Simon Tatham
2022-05-05GTK: change implementation of 100%-width editboxes.Simon Tatham
2022-05-05Improve the align_next_to mechanism.Simon Tatham
2022-05-02Permit configuring RSA signature types in certificates.Simon Tatham
2022-05-02Centralise creation of a host_ca structure.Simon Tatham
2022-05-01Move host CA config box out into its own source file.Simon Tatham
2022-05-01Permit button-only file selectors.Simon Tatham
2022-05-01New command-line option: 'putty --host-ca'.Simon Tatham