aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine2005-09-131-40/+121
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-111-0/+18
* * lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine2005-07-261-42/+20
* * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo2005-06-301-6/+10
* * lib/net/http.rb: add rdoc.aamine2005-04-201-13/+48
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-7/+43
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-221-5/+6
* * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-121/+2
* * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo2005-01-211-1/+1
* update copyright yearaamine2005-01-011-2/+2
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-1/+1
* * lib/net/telnet.rb (preprocess): remove NULL unless binmode.usa2004-12-281-0/+3
* * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo2004-12-261-0/+16
* * lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo2004-12-201-6/+0
* * lib/net/http.rb: remove junk.aamine2004-12-151-1/+1
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine2004-08-181-4/+3
* * lib/net/imap.rb (disconnected?): new method.shugo2004-07-221-0/+5
* * lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo2004-07-171-2/+13
* * lib/net/imap.rb (send_string_data): wait command continuationshugo2004-07-171-1306/+1334
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-241-0/+8
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-231-4/+10
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-59/+83
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-271-1/+1