summaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821shyouhei2008-07-171-7/+6
* merge revision(s) 17868:shyouhei2008-07-101-5/+2
* merge revision(s) 17839:shyouhei2008-07-071-3/+3
* merge revision(s) 16242:shyouhei2008-06-151-3/+10
* merge revision(s) 15900:shyouhei2008-06-151-0/+2
* merge revision(s) 13779:13782:shyouhei2008-06-071-1/+1
* merge revision(s) 13657:shyouhei2008-06-072-10/+2
* * lib/net/http.rb: an SSL verification (the server hostname shouldshyouhei2007-09-241-0/+12
* * lib/net/imap.rb (ResponseParser#next_token): fixedshyouhei2007-08-211-2/+2
* merge -c 12158shyouhei2007-05-221-1/+5
* 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
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
* Document Class and Dirdave2003-12-191-9/+9
* * lib/net/http.rb: update hyperlink to the Japanese document.aamine2003-12-041-1/+1
* * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine2003-12-021-1/+3
* * lib/net/http.rb (to_ary): print more friendly warning message.aamine2003-11-191-1/+1
* * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine2003-11-161-4/+4