summaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable warning in Net::HTTPdrbrain2007-12-241-0/+1
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-223-6/+9
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+3
* * lib/net/imap.rb: fixed RDoc markups.shugo2007-12-221-8/+8
* * lib/net/imap.rb (initialize): fixed documentation.shugo2007-12-221-11/+7
* * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo2007-12-221-50/+55
* * lib/net/imap.rb (initialize): accept service name. changedshugo2007-12-211-9/+7
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-202-48/+16
* * lib/net/imap.rb (initialize): the second argument is an optionko12007-12-201-21/+74
* * lib/net/http.rb (Net::HTTP::get): now supports gzipmatz2007-12-101-3/+51
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-042-6/+6
* * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine2007-11-041-0/+1
* * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg22007-10-251-1/+1
* * lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg22007-10-251-1/+1
* * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz2007-10-251-1/+1
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-083-25/+29
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-071-9/+1
* lib/net/http.rb: fix typo.shyouhei2007-09-241-1/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-0/+12
* * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine2007-09-171-0/+1
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-242-6/+6
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-05-301-2/+2
* * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo2007-05-301-0/+4
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-201-4/+5
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine2007-05-061-4/+21
* * lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine2007-05-061-19/+29
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-1/+5
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-1/+3
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-161-6/+6
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-16/+49
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-052-85/+218
* * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine2007-03-041-108/+66
* * lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo2007-02-061-14/+14
* * lib/net/ftp.rb: check the control connection on EPIPE.shugo2007-02-061-0/+14
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-1/+1
* * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is requir...aamine2006-08-221-1/+1
* * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine2006-08-151-157/+268
* * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz2006-08-091-2/+4
* small document fixaamine2006-07-261-1/+1
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-261-12/+43
* * lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz2006-06-231-1/+1
* * lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine2006-03-051-2/+2
* * lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine2006-02-051-6/+8
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-5/+5
* * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo2005-10-151-17/+34
* * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo2005-09-161-7/+110
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-1/+1