summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2012-08-23* lib/net/http/backward.rb (class Net): Restored Net::HTTPSession todrbrain
2012-08-21Suppress warningsnaruse
2012-08-21remove trainling spaces.nobu
2012-07-25* lib/net/.document: Removed. All files in net/ should be included indrbrain
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
2012-07-21Set false to @proxy_from_env to suppress uninitialized warning.naruse
2012-07-21* lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-07-19* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
2012-07-11* lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse
2012-07-05Fix 4xx classes to inherit correctly from Net::HTTPClientErrorknu
2012-06-13* lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu
2012-06-10* lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu
2012-06-08* lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain
2012-05-23* lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse
2012-05-22* lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain
2012-05-21* lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse
2012-05-21* lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse
2012-05-20Shutdown gracefully.naruse
2012-05-09* lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo
2012-05-07* lib/net/imap.rb (body_type_attachment): parse body typeshugo
2012-04-24* lib/net/smtp.rb (check_continue): raise an error with an explanatorymame
2012-04-23see OpenSSL::SSLnobu
2012-04-23autoload in module scope.nobu
2012-04-23deal with timeout exceptionsnobu
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-10* lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse
2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31* lib/net/ftp.rb: fixed the domain name in examples.shugo
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo
2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo
2012-03-26* lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-24* lib/net/http.rb: Fix documentation.ayumin
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-01-23Writing entire packet at once to avoid incomplete transmissionshyouhei
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2011-12-11* lib/net/imap.rb: includes the sequence number of UID in a errorshugo
2011-11-26Fix typo in r33849.naruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse
2011-11-26* lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse