| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557] | nobu | 2008-07-04 | 1 | -5/+2 |
* | * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead of | matz | 2008-07-03 | 1 | -3/+3 |
* | * lib/net/pop.rb (Net::POP3#set_all_uids): speed | kazu | 2008-06-19 | 1 | -3/+2 |
* | * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to | jeg2 | 2008-06-17 | 1 | -2/+2 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 2 | -3/+3 |
* | * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739] | shugo | 2008-05-21 | 1 | -7/+29 |
* | * lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode which | jeg2 | 2008-05-01 | 1 | -0/+7 |
* | * lib/net/telnet.rb: Fixing a bug where line endings would not be properly | jeg2 | 2008-04-30 | 1 | -3/+10 |
* | * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d... | kazu | 2008-04-15 | 3 | -3/+3 |
* | * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and | matz | 2008-04-03 | 1 | -0/+2 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 2 | -3/+3 |
* | Fix uninitialized variable warning in Net::HTTP | drbrain | 2007-12-24 | 1 | -0/+1 |
* | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 3 | -6/+9 |
* | * lib/net/imap.rb (encode_utf7): accept UTF-8 strings. | shugo | 2007-12-22 | 1 | -3/+3 |
* | * lib/net/imap.rb: fixed RDoc markups. | shugo | 2007-12-22 | 1 | -8/+8 |
* | * lib/net/imap.rb (initialize): fixed documentation. | shugo | 2007-12-22 | 1 | -11/+7 |
* | * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build | shugo | 2007-12-22 | 1 | -50/+55 |
* | * lib/net/imap.rb (initialize): accept service name. changed | shugo | 2007-12-21 | 1 | -9/+7 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP#connect): use | gotoyuzo | 2007-12-20 | 2 | -48/+16 |
* | * lib/net/imap.rb (initialize): the second argument is an option | ko1 | 2007-12-20 | 1 | -21/+74 |
* | * lib/net/http.rb (Net::HTTP::get): now supports gzip | matz | 2007-12-10 | 1 | -3/+51 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 2 | -6/+6 |
* | * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ... | aamine | 2007-11-04 | 1 | -0/+1 |
* | * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in | jeg2 | 2007-10-25 | 1 | -1/+1 |
* | * lib/net/telnet.rb (Net::Telnet#login): Making the password prompt | jeg2 | 2007-10-25 | 1 | -1/+1 |
* | * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from | matz | 2007-10-25 | 1 | -1/+1 |
* | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo | 2007-10-08 | 3 | -25/+29 |
* | * lib/net/http.rb: remove enable_post_connection_check flag. | gotoyuzo | 2007-10-07 | 1 | -9/+1 |
* | lib/net/http.rb: fix typo. | shyouhei | 2007-09-24 | 1 | -1/+1 |
* | * lib/net/http.rb: an SSL verification (the server hostname should | gotoyuzo | 2007-09-23 | 1 | -0/+12 |
* | * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [... | aamine | 2007-09-17 | 1 | -0/+1 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 2 | -6/+6 |
* | * lib/net/imap.rb (ResponseParser#next_token): fixed | shugo | 2007-05-30 | 1 | -2/+2 |
* | * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX | shugo | 2007-05-30 | 1 | -0/+4 |
* | * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770] | aamine | 2007-05-20 | 1 | -4/+5 |
* | * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] | aamine | 2007-05-12 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a... | aamine | 2007-05-06 | 1 | -4/+21 |
* | * lib/net/http.rb: Connection header field might include both of "keep-alive"... | aamine | 2007-05-06 | 1 | -19/+29 |
* | * lib/net/imap.rb (disconnect): call shutdown for | shugo | 2007-04-09 | 1 | -1/+5 |
* | * lib/net/protocol.rb (rbuf_read): extend buffer size for speed. | aamine | 2007-03-19 | 1 | -1/+3 |
* | * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY... | aamine | 2007-03-16 | 1 | -6/+6 |
* | * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey. | aamine | 2007-03-16 | 1 | -16/+49 |
* | * lib/net/smtp.rb: support automatic STARTTLS. | aamine | 2007-03-05 | 2 | -85/+218 |
* | * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in... | aamine | 2007-03-04 | 1 | -108/+66 |
* | * lib/net/ftp.rb: moved fixes for EPIPE to the correct | shugo | 2007-02-06 | 1 | -14/+14 |
* | * lib/net/ftp.rb: check the control connection on EPIPE. | shugo | 2007-02-06 | 1 | -0/+14 |
* | * 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 | -1/+1 |
* | * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir... | aamine | 2006-08-22 | 1 | -1/+1 |