0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved documentation of #shutdown and when to use it. Fixes #20 More... over 13 years ago
Added tests for checking connection shutdown on idle_timeout. Issue #21 More... over 13 years ago
Fix documentation for idle timeout. Allow idle timeout of nil, meaning no timeout. Updated per comments on issue #21. More... over 13 years ago
Fix shadowed variable warning More... over 13 years ago
Bump version More... over 13 years ago
Provide the session just before SSL connect to avoid initializing the SSL connection too soon. Fixes #15 More... over 13 years ago
Add override_headers to allow complete header overwriting. Fixes #17 More... over 13 years ago
Allow the proxy URI to be changed at any time. More... over 13 years ago
Fix injekt's name More... over 13 years ago
Fix missing = in SYNOPSIS for POST. Submitted by inject More... over 13 years ago
Restrict ssl_version to 1.9+ as Net::HTTP#ssl_version is a 1.9 feature. Issue #16 More... over 13 years ago
Handle EAGAIN for windows users. Fixes #12 More... over 13 years ago
The SSL version may be set now. Implementation by astera. Fixes #16 More... over 13 years ago
Fix peer validation warning for ruby 1.8 More... over 13 years ago
Set release date More... over 13 years ago
Clean up timeouts on shutdown and in ssl_cleanup More... over 13 years ago
Ensure reconnect_ssl returns the current SSL parameter generation More... over 13 years ago
Pull ssl_cleanup out of connection_for, ensure shutdown works for SSL connections too More... over 13 years ago
Sort test methods More... over 13 years ago
Reset SSL connections when SSL parameters change. Mechanize issue #194 More... over 13 years ago
Update history for Issue #13 and Issue #14 More... over 13 years ago
Merge pull request #14 from zzak/614c023 More... over 13 years ago
check if fakeweb or webmock are active to disable SSL session reuse automatically #13 More... over 13 years ago
Revert "Check capture_io manually since I am to lazy to update to a newer minitest for assert_silent." More... over 13 years ago
Also install minitest since travis blew up without it!? More... over 13 years ago
Install rdoc on travis since it doesn't get installed in time for hoe More... over 13 years ago
Check capture_io manually since I am to lazy to update to a newer minitest for assert_silent. More... over 13 years ago
Set release date More... over 13 years ago
Complain when SSL peer validation may not be available unless the user defines the constant I_KNOW_THAT_OPENSSL_VERIFY_PEER_EQUALS_VERIFY_NONE_IS_WRONG at the top level. More... over 13 years ago
Update history with additional proxy fix More... over 13 years ago