| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 20248: | shyouhei | 2009-02-14 | 1 | -2/+2 |
* | merge revision(s) 19774: | shyouhei | 2009-02-03 | 1 | -1/+1 |
* | merge revision(s) 18417: | shyouhei | 2009-01-12 | 1 | -0/+2 |
* | merge revision(s) 18371: | shyouhei | 2009-01-11 | 1 | -3/+3 |
* | merge revision(s) 18368: | shyouhei | 2009-01-09 | 1 | -2/+4 |
* | * lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821 | shyouhei | 2008-07-17 | 1 | -7/+6 |
* | merge revision(s) 17868: | shyouhei | 2008-07-10 | 1 | -5/+2 |
* | merge revision(s) 17839: | shyouhei | 2008-07-07 | 1 | -3/+3 |
* | merge revision(s) 16242: | shyouhei | 2008-06-15 | 1 | -3/+10 |
* | merge revision(s) 15900: | shyouhei | 2008-06-15 | 1 | -0/+2 |
* | merge revision(s) 13779:13782: | shyouhei | 2008-06-07 | 1 | -1/+1 |
* | merge revision(s) 13657: | shyouhei | 2008-06-07 | 2 | -10/+2 |
* | * lib/net/http.rb: an SSL verification (the server hostname should | shyouhei | 2007-09-24 | 1 | -0/+12 |
* | * lib/net/imap.rb (ResponseParser#next_token): fixed | shyouhei | 2007-08-21 | 1 | -2/+2 |
* | merge -c 12158 | shyouhei | 2007-05-22 | 1 | -1/+5 |
* | Revert r11453 | matz | 2007-01-03 | 1 | -1/+1 |
* | * io.c (ruby_dup): start GC on ENOMEM as well. | matz | 2007-01-03 | 1 | -1/+1 |
* | * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002] | shugo | 2006-11-04 | 1 | -1/+1 |
* | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -10/+23 |
* | small document fix | aamine | 2006-07-26 | 1 | -1/+1 |
* | * lib/net/http.rb: sync with HEAD (rev 1.132). | aamine | 2006-07-26 | 1 | -13/+44 |
* | * lib/net/http.rb (Net::HTTPResponse): duplicated error 501; | matz | 2006-06-22 | 1 | -1/+1 |
* | * lib/net/http.rb: imported from trunk, rev 1.129 | aamine | 2006-02-05 | 2 | -9/+15 |
* | * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with | matz | 2005-09-14 | 1 | -1/+1 |
* | * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),... | aamine | 2005-09-13 | 2 | -9/+5 |
* | * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d... | aamine | 2005-09-13 | 4 | -456/+781 |
* | * lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f... | aamine | 2005-03-06 | 1 | -62/+121 |
* | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo | 2005-02-22 | 1 | -5/+6 |
* | * lib/net/protocol.rb (WriteAdapter#puts): should append \n, not prepend. [ru... | aamine | 2005-01-26 | 1 | -1/+1 |
* | * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546] | shugo | 2005-01-21 | 1 | -1/+1 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-12-20 | 1 | -0/+171 |
* | * lib/net/http.rb (basic_encode): return value of pack('m') may include multi... | aamine | 2004-12-15 | 1 | -1/+1 |
* | * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the german | shugo | 2004-10-03 | 1 | -3/+3 |
* | * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel... | aamine | 2004-08-18 | 1 | -6/+5 |
* | * lib/net/imap.rb (disconnected?): new method. (backported from HEAD) | shugo | 2004-07-23 | 1 | -0/+5 |
* | * lib/net/imap.rb (receive_responses): return if a logout response | shugo | 2004-07-17 | 1 | -1307/+1355 |
* | * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server. | shugo | 2004-06-22 | 1 | -1/+1 |
* | * lib/net/telnet.rb (Net::Telnet::login): "options" can specify | akira | 2004-05-13 | 1 | -4/+8 |
* | * lib/net/ftp.rb: improved documentation | gsinclair | 2004-05-09 | 5 | -418/+507 |
* | * lib/net/imap.rb (string): accept NIL. | shugo | 2004-05-06 | 1 | -8/+27 |
* | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu | 2004-04-18 | 4 | -8/+8 |
* | * lib/net/http.rb: should not overwrite HTTP request header. [ruby-list:39543] | aamine | 2004-04-13 | 1 | -4/+4 |
* | * eval.c (top_include): include in the wrapped load is done for | matz | 2004-04-05 | 4 | -10/+10 |
* | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine | 2004-03-28 | 1 | -2/+2 |
* | * lib/net/http.rb (canonical_each): fix merge miss. | usa | 2004-02-02 | 1 | -1/+1 |
* | * lib/net/http.rb: merged coding style changes from HEAD. | gsinclair | 2004-02-01 | 1 | -98/+89 |
* | * lib/test/unit.rb: rearranged documentation for RDoc's sake. | gsinclair | 2004-02-01 | 1 | -4/+4 |
* | * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ... | shugo | 2004-01-22 | 1 | -2/+2 |
* | * merged from HEAD. | shugo | 2004-01-21 | 1 | -32/+52 |
* | * lib/net/imap.rb (authenticate): remove "\n" from base64 encoded | shugo | 2003-12-24 | 1 | -1/+1 |