aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* Add doc to warn the userinfo for auth. [ruby-core:33255]naruse2010-12-101-0/+2
* * lib/net/http.rb: remove version 1.1 features.naruse2010-12-101-92/+12
* * lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo2010-12-071-1/+33
* * lib/net/http.rb (Net::HTTP#set_form_data):naruse2010-12-021-11/+3
* Fix positional wording in lib/net/http.rb to match revised orderdrbrain2010-12-011-11/+9
* Improve rdoc of net/http/http.rb.naruse2010-12-011-24/+22
* * lib/net/http.rb: improve rdoc.naruse2010-12-012-323/+289
* * lib/net/http.rb: improve rdoc.naruse2010-11-301-10/+65
* * lib/net/http.rb: improve rdoc.naruse2010-11-301-142/+273
* * lib/net/http.rb: improve rdoc.naruse2010-11-271-66/+60
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-083-3/+2
* * lib/net/telnet.rb (Net::Telnet#close): added.naruse2010-10-211-0/+4
* * lib/net/http.rb (transport_request): @socket may be nil.naruse2010-10-181-1/+1
* * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse2010-10-111-1/+1
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-5/+5
* * lib/net/imap.rb: load io/console.nobu2010-07-301-3/+20
* * lib/net/imap.rb (example): use IO#noecho to read password ifnobu2010-07-301-5/+5
* * lib/net/imap.rb (example): support starttls option.nobu2010-07-301-6/+10
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-011-10/+32
* * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo2010-05-191-1/+5
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-081-1/+7
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-031-2/+6
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu2010-04-271-1/+1
* * lib/net/imap.rb (fetch_internal): do not quote message data itemshugo2010-04-251-1/+7
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu2010-04-161-5/+17
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-1/+1
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-202-2/+2
* * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo2010-02-061-2/+10
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-2/+3
* * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu2010-01-181-2/+2
* Add call-seq for Net::HTTP.start.naruse2010-01-181-0/+4
* * lib/net/http.rb (Net::HTTP.start): options may not be given.nobu2010-01-121-6/+8
* * lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse2010-01-121-3/+33
* * lib/net/http, lib/net/https: move content from net/https tonaruse2010-01-082-46/+29
* * lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo2009-11-191-2/+6
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-1/+33
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-121-3/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-311-1/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-3/+10
* * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo2009-10-281-3/+14
* * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse2009-10-271-1/+2
* * lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo2009-10-271-2/+2
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-121-17/+1
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-121-10/+6
* * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre2009-10-081-2/+4
* * lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre2009-09-261-0/+4
* * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre2009-09-131-1/+6
* * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre2009-09-131-1/+1
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-101-2/+3