1
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add an error check to every setsockopt call in uxnet.c. 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. 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. More... over 11 years ago
Better error reporting when failing to save a session. More... over 11 years ago
Better error reporting when failing to save a session. More... over 11 years ago
Add some missing calls to cleanup_exit. More... over 11 years ago
Add some missing calls to cleanup_exit. More... over 11 years ago
Run the random pool setup and teardown functions with random_active nonzero rather than zero. More... over 11 years ago
Run the random pool setup and teardown functions with random_active nonzero rather than zero. More... over 11 years ago
Report errors in store_host_key too. More... over 11 years ago
Report errors in store_host_key too. More... over 11 years ago
Add proper error reports in write_random_seed, via the new 'nonfatal' error reporting function. More... over 11 years ago
Add proper error reports in write_random_seed, via the new 'nonfatal' error reporting function. 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. 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. 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. 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. 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. 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. 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. 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. More... over 11 years ago
fix merge bugs More... over 11 years ago
GH-3: http://google.com stopped working, regex engine bug? More... over 11 years ago
GH-3: Remove the old browser detection code More... over 11 years ago
whitespace cleanup for urlhack_launch_url More... over 11 years ago
GH-3: Thinking about it, not allowing http://foo seems dumb More... over 11 years ago
GH-3: Add very liberal URL regex as a default option 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'. 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'. More... over 11 years ago
GH-28: wakeup reconnect delay More... over 11 years ago