openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
FuTTY
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
12 days
ago. based on code collected
12 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 23 of 260
Search / Filter on:
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.
Simon Tatham
More...
over 12 years ago
adb: better error reporting, avoiding empty message boxes
Chris West (Faux)
More...
over 12 years ago
gh-51: Fix adb shell for empty host name as well
ztNFny
More...
over 12 years ago
Add timestamps to the 'SSH raw data' logging mode.
Simon Tatham
More...
over 12 years ago
Add timestamps to the 'SSH raw data' logging mode.
simon
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.
Simon Tatham
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.
simon
More...
over 12 years ago
Update adb.c
ztNFny
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.
simon
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.
Simon Tatham
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.
Simon Tatham
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.
simon
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.
Ben Harris
More...
over 12 years ago
Fix indentation mess in my timing overhaul.
Ben Harris
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).
Ben Harris
More...
over 12 years ago
Make --help and --version work consistently across all tools.
Simon Tatham
More...
over 12 years ago
Make --help and --version work consistently across all tools.
simon
More...
over 12 years ago
Better document the various environments with which Makefile.cyg works.
Ben Harris
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.
Ben Harris
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.
Ben Harris
More...
over 12 years ago
Two related changes to timing code:
Ben Harris
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.
Ben Harris
More...
over 12 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
…
259
260
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree