1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GH-86: pageant: left-click systray -> saved sessions More... over 11 years ago
GH-82: epic hack: adb allows :-prefixed serials More... over 11 years ago
GH-74: adb: transport-usb etc. support More... over 11 years ago
adb: adb shell-like flags to pick devices More... over 11 years ago
adb: extract-method (cough) write_hello More... over 11 years ago
adb has a better chance of returning the error More... over 11 years ago
adb: state enum More... over 11 years ago
adb: improve bad response logging More... over 11 years ago
Don't run toplevel callbacks in modal dialogs. More... over 11 years ago
Sensibly enforce non-interactive rekeying. More... over 11 years ago
Make calling term_nopaste() a cross-platform feature. More... over 11 years ago
Revamp Windows pending_netevent using toplevel callbacks. More... over 11 years ago
Revamp net_pending_errors using toplevel callbacks. More... over 11 years ago
Revamp GTK's session close handling using toplevel callbacks. More... over 11 years ago
Revamp Windows's close_session() using toplevel callbacks. More... over 11 years ago
Revamp the terminal paste mechanism using toplevel callbacks. More... over 11 years ago
Add a general way to request an immediate top-level callback. More... over 11 years ago
GH-83: pageant: don't show the dialog at boot More... over 11 years ago
GH-81: attempt to accept old-style dymanic port entries More... over 11 years ago
return translate_button to return 0 on "error" More... over 11 years ago
Sebastian Kuschel reports that pfd_closing can be called for a socket error with pr->c NULL, in which case calling sshfwd_unclean_close on it will dereference NULL and segfault. Write an alternative error handling path for that possibility. More... over 11 years ago
It turns out I was a little over-strict in my handling of EOF in pscp.c when I did the big revamp in r9279: I assumed that in any SCP connection we would be the first to send EOF, but in fact this isn't true - doing downloads with old-SCP, EOF is initiated by the server, so we were spuriously reporting an error for 'unexpected' EOF when everything had gone fine. Thanks to Nathan Phelan for the report. More... over 11 years ago
GH-80: Default 'Right-Alt acts as it is' to off More... over 11 years ago
clang --analyze warnings: mostly asserts More... over 11 years ago
dlg_pick_icon doesn't belong in dialog.h; breaks the unix More... over 11 years ago
pageant shows the UI when it has nothing else to do More... over 11 years ago
build scripts More... over 11 years ago
mid-session config dialog assertions More... over 11 years ago
begin whitespace cleanup More... over 11 years ago
sbcsgen.pl uses 'select' to point Perl at a different default output handle. Revert that when we hackily call it from mkfiles.pl, so that if I have a need to insert diagnostics in the latter they won't go into the end of sbcsdat.c. More... over 11 years ago