summaryrefslogtreecommitdiff
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 17868:shyouhei2008-07-101-5/+2
* merge revision(s) 17839:shyouhei2008-07-071-3/+3
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-061-2/+2
* Merge -r16241:16456 from ruby_1_8.knu2008-05-181-3/+17
* Merge from ruby_1_8.knu2008-04-251-55/+173
* * lib/net/smtp.rb: backported from 1.9. bug#19003kazu2008-04-151-159/+476
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-031-0/+2
* Merged 13781 from trunk.jeg22007-10-251-1/+1
* Merged 13779 from trunk.jeg22007-10-251-1/+1
* * lib/net/http.rb, lib/open-uri.rb: removegotoyuzo2007-10-082-10/+2
* lib/net/http.rb: fix typo.shyouhei2007-09-241-1/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-0/+12
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-06-041-2/+2
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-301-0/+4
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-1/+5
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-1/+3
* Revert r11453matz2007-01-031-1/+1
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-1/+1
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-10/+23
* small document fixaamine2006-07-261-1/+1
* * lib/net/http.rb: sync with HEAD (rev 1.132).aamine2006-07-261-13/+44
* * lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz2006-06-221-1/+1
* * lib/net/http.rb: imported from trunk, rev 1.129aamine2006-02-052-9/+15
* * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread withmatz2005-09-141-1/+1
* * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),...aamine2005-09-132-9/+5
* * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d...aamine2005-09-134-456/+781
* * lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f...aamine2005-03-061-62/+121
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-221-5/+6
* * lib/net/protocol.rb (WriteAdapter#puts): should append \n, not prepend. [ru...aamine2005-01-261-1/+1
* * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo2005-01-211-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-12-201-0/+171
* * lib/net/http.rb (basic_encode): return value of pack('m') may include multi...aamine2004-12-151-1/+1
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine2004-08-181-6/+5
* * lib/net/imap.rb (disconnected?): new method. (backported from HEAD)shugo2004-07-231-0/+5
* * lib/net/imap.rb (receive_responses): return if a logout responseshugo2004-07-171-1307/+1355
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-06-221-1/+1
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-131-4/+8
* * lib/net/ftp.rb: improved documentationgsinclair2004-05-095-418/+507
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-184-8/+8
* * lib/net/http.rb: should not overwrite HTTP request header. [ruby-list:39543]aamine2004-04-131-4/+4
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-054-10/+10
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-2/+2
* * lib/net/http.rb (canonical_each): fix merge miss.usa2004-02-021-1/+1
* * lib/net/http.rb: merged coding style changes from HEAD.gsinclair2004-02-011-98/+89
* * lib/test/unit.rb: rearranged documentation for RDoc's sake.gsinclair2004-02-011-4/+4
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-221-2/+2
* * merged from HEAD.shugo2004-01-211-32/+52