summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
AgeCommit message (Expand)Author
2015-04-03* lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse
2015-01-03Revert r49118 [Feature #10652]ayumin
2015-01-03* lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy.ayumin
2015-01-03* lib/net/http.rb: More descriptive error message when net/http failshsbt
2015-01-02* lib/net/http.rb (Net::HTTP#send_request): there is no response bodyhsbt
2014-11-26use clock_gettime to avoid object creationnaruse
2014-11-25* lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain
2014-08-05* lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-07-03change default not tot create useless objectnaruse
2014-01-19* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt
2013-12-08* lib/net/http/responses.rb:naruse
2013-07-25fix r42168; Add class name to constantsnaruse
2013-07-25* lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm onnaruse
2013-07-18* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak
2013-07-04Fixing example in comments that raised an error by @JackDanger [fix GH-345]hsbt
2013-03-31Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt
2013-02-24* lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain
2013-02-14* lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
2013-02-07* lib/net/http.rb (HTTP.post_form): Fix module scope in documentationzzak
2012-12-21 * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain
2012-12-04Suppress warning: uninitialized variable [ruby-core:50470] [Bug #7494]naruse
2012-11-30* lib/net/http.rb: Net::HTTP::Patch to list of HTTP Request Classeszzak
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
2012-07-21Set false to @proxy_from_env to suppress uninitialized warning.naruse
2012-07-21* lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-07-19* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
2012-07-11* lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse
2012-06-13* lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu
2012-06-08* lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain
2012-05-22* lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain
2012-04-23autoload in module scope.nobu
2012-04-23deal with timeout exceptionsnobu
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-10* lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-24* lib/net/http.rb: Fix documentation.ayumin
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-01-23Writing entire packet at once to avoid incomplete transmissionshyouhei
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2011-11-26Fix typo in r33849.naruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse
2011-11-26* lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse
2011-11-10* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-08-10* lib/net/pop.rb: fix typo in document.akr