summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2011-11-10* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-09-04* lib/net/imap.rb (default_port, default_imap_port,shugo
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-08-19* lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo
2011-08-19* lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo
2011-08-10* lib/net/pop.rb: fix typo in document.akr
2011-08-09* lib/net/http.rb: come back autoload. OpenSSL constant is usednaruse
2011-07-22 * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-06-16 * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.drbrain