3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix build with curl 7.62.0 More... over 5 years ago
move easy handles tracking in @requests from C to Ruby More... over 5 years ago
Fix Travis CI and drop support for EOL Ruby (#344) More... over 5 years ago
fix small readme mistake (#348) More... over 5 years ago
Fix extra indentation in code block in README (#349) More... over 5 years ago
do not append `?` to urls if there are no query parameters (#345) More... over 5 years ago
fix `bundle install --deployment` (#350) More... over 5 years ago
release 0.9.6 More... almost 6 years ago
avoid warnings about method redefinition in test harness More... almost 6 years ago
exceptions are raised from the callback handler via Curl::Err::AbortedByCallbackError More... almost 6 years ago
use URI.encode_www_form when converting parameters into URL encoded value More... almost 6 years ago
adding test for #263 More... almost 6 years ago
update Gemfile.lock More... almost 6 years ago
Remove obsolete URI.escape (#327) More... almost 6 years ago
[CI] Test against new Ruby 2.x versions (#336) More... almost 6 years ago
Support HTTP/2 status header (#337) More... almost 6 years ago
update gemspec for release 0.9.5 More... almost 6 years ago
Fix missing space in README (#289) More... over 6 years ago
split ruby_curl_easy_new function into seperate allocate and initialize functions (#329) More... over 6 years ago
Add new curl features (#331) More... over 6 years ago
extconf.rb: Fix SSL versions constant names (#333) More... over 6 years ago
Fix a bug that Curl.urlalize will miss raw url's query params (#330) More... over 6 years ago
Fix typo (#326) More... over 6 years ago
Prevent `NoMethodError` when no HTTP Status (#325) More... over 6 years ago
Add Curl::Easy#resolve method to implement static IP overrides, bypassing DNS (#322) More... over 6 years ago
ready for release 0.9.4 More... over 6 years ago
prevent errant callbacks once the handle is cleaned up More... over 6 years ago
use URI object to simplify query string More... over 6 years ago
Revert "experimenting with adding multi handle cleanup after every request, normally would be cleaned up with GC" More... over 6 years ago
Fixes #323 - we should start to handle maxfd == -1 case More... over 6 years ago