summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2009-01-12merge revision(s) 18417:shyouhei
2009-01-11merge revision(s) 18371:shyouhei
2009-01-09merge revision(s) 18368:shyouhei
2008-08-04merge revision(s) 18351:shyouhei
2008-07-17 * lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821shyouhei
2008-07-10merge revision(s) 17868:shyouhei
2008-07-07merge revision(s) 17839:shyouhei
2008-06-06* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-05-18Merge -r16241:16456 from ruby_1_8.knu
2008-04-25Merge from ruby_1_8.knu
2008-04-15* lib/net/smtp.rb: backported from 1.9. bug#19003kazu
2008-04-03* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz
2007-10-25Merged 13781 from trunk.jeg2
2007-10-25Merged 13779 from trunk.jeg2
2007-10-08* lib/net/http.rb, lib/open-uri.rb: removegotoyuzo
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-06-04* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-09-20* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-07-26small document fixaamine
2006-07-26* lib/net/http.rb: sync with HEAD (rev 1.132).aamine
2006-06-22* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-02-05* lib/net/http.rb: imported from trunk, rev 1.129aamine
2005-09-14* lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread withmatz
2005-09-13* lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),...aamine
2005-09-13* lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d...aamine
2005-03-06* lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f...aamine
2005-02-22* lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo
2005-01-26* lib/net/protocol.rb (WriteAdapter#puts): should append \n, not prepend. [ru...aamine
2005-01-21* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo
2004-12-20This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-12-15* lib/net/http.rb (basic_encode): return value of pack('m') may include multi...aamine
2004-10-03* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo
2004-08-18* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine
2004-07-23* lib/net/imap.rb (disconnected?): new method. (backported from HEAD)shugo
2004-07-17* lib/net/imap.rb (receive_responses): return if a logout responseshugo
2004-06-22* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-05-13* lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira
2004-05-09 * lib/net/ftp.rb: improved documentationgsinclair
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-04-18* dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu
2004-04-13* lib/net/http.rb: should not overwrite HTTP request header. [ruby-list:39543]aamine
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-03-28* lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine