aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu2012-06-132-4/+50
* * lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu2012-06-102-70/+12
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-083-7/+32
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-7/+33
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-2210-1437/+1434
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-211-10/+13
* * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse2012-05-211-10/+13
* Shutdown gracefully.naruse2012-05-201-0/+8
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-12/+7
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+29
* * lib/net/smtp.rb (check_continue): raise an error with an explanatorymame2012-04-241-1/+1
* see OpenSSL::SSLnobu2012-04-231-2/+2
* autoload in module scope.nobu2012-04-231-1/+1
* deal with timeout exceptionsnobu2012-04-231-3/+3
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-115-17/+30
* * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse2012-04-101-7/+25
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-4/+8
* * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse2012-04-041-3/+3
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-3/+9
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-1/+1
* * lib/net/ftp.rb: fixed the domain name in examples.shugo2012-03-311-2/+2
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-8/+72
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo2012-03-261-8/+8
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo2012-03-261-4/+4
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-2/+3
* * lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo2012-03-261-42/+29
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+4
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+5
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-285-14/+15
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-9/+19
* * lib/net/http.rb: Fix documentation.ayumin2012-02-241-1/+1
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-241-23/+25
* Writing entire packet at once to avoid incomplete transmissionshyouhei2012-01-231-5/+5
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-201-2/+31
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-111-3/+3
* Fix typo in r33849.naruse2011-11-261-1/+1
* * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse2011-11-261-8/+19
* * lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse2011-11-261-2/+4
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse2011-11-261-14/+13
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain2011-11-101-4/+13
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-052-5/+5
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+16
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-2/+2
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-3/+13
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-1/+1
* * lib/net/pop.rb: fix typo in document.akr2011-08-103-4/+4
* * lib/net/http.rb: come back autoload. OpenSSL constant is usednaruse2011-08-091-6/+2
* * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain2011-07-221-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi2011-06-211-1/+1
* * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.drbrain2011-06-161-4/+6