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
15 days
ago. based on code collected
15 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 17 of 260
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add an error check to every setsockopt call in uxnet.c.
Simon Tatham
More...
over 11 years ago
Add some conditionally-compilable diagnostics to the RNG. I got briefly worried that it might not be doing what I thought it was doing, but examining these diagnostics shows that it is after all, and now I've written them it would be a shame not to keep them for future use.
simon
More...
over 11 years ago
Add some conditionally-compilable diagnostics to the RNG. I got briefly worried that it might not be doing what I thought it was doing, but examining these diagnostics shows that it is after all, and now I've written them it would be a shame not to keep them for future use.
Simon Tatham
More...
over 11 years ago
Better error reporting when failing to save a session.
simon
More...
over 11 years ago
Better error reporting when failing to save a session.
Simon Tatham
More...
over 11 years ago
Add some missing calls to cleanup_exit.
simon
More...
over 11 years ago
Add some missing calls to cleanup_exit.
Simon Tatham
More...
over 11 years ago
Run the random pool setup and teardown functions with random_active nonzero rather than zero.
simon
More...
over 11 years ago
Run the random pool setup and teardown functions with random_active nonzero rather than zero.
Simon Tatham
More...
over 11 years ago
Report errors in store_host_key too.
simon
More...
over 11 years ago
Report errors in store_host_key too.
Simon Tatham
More...
over 11 years ago
Add proper error reports in write_random_seed, via the new 'nonfatal' error reporting function.
simon
More...
over 11 years ago
Add proper error reports in write_random_seed, via the new 'nonfatal' error reporting function.
Simon Tatham
More...
over 11 years ago
Add a nonfatal() function everywhere, to be used for reporting things that the user really ought to know but that are not actually fatal to continued operation of PuTTY or a single network connection.
Simon Tatham
More...
over 11 years ago
Add a nonfatal() function everywhere, to be used for reporting things that the user really ought to know but that are not actually fatal to continued operation of PuTTY or a single network connection.
simon
More...
over 11 years ago
Add a missing error check in pterm's child-process setup. Shouldn't really fail, but might as well be careful.
Simon Tatham
More...
over 11 years ago
Add a missing error check in pterm's child-process setup. Shouldn't really fail, but might as well be careful.
simon
More...
over 11 years ago
It suddenly strikes me as probably a good idea to enforce that anyone calling random_byte has previously called random_ref.
simon
More...
over 11 years ago
It suddenly strikes me as probably a good idea to enforce that anyone calling random_byte has previously called random_ref.
Simon Tatham
More...
over 11 years ago
Fix a build failure: r9924 thoughtlessly put an assert before some declarations, and gcc didn't complain but VC did.
simon
More...
over 11 years ago
Fix a build failure: r9924 thoughtlessly put an assert before some declarations, and gcc didn't complain but VC did.
Simon Tatham
More...
over 11 years ago
fix merge bugs
Chris West (Faux)
More...
over 11 years ago
GH-3: http://google.com stopped working, regex engine bug?
Chris West (Faux)
More...
over 11 years ago
GH-3: Remove the old browser detection code
Chris West (Faux)
More...
over 11 years ago
whitespace cleanup for urlhack_launch_url
Chris West (Faux)
More...
over 11 years ago
GH-3: Thinking about it, not allowing http://foo seems dumb
Chris West (Faux)
More...
over 11 years ago
GH-3: Add very liberal URL regex as a default option
Chris West (Faux)
More...
over 11 years ago
In the various channel request mini-coroutines, replace crWaitUntilV(pktin) with plain crReturnV, because those coroutines can be called back either with a response packet from the channel request _or_ with NULL by ssh_free meaning 'please just clean yourself up'.
Simon Tatham
More...
over 11 years ago
In the various channel request mini-coroutines, replace crWaitUntilV(pktin) with plain crReturnV, because those coroutines can be called back either with a response packet from the channel request _or_ with NULL by ssh_free meaning 'please just clean yourself up'.
simon
More...
over 11 years ago
GH-28: wakeup reconnect delay
Chris West (Faux)
More...
over 11 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
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