| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * lib/net/http.rb: don't use autoload. | naruse | 2011-06-06 | 1 | -3/+7 |
| * | * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait | nahi | 2011-05-31 | 1 | -6/+39 |
| * | * lib/net/http.rb: Improve documentation of proxy configuration | drbrain | 2011-05-16 | 1 | -4/+12 |
| * | * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch by | drbrain | 2011-05-16 | 1 | -2/+1 |
| * | * lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name | akr | 2011-02-07 | 1 | -0/+2 |
| * | * lib/net/http.rb (Net::HTTP#connect): makes it timeout during | yugui | 2011-01-12 | 1 | -14/+20 |
| * | * lib/net/http.rb (Net::HTTP#get): A header hash given should not | knu | 2011-01-05 | 1 | -1/+3 |
| * | * lib/net/http.rb (Net::HTTPRequest#send_request_body_data): | naruse | 2010-12-14 | 1 | -0/+1 |
| * | * lib/net/http.rb (Net::HTTPRequest#set_form): Added to support | naruse | 2010-12-13 | 1 | -1/+136 |
| * | Add doc to warn the userinfo for auth. [ruby-core:33255] | naruse | 2010-12-10 | 1 | -0/+2 |
| * | * lib/net/http.rb: remove version 1.1 features. | naruse | 2010-12-10 | 1 | -92/+12 |
| * | * lib/net/http.rb (Net::HTTP#set_form_data): | naruse | 2010-12-02 | 1 | -11/+3 |
| * | Fix positional wording in lib/net/http.rb to match revised order | drbrain | 2010-12-01 | 1 | -11/+9 |
| * | Improve rdoc of net/http/http.rb. | naruse | 2010-12-01 | 1 | -24/+22 |
| * | * lib/net/http.rb: improve rdoc. | naruse | 2010-12-01 | 1 | -248/+284 |
| * | * lib/net/http.rb: improve rdoc. | naruse | 2010-11-30 | 1 | -10/+65 |
| * | * lib/net/http.rb: improve rdoc. | naruse | 2010-11-30 | 1 | -142/+273 |
| * | * lib/net/http.rb: improve rdoc. | naruse | 2010-11-27 | 1 | -66/+60 |
| * | * lib/*.rb: Remove unused variable warnings. | marcandre | 2010-11-08 | 1 | -1/+1 |
| * | * lib/net/http.rb (transport_request): @socket may be nil. | naruse | 2010-10-18 | 1 | -1/+1 |
| * | * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the result | naruse | 2010-10-11 | 1 | -1/+1 |
| * | * lib/uri/generic.rb (URI::Generic#hostname): new method. | akr | 2010-10-06 | 1 | -5/+5 |
| * | * lib/net/http.rb: adding support to rfc5789 patch verb. | naruse | 2010-06-01 | 1 | -10/+32 |
| * | * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip the | mame | 2010-05-03 | 1 | -2/+6 |
| * | * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}): | nobu | 2010-01-18 | 1 | -2/+2 |
| * | Add call-seq for Net::HTTP.start. | naruse | 2010-01-18 | 1 | -0/+4 |
| * | * lib/net/http.rb (Net::HTTP.start): options may not be given. | nobu | 2010-01-12 | 1 | -6/+8 |
| * | * lib/net/http.rb (Net::HTTP#start): add hash argument to | naruse | 2010-01-12 | 1 | -3/+33 |
| * | * lib/net/http, lib/net/https: move content from net/https to | naruse | 2010-01-08 | 1 | -1/+28 |
| * | * lib/net/http.rb (Net::HTTPResponse#each_response_header): | nahi | 2009-10-31 | 1 | -1/+1 |
| * | * lib/net/http.rb (Net::HTTPResponse#each_response_header): | nahi | 2009-10-30 | 1 | -3/+10 |
| * | * lib/net/http.rb (transport_request): Handle timeout error by closing socket... | marcandre | 2009-09-26 | 1 | -0/+4 |
| * | * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A... | marcandre | 2009-09-13 | 1 | -1/+6 |
| * | * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ... | marcandre | 2009-09-13 | 1 | -1/+1 |
| * | Merge branch 'trunk' of git://github.com/swdyh/ruby into trunk | shyouhei | 2009-09-11 | 1 | -1/+1 |
| * | * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18... | marcandre | 2009-09-10 | 1 | -2/+3 |
| * | * lib/net/http.rb: documentation typo fixed. [ruby-core:23335] | matz | 2009-04-30 | 1 | -1/+1 |
| * | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -104/+104 |
| * | * lib/net/http.rb: suppress warnings of non-existing instance variable | akr | 2009-02-28 | 1 | -1/+4 |
| * | Fix grammos regarding the verb "refer". | knu | 2009-02-10 | 1 | -1/+1 |
| * | * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9. | naruse | 2008-08-24 | 1 | -1/+1 |
| * | * lib/net/http.rb (send_request_with_body): Content-Length should be byte len... | aamine | 2008-08-12 | 1 | -1/+1 |
| * | * lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s... | aamine | 2008-08-12 | 1 | -0/+5 |
| * | * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d... | kazu | 2008-04-15 | 1 | -1/+1 |
| * | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 1 | -1/+1 |
| * | Fix uninitialized variable warning in Net::HTTP | drbrain | 2007-12-24 | 1 | -0/+1 |
| * | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 1 | -1/+2 |
| * | * lib/net/http.rb (Net::HTTP#connect): use | gotoyuzo | 2007-12-20 | 1 | -3/+6 |
| * | * lib/net/http.rb (Net::HTTP::get): now supports gzip | matz | 2007-12-10 | 1 | -3/+51 |
| * | * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ... | aamine | 2007-11-04 | 1 | -0/+1 |