Age | Commit message (Expand) | Author |
---|
2017-09-28 | Net::HTTP.new: Support no_proxy parameter [Feature #11195] | naruse |
2017-09-27 | Fix exception class [ci skip] | kazu |
2017-09-26 | Make retries for Net::HTTP configurable [Feature #10674] | naruse |
2017-09-15 | include query parameters in Net::HTTP.post | naruse |
2017-05-19 | Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351] | naruse |
2017-04-23 | Allow Net::HTTP to fetch user/pass from http_proxy | naruse |
2016-11-21 | lib/*: remove closed checks | normal |
2016-11-21 | net/http: avoid writing/reading from unstarted SSL socket | rhe |
2016-11-14 | net/protocol.rb: kwargs | nobu |
2016-11-05 | * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req... | shugo |
2016-11-05 | * lib/net/http.rb (transport_request): other than HTTPContinue | naruse |
2016-11-05 | * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake. | shugo |
2016-06-28 | Cache no proxy case | nobu |
2016-06-28 | Use conditional operator | nobu |
2016-04-22 | * lib/net/http.rb: Improve documentation for SSL requests via GET method. | hsbt |
2016-01-10 | stdlib: avoid extra calls to eliminate "\n" from Base64 | normal |
2015-12-30 | * lib/net/http/responses.rb: Added new response class for 451 status code. | hsbt |
2015-12-23 | [DOC] Fix typos | a_matsuda |
2015-12-21 | lib/net/http.rb (open_timeout): update default value in RDoc [ci skip] | normal |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-14 | * ext/socket/lib/socket.rb: use safe navigation operator. | hsbt |
2015-11-27 | fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ... | naruse |
2015-11-27 | * lib/net/http.rb (connect): detect closed connection and reconnect | naruse |
2015-11-20 | * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100" | hsbt |
2015-11-20 | * lib/net/http.rb: set hostname before call ossl_ssl_set_session. | hsbt |
2015-11-07 | * lib/net/http.rb (Net::HTTP#initialize): | naruse |
2015-09-25 | * lib/net/http.rb: removed unused variable. It's removed at r13648. | hsbt |
2015-06-15 | * lib/net/http.rb (Net::HTTP#connect): use connect_nonblock and | naruse |
2015-05-29 | lib/*: use monotonic clock for timeouts | normal |
2015-04-03 | * lib/net/http.rb (edit_path): use path which is absolute ftp url | naruse |
2015-01-03 | Revert 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 fails | hsbt |
2015-01-02 | * lib/net/http.rb (Net::HTTP#send_request): there is no response body | hsbt |
2014-11-26 | use clock_gettime to avoid object creation | naruse |
2014-11-25 | * lib/net/http.rb: Do not attempt SSL session resumption when the | drbrain |
2014-08-05 | * lib/net/http.rb (Net::HTTP.proxy_uri): use initializer instead | naruse |
2014-08-05 | * lib/net/http/generic_request.rb | naruse |
2014-07-03 | change default not tot create useless object | naruse |
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-25 | fix r42168; Add class name to constants | naruse |
2013-07-25 | * lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm on | naruse |
2013-07-18 | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak |
2013-07-04 | Fixing example in comments that raised an error by @JackDanger [fix GH-345] | hsbt |
2013-03-31 | Document 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 sets | drbrain |
2013-02-07 | * lib/net/http.rb (HTTP.post_form): Fix module scope in documentation | zzak |