| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/http.rb: suppress warnings of non-existing instance variable | akr | 2009-02-28 | 1 | -1/+4 |
* | * ext/openssl: avoid cyclic require. | akr | 2009-02-17 | 2 | -2/+2 |
* | Fix grammos regarding the verb "refer". | knu | 2009-02-10 | 1 | -1/+1 |
* | fixed typo | kazu | 2009-02-03 | 1 | -1/+1 |
* | * lib/net/imap.rb: validate data before sending to a server. | shugo | 2009-02-03 | 1 | -4/+55 |
* | * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii | shugo | 2009-02-03 | 1 | -2/+2 |
* | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid calling | matz | 2008-12-23 | 1 | -1/+1 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -1/+1 |
* | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use | matz | 2008-12-02 | 1 | -3/+9 |
* | * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete. | matz | 2008-11-18 | 1 | -2/+2 |
* | * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) | kazu | 2008-10-14 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9. | naruse | 2008-08-24 | 1 | -1/+1 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#shutdown): | kazu | 2008-08-22 | 1 | -5/+9 |
* | * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket. | aamine | 2008-08-12 | 1 | -0/+2 |
* | * lib/net/http.rb (send_request_with_body): Content-Length should be byte len... | aamine | 2008-08-12 | 1 | -1/+1 |
* | * lib/net/https.rb: supress syntax warning. | aamine | 2008-08-12 | 1 | -1/+1 |
* | * lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s... | aamine | 2008-08-12 | 1 | -0/+5 |
* | * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct | shugo | 2008-08-07 | 1 | -0/+2 |
* | * lib/net/ftp.rb (chdir): handle 5xx errors correctly. | shugo | 2008-08-05 | 1 | -3/+3 |
* | * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for | shugo | 2008-08-05 | 1 | -2/+4 |
* | * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from | shyouhei | 2008-08-04 | 1 | -1/+1 |
* | * 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 |