summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2018-03-20merge revision(s) 61639: [Backport #14323]nagachika
2018-03-19merge revision(s) 61359: [Backport #14208]nagachika
2017-12-20merge revision(s) 60021: [Backport #13926]nagachika
2017-12-20merge revision(s) 59372: [Backport #13649]nagachika
2017-12-14merge revision(s) 61242: [Backport #14185]nagachika
2017-09-08merge revision(s) 59693,59695: [Backport #13852]nagachika
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
2016-11-20remote_address should be called on @bare_sock.shugo
2016-11-20shutdown(2) should not be called for SSLSocket.shugo
2016-11-19Use Socket instead of TCPSocket/TCPServer.shugo
2016-11-19Expand abbreviated option names.shugo
2016-11-19Shut down TLS connections gracefully.shugo
2016-11-19Remove garbage.shugo
2016-11-19* remove trailing spaces.svn
2016-11-19Support TLS and hash styles options for Net::FTP.new.shugo
2016-11-15ftp.rb: use Addrinfo interfacesshugo
2016-11-15ftp.rb: use Addrinfonobu
2016-11-14net/ftp.rb: kwargsnobu
2016-11-14net/protocol.rb: kwargsnobu
2016-11-08Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda
2016-11-05* lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo
2016-11-05* lib/net/http.rb (transport_request): other than HTTPContinuenaruse
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-10-05* lib/net/http/response.rb: Improve document readability.hsbt
2016-09-11Update URL of Japanese document of net/popkazu
2016-08-16* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt
2016-07-06* lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo
2016-07-05* lib/net/ftp.rb (putline): raise an ArgumentError whenshugo
2016-06-28Cache no proxy casenobu
2016-06-28Use conditional operatornobu
2016-06-11Remove dead link [ci skip]nobu
2016-06-08* lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo
2016-05-04* lib/net/http/header.rb: [DOC] add documentation thatktsj
2016-05-04* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj
2016-04-25net/http/header.rb: refactornobu