summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
AgeCommit message (Expand)Author
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-13* lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse
2010-12-10Add doc to warn the userinfo for auth. [ruby-core:33255]naruse
2010-12-10* lib/net/http.rb: remove version 1.1 features.naruse
2010-12-02* lib/net/http.rb (Net::HTTP#set_form_data):naruse
2010-12-01Fix positional wording in lib/net/http.rb to match revised orderdrbrain
2010-12-01Improve rdoc of net/http/http.rb.naruse
2010-12-01* lib/net/http.rb: improve rdoc.naruse
2010-11-30* lib/net/http.rb: improve rdoc.naruse
2010-11-30* lib/net/http.rb: improve rdoc.naruse
2010-11-27* lib/net/http.rb: improve rdoc.naruse
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-10-18* lib/net/http.rb (transport_request): @socket may be nil.naruse
2010-10-11* lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse
2010-10-06* lib/uri/generic.rb (URI::Generic#hostname): new method.akr
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-18Add call-seq for Net::HTTP.start.naruse
2010-01-12* lib/net/http.rb (Net::HTTP.start): options may not be given.nobu
2010-01-12* lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse
2010-01-08* lib/net/http, lib/net/https: move content from net/https tonaruse
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-09-26* lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre
2009-09-13* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre
2009-09-13* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre
2009-09-11Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei
2009-09-10* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre
2009-04-30* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-28* lib/net/http.rb: suppress warnings of non-existing instance variableakr
2009-02-10Fix grammos regarding the verb "refer".knu
2008-08-24* lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse
2008-08-12* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine
2008-08-12* lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...aamine
2008-04-15* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-10* lib/net/http.rb (Net::HTTP::get): now supports gzipmatz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-10-07* lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-17* lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-06* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine
2007-05-06* lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine