Age | Commit message (Expand) | Author |
---|
2017-11-07 | http.rb: improve docs | stomar |
2017-10-26 | Host header should add branckets to IPv6 address [Bug #12642] | naruse |
2017-10-24 | net/http: use require_relative to reduce syscalls | normal |
2017-10-22 | Fixed misspelling words. | hsbt |
2017-10-21 | Introduce Net::HTTP#min_version/max_version [Feature #9450] | naruse |
2017-10-21 | Use caller with length to reduce unused strings | kazu |
2017-10-17 | Fix warning: assigned but unused variable | kazu |
2017-09-28 | Net::HTTP.new: Support no_proxy parameter [Feature #11195] | naruse |
2017-09-27 | Fix exception class [ci skip] | kazu |
2017-09-26 | Make retries for Net::HTTP configurable [Feature #10674] | naruse |
2017-09-25 | HTTPHeader#add_field should allow binary [Bug #13926] | naruse |
2017-09-20 | Prefer adapting specs to complicating library code | eregon |
2017-09-20 | Adapt tools to follow spec/rubyspec => spec/ruby rename | eregon |
2017-09-15 | include query parameters in Net::HTTP.post | naruse |
2017-08-30 | to_str -> to_s | ko1 |
2017-08-30 | A HTTP Header value must not contain CR or LF. | naruse |
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 |