summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2007-12-24Fix uninitialized variable warning in Net::HTTPdrbrain
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-22* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo
2007-12-22* lib/net/imap.rb: fixed RDoc markups.shugo
2007-12-22* lib/net/imap.rb (initialize): fixed documentation.shugo
2007-12-22* lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo
2007-12-21* lib/net/imap.rb (initialize): accept service name. changedshugo
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-20 * lib/net/imap.rb (initialize): the second argument is an optionko1
2007-12-10* lib/net/http.rb (Net::HTTP::get): now supports gzipmatz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-10-25* lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg2
2007-10-25* lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg2
2007-10-25* lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
2007-10-07* lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo
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-09-17* lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2007-05-30* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-20* lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-06* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine
2007-05-06* lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine
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-03-16* lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine
2007-03-16* lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine
2007-03-05* lib/net/smtp.rb: support automatic STARTTLS.aamine
2007-03-04* lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine
2007-02-06* lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo
2007-02-06* lib/net/ftp.rb: check the control connection on EPIPE.shugo
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-08-22* lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir...aamine
2006-08-15* lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine
2006-08-09* lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz
2006-07-26small document fixaamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2006-06-23* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-03-05* lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine
2006-02-05* lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine
2005-10-22* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu
2005-10-15* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo
2005-09-16* lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz