aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+5
* lib/*: remove closed checksnormal2016-11-214-11/+9
* ftp.rb: fix typo [ci skip]nobu2016-11-211-1/+1
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-211-2/+6
* Use dynamic dispatch instead of is_a?.shugo2016-11-211-14/+16
* net/http: avoid writing/reading from unstarted SSL socketrhe2016-11-211-30/+33
* Remove an unused variable to suppress a warning.shugo2016-11-201-1/+1
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* shutdown(2) should not be called for SSLSocket.shugo2016-11-201-4/+6
* Use Socket instead of TCPSocket/TCPServer.shugo2016-11-191-4/+4
* Expand abbreviated option names.shugo2016-11-191-17/+19
* Shut down TLS connections gracefully.shugo2016-11-191-1/+5
* Remove garbage.shugo2016-11-191-2/+1
* * remove trailing spaces.svn2016-11-191-1/+1
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-22/+140
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-2/+3
* ftp.rb: use Addrinfonobu2016-11-151-6/+6
* net/ftp.rb: kwargsnobu2016-11-141-3/+1
* net/protocol.rb: kwargsnobu2016-11-145-18/+14
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-1/+3
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+18
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-1/+1
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-053-17/+21
* * lib/net/http/response.rb: Improve document readability.hsbt2016-10-051-2/+2