Age | Commit message (Expand) | Author |
---|
2017-08-27 | lib/net/imap.rb: Accept continuation requests without response text | shugo |
2017-08-04 | Fix `NameError: uninitialized constant Net` | kazu |
2017-08-02 | Fix variable name in example of net/pop | kazu |
2017-08-02 | Fix net/pop code example syntax error | kazu |
2017-07-26 | lib/net/imap.rb: support CHANGEDSINCE and MODSEQ | shugo |
2017-07-20 | Use `unpack1` instead of `unpack` and `[0]` | kazu |
2017-07-19 | lib/net/pop.rb: support timeout for TLS handshake | shugo |
2017-07-19 | lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Server | shugo |
2017-05-22 | lib/net/protocol.rb: account read_bytes before caller sees it | normal |
2017-05-22 | net/imap: separate @continuation_request_exception from @exception | shugo |
2017-05-21 | lib/net/protocol: clear short-lived read buffer | normal |
2017-05-19 | Define classes for r58800 | naruse |
2017-05-19 | Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935] | naruse |
2017-05-19 | Add more HTTP status classes | naruse |
2017-05-19 | Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351] | naruse |
2017-05-19 | * remove trailing spaces. | svn |
2017-05-19 | net/imap: Net::IMAP#append should not block when NO response is received | shugo |
2017-05-12 | net/imap: Revert read_tiemout in r58549. | shugo |
2017-05-11 | net/imap: Net::IMAP#disconnect need not do anything if already disconnected | shugo |
2017-05-03 | net/imap: handle timeouts | shugo |
2017-04-23 | Allow Net::HTTP to fetch user/pass from http_proxy | naruse |
2017-01-12 | lib/net/smtp.rb: Specify frozen_string_literal: true. | kazu |
2017-01-12 | lib/net/protocol.rb: preserve backtrace information | shugo |
2017-01-11 | lib/net/protocol.rb: Specify frozen_string_literal: true. | kazu |
2017-01-10 | lib/net/pop.rb: Specify frozen_string_literal: true. | kazu |
2016-11-29 | Suppress warnings. | shugo |
2016-11-29 | net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new. | shugo |
2016-11-29 | net/ftp: close the socket directly when an error occurs during TLS handshake. | shugo |
2016-11-29 | net/ftp: close the connection if the TLS handshake timeout is exceeded. | shugo |
2016-11-26 | net/ftp: support timeout for TLS handshake. | shugo |
2016-11-23 | Add CR/LF check to Net::FTP#status. | shugo |
2016-11-23 | lib/net/ftp: fix typo | normal |
2016-11-23 | Disconnect immediately even if Net::FTP#close is called without quit. | shugo |
2016-11-23 | Add a new optinal argument pathname to FTP#stat. | shugo |
2016-11-22 | Add BufferedSSLSocket#send. | shugo |
2016-11-21 | lib/*: remove closed checks | normal |
2016-11-21 | ftp.rb: fix typo [ci skip] | nobu |
2016-11-21 | Add new options open_timeout and read_timeout to Net::FTP.new. | shugo |
2016-11-21 | Use dynamic dis instead of is_a?. | shugo |
2016-11-21 | net/http: avoid writing/reading from unstarted SSL socket | rhe |
2016-11-20 | Remove an unused variable to suppress a warning. | shugo |
2016-11-20 | remote_address should be called on @bare_sock. | shugo |
2016-11-20 | shutdown(2) should not be called for SSLSocket. | shugo |
2016-11-19 | Use Socket instead of TCPSocket/TCPServer. | shugo |
2016-11-19 | Expand abbreviated option names. | shugo |
2016-11-19 | Shut down TLS connections gracefully. | shugo |
2016-11-19 | Remove garbage. | shugo |
2016-11-19 | * remove trailing spaces. | svn |
2016-11-19 | Support TLS and hash styles options for Net::FTP.new. | shugo |
2016-11-15 | ftp.rb: use Addrinfo interfaces | shugo |