1
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If you configure Unix PuTTY to use a proxy, tell it to even proxy localhost connections, and also enable X forwarding in such a way that it will attempt to connect to a Unix-domain X server socket, an assertion will fail when proxy_for_destination() tries to call sk_getaddr(). Fix by ensuring that Unix-domain sockets are _never_ proxied, since they fundamentally can't be. More... over 12 years ago
adb: better error reporting, avoiding empty message boxes More... over 12 years ago
gh-51: Fix adb shell for empty host name as well More... over 12 years ago
Add timestamps to the 'SSH raw data' logging mode. More... over 12 years ago
Add timestamps to the 'SSH raw data' logging mode. More... over 12 years ago
A user points out that we should free the 'hProcess' and 'hThread' handles returned in the PROCESS_INFORMATION structure after we call CreateProcess. More... over 12 years ago
A user points out that we should free the 'hProcess' and 'hThread' handles returned in the PROCESS_INFORMATION structure after we call CreateProcess. More... over 12 years ago
Update adb.c More... over 12 years ago
Sumudu Fernando points out that in the big r9214 destabilisation I mistakenly rearranged the logic in an if statement in window.c, with the effect that scroll-wheel events are no longer sent via xterm mouse tracking. Put it back to the way it was. More... over 12 years ago
Sumudu Fernando points out that in the big r9214 destabilisation I mistakenly rearranged the logic in an if statement in window.c, with the effect that scroll-wheel events are no longer sent via xterm mouse tracking. Put it back to the way it was. More... over 12 years ago
Clip the 'lines' parameter to scroll() at the size of the scroll window. scroll() iterates that many times, so this prevents a tedious wait if you give a very large parameter to ESC[L or ESC[M, for example. More... over 12 years ago
Clip the 'lines' parameter to scroll() at the size of the scroll window. scroll() iterates that many times, so this prevents a tedious wait if you give a very large parameter to ESC[L or ESC[M, for example. More... over 12 years ago
Windows PSFTP has two places that call run_timers and I'd only updated one of them. Correct that.
ben
More... over 12 years ago
Windows PSFTP has two places that call run_timers and I'd only updated one of them. Correct that. More... over 12 years ago
Fix indentation mess in my timing overhaul. More... over 12 years ago
Fix indentation mess in my timing overhaul.
ben
More... over 12 years ago
Fix a stupid sign bug in run_timers() that broke Windows Plink (and should really have broken everything else too).
ben
More... over 12 years ago
Fix a stupid sign bug in run_timers() that broke Windows Plink (and should really have broken everything else too). More... over 12 years ago
Make --help and --version work consistently across all tools. More... over 12 years ago
Make --help and --version work consistently across all tools. More... over 12 years ago
Better document the various environments with which Makefile.cyg works. More... over 12 years ago
Better document the various environments with which Makefile.cyg works.
ben
More... over 12 years ago
Add a new COMPAT option for environments lacking SecureZeroMemory(), rather than explicitly checking for Winelib. It seems that w32api is lacking it as well. More... over 12 years ago
Add a new COMPAT option for environments lacking SecureZeroMemory(), rather than explicitly checking for Winelib. It seems that w32api is lacking it as well.
ben
More... over 12 years ago
Allow remote-to-local forwardings to use IPv6.
ben
More... over 12 years ago
Allow remote-to-local forwardings to use IPv6. More... over 12 years ago
Two related changes to timing code: More... over 12 years ago
Two related changes to timing code:
ben
More... over 12 years ago
Quell a (correct) GCC warning in the NO_HTMLHELP case.
ben
More... over 12 years ago
Quell a (correct) GCC warning in the NO_HTMLHELP case. More... over 12 years ago