Age | Commit message (Expand) | Author |
---|
2022-05-23 | [ruby/net-http] [DOC] Get rid of a RDoc bug | Nobuyoshi Nakada |
2022-05-21 | [ruby/net-http] Make the recommended name formal | Nobuyoshi Nakada |
2022-05-09 | [ruby/net-http] Bump version to 0.2.2 | Hiroshi SHIBATA |
2022-04-28 | [ruby/net-http] Bump version to 0.2.1.pre1 | Charles Oliver Nutter |
2022-04-20 | [ruby/net-http] Feature detect to make net/http usable with JRuby | Karol Bucek |
2022-04-20 | [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse | Jeremy Evans |
2022-04-14 | [ruby/net-http] Update the content-length heading when decoding bodies | Jeremy Evans |
2022-04-12 | [ruby/net-http] Add HTTP#response_body_encoding for setting response body enc... | Jeremy Evans |
2022-04-03 | [ruby/net-http] Revert "Update the content-length heading when decoding bodies" | Jeremy Evans |
2022-04-02 | [ruby/net-http] Update the content-length heading when decoding bodies | Jeremy Evans |
2022-04-01 | [ruby/net-protocol] Bump version to 0.1.3 | Hiroshi SHIBATA |
2022-02-21 | Removed dependency of net-protocol. There is no plan to remove from stdlib | Hiroshi SHIBATA |
2022-02-21 | Removed dependency of io-wait. There is no plan to remove from stdlib | Hiroshi SHIBATA |
2022-02-03 | [ruby/net-http] Do not set SNI hostname if connecting to IP address | Jeremy Evans |
2022-02-02 | [ruby/net-protocol] Fix typo in gem description [ci skip] | Olle Jonsson |
2022-02-02 | [ruby/net-protocol] Drop unused gemspec directives | Olle Jonsson |
2022-01-17 | [ruby/net-http] Rename `D` to `debug` in `Net::HTTP` | Brandon Weaver |
2022-01-05 | `res.response_body_permitted?` is not defined | Kazuhiro NISHIYAMA |
2021-11-17 | [ruby/net-http] gemspec: Drop unused directive "executables" | Olle Jonsson |
2021-11-16 | [ruby/net-protocol] Update the required ruby version | Nobuyoshi Nakada |
2021-11-11 | [ruby/net-http] Send Accept-Encoding header on HEAD method | Shohei Maeda |
2021-11-04 | [ruby/net-http] Warn deprecated old constants | Nobuyoshi Nakada |
2021-11-04 | [ruby/net-http] Fix the typo in a constant name | Nobuyoshi Nakada |
2021-11-04 | [ruby/net-http] Reset keep_alive timer on new connection | Kazuki Yamaguchi |
2021-10-30 | add missing http response code in doc | 180909 |
2021-10-21 | [ruby/net-http] Bump up net-http version to 0.2.0 | Hiroshi SHIBATA |
2021-10-21 | [ruby/net-protocol] Bump up net-protocol version to 0.1.2 | Hiroshi SHIBATA |
2021-07-29 | [ruby/net-http] Enforce write timeout when body_stream is used | Miguel Teixeira |
2021-06-16 | [ruby/net-protocol] Get rid of `__send__` | Nobuyoshi Nakada |
2021-05-31 | [ruby/net-protocol] Bump version to 0.1.1 | Hiroshi SHIBATA |
2021-05-27 | Promote net-smtp to the bundled gems | Hiroshi SHIBATA |
2021-05-27 | Promote net-pop to the bundled gems | Hiroshi SHIBATA |
2021-05-27 | Promote net-imap to the bundled gems | Hiroshi SHIBATA |
2021-05-27 | Promote net-ftp to the bundled gems | Hiroshi SHIBATA |
2021-05-12 | [ruby/net-ftp] Bump version to 0.1.2 | Shugo Maeda |
2021-05-06 | [ruby/net-http] Do not require stringio | Kazuki Yamaguchi |
2021-05-06 | Fixed the file path for net-imap.gemspec | Hiroshi SHIBATA |
2021-05-06 | Move net-imap.gemspec to under the lib/net/imap directory. | Hiroshi SHIBATA |
2021-05-06 | [ruby/net-imap] Many documentation improvements | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move send_*_data into net/imap/command_data | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move flags to net/imap/flags | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encoding | nicholas a. evans |
2021-05-06 | [ruby/net-imap] move command data formatters to net/imap/command_data | nicholas a. evans |
2021-05-06 | [ruby/net-imap] move response data structs to net/imap/response_data | nicholas a. evans |
2021-05-06 | [ruby/net-imap] move ResponseParser to lib/net/imap/response_parser | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Clean up authenticators rdoc | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616 | nicholas a. evans |
2021-05-06 | [ruby/net-imap] Move each authenticator to its own file | nicholas a. evans |
2021-04-28 | [ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip] | Ryuta Kamizono |
2021-04-28 | [ruby/net-http] Initialize OpenSSL early before creating TCPSocket | Jeremy Evans |