summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-27Fix exception class [ci skip]kazu
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse
2017-09-20Prefer adapting specs to complicating library codeeregon
2017-09-20Adapt tools to follow spec/rubyspec => spec/ruby renameeregon
2017-09-15include query parameters in Net::HTTP.postnaruse
2017-08-30to_str -> to_sko1
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
2017-08-04Fix `NameError: uninitialized constant Net`kazu
2017-08-02Fix variable name in example of net/popkazu
2017-08-02Fix net/pop code example syntax errorkazu
2017-07-26lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo
2017-07-20Use `unpack1` instead of `unpack` and `[0]`kazu
2017-07-19lib/net/pop.rb: support timeout for TLS handshakeshugo
2017-07-19lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal
2017-05-22net/imap: separate @continuation_request_exception from @exceptionshugo
2017-05-21lib/net/protocol: clear short-lived read buffernormal
2017-05-19Define classes for r58800naruse
2017-05-19Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse
2017-05-19Add more HTTP status classesnaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse
2017-05-19* remove trailing spaces.svn
2017-05-19net/imap: Net::IMAP#append should not block when NO response is receivedshugo
2017-05-12net/imap: Revert read_tiemout in r58549.shugo
2017-05-11net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo
2017-05-03net/imap: handle timeoutsshugo
2017-04-23Allow Net::HTTP to fetch user/pass from http_proxynaruse
2017-01-12lib/net/smtp.rb: Specify frozen_string_literal: true.kazu
2017-01-12lib/net/protocol.rb: preserve backtrace informationshugo
2017-01-11lib/net/protocol.rb: Specify frozen_string_literal: true.kazu
2017-01-10lib/net/pop.rb: Specify frozen_string_literal: true.kazu
2016-11-29Suppress warnings.shugo
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-29net/ftp: close the socket directly when an error occurs during TLS handshake.shugo
2016-11-29net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo
2016-11-26net/ftp: support timeout for TLS handshake.shugo
2016-11-23Add CR/LF check to Net::FTP#status.shugo
2016-11-23lib/net/ftp: fix typonormal
2016-11-23Disconnect immediately even if Net::FTP#close is called without quit.shugo
2016-11-23Add a new optinal argument pathname to FTP#stat.shugo
2016-11-22Add BufferedSSLSocket#send.shugo
2016-11-21lib/*: remove closed checksnormal
2016-11-21ftp.rb: fix typo [ci skip]nobu
2016-11-21Add new options open_timeout and read_timeout to Net::FTP.new.shugo
2016-11-21Use dynamic dispatch instead of is_a?.shugo
2016-11-21net/http: avoid writing/reading from unstarted SSL socketrhe
2016-11-20Remove an unused variable to suppress a warning.shugo