aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* http.rb: improve docsstomar2017-11-071-5/+5
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-5/+4
* net/http: use require_relative to reduce syscallsnormal2017-10-241-10/+10
* Fixed misspelling words.hsbt2017-10-221-2/+2
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+10
* Use caller with length to reduce unused stringskazu2017-10-211-3/+3
* Fix warning: assigned but unused variablekazu2017-10-171-2/+2
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-3/+8
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-1/+17
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2
* Prefer adapting specs to complicating library codeeregon2017-09-201-7/+1
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-1/+1
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+1
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-271-3/+8
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2
* Fix variable name in example of net/popkazu2017-08-021-1/+1
* Fix net/pop code example syntax errorkazu2017-08-021-4/+4
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-8/+45
* Use `unpack1` instead of `unpack` and `[0]`kazu2017-07-201-2/+2
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+4
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-3/+6
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-221-9/+16
* lib/net/protocol: clear short-lived read buffernormal2017-05-211-1/+3
* Define classes for r58800naruse2017-05-191-5/+18
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse2017-05-191-0/+81
* Add more HTTP status classesnaruse2017-05-191-1/+9
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-191-1/+2
* * remove trailing spaces.svn2017-05-191-1/+1
* net/imap: Net::IMAP#append should not block when NO response is receivedshugo2017-05-191-14/+28
* net/imap: Revert read_tiemout in r58549.shugo2017-05-121-31/+3
* net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo2017-05-111-0/+1
* net/imap: handle timeoutsshugo2017-05-031-6/+49
* Allow Net::HTTP to fetch user/pass from http_proxynaruse2017-04-231-4/+19
* lib/net/smtp.rb: Specify frozen_string_literal: true.kazu2017-01-121-2/+2
* lib/net/protocol.rb: preserve backtrace informationshugo2017-01-121-2/+1
* lib/net/protocol.rb: Specify frozen_string_literal: true.kazu2017-01-111-5/+5
* lib/net/pop.rb: Specify frozen_string_literal: true.kazu2017-01-101-1/+1
* Suppress warnings.shugo2016-11-291-0/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-2/+14
* net/ftp: close the socket directly when an error occurs during TLS handshake.shugo2016-11-291-1/+1
* net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo2016-11-291-1/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-2/+2
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* lib/net/ftp: fix typonormal2016-11-231-1/+1
* Disconnect immediately even if Net::FTP#close is called without quit.shugo2016-11-231-0/+16
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-4/+6