Age | Commit message (Expand) | Author |
---|
2025-05-17 | [ruby/net-http] Freeze some constants to improve Ractor compatibility | Daisuke Aritomo |
2025-05-13 | Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr... | Hiroshi SHIBATA |
2025-05-09 | Use cgi/escape instead of cgi/util | Hiroshi SHIBATA |
2025-01-06 | [ruby/net-http] Provide a 'Changelog' link on rubygems.org/gems/net-http | Mark Young |
2024-12-16 | Sync net-http commits | Stan Lo |
2024-12-02 | [ruby/net-http] Bump up 0.6.0 | Hiroshi SHIBATA |
2024-11-19 | [ruby/net-http] Need to restore under the Net namespace | Hiroshi SHIBATA |
2024-11-19 | [ruby/net-http] Restore HTTPSession constant for backward compatibility | Hiroshi SHIBATA |
2024-11-15 | [ruby/net-http] Remove deprecated constants | Nobuyoshi Nakada |
2024-11-07 | [ruby/net-http] Bump up v0.5.0 | Hiroshi SHIBATA |
2024-07-11 | [ruby/net-http] implement talking SSL to the proxy too | Evgeni Golov |
2024-07-11 | [ruby/net-http] Add ability to configure default settings for new connections | fatkodima |
2024-07-11 | [ruby/net-http] net/http.rb - derive SSL_IVNAMES from SSL_ATTRIBUTES | MSP-Greg |
2024-05-30 | [ruby/net-http] Update lib/net/http/header.rb | Brandon Weaver |
2024-05-30 | [ruby/net-http] Replace Regexp in for headers for perf | Brandon Weaver |
2024-05-30 | [ruby/net-http] Add Net::HTTP.put method | Zopolis4 |
2024-01-06 | [ruby/net-http] Tweak to Net::HTTP What's Here | BurdetteLamar |
2024-01-05 | [ruby/net-http] Don't invoke response block more than once due to retry | Jeremy Evans |
2024-01-05 | [ruby/net-http] Bump version to 0.4.1 | Hiroshi SHIBATA |
2023-12-25 | [ruby/net-protocol] Provide a 'Changelog' link on rubygems.org/gems/net-protocol | Mark Young |
2023-11-07 | [ruby/net-protocol] Bump up 0.2.2 | Hiroshi SHIBATA |
2023-11-06 | [ruby/net-http] Bump up 0.4.0 | Hiroshi SHIBATA |
2023-11-06 | [ruby/net-http] Removed obsolated Revision constant | Hiroshi SHIBATA |
2023-10-30 | [ruby/net-http] fix no_proxy behaviour | Christian van Rensen |
2023-10-05 | [ruby/net-http] Net::HTTPResponse nil checking | Brian Hawley |
2023-09-19 | [ruby/net-http] No longer neccessary to call `String#freeze` on string literals. | 0x1eef |
2023-08-16 | [ruby/net-http] Update lib/net/http.rb | Josh Nichols |
2023-08-16 | [ruby/net-http] Update lib/net/http/response.rb | Josh Nichols |
2023-08-16 | [ruby/net-http] use +'' everywhere | Josh Nichols |
2023-08-16 | [ruby/net-http] Fix on 2.7 | Josh Nichols |
2023-08-16 | [ruby/net-http] freeze rest of lib | Josh Nichols |
2023-08-16 | [ruby/net-http] update net/http/response to be frozen string literal | Josh Nichols |
2023-08-16 | [ruby/net-http] turn on frozen strings for net/http/generic_request | Josh Nichols |
2023-08-16 | [ruby/net-http] turn on frozen strings for net/http/header | Josh Nichols |
2023-08-16 | [ruby/net-http] Improve performance of HTTPHeader#content_type | Josh Nichols |
2023-05-05 | Redirect to `IO::NULL` for the portability | Nobuyoshi Nakada |
2023-03-31 | [ruby/net-http] typofix | Hiroshi SHIBATA |
2023-03-31 | [ruby/net-http] Fix previous commit | NAKAMURA Usaku |
2023-03-31 | [ruby/net-http] Limit header length | NAKAMURA Usaku |
2023-03-08 | [ruby/net-http] Enhanced RDoc for Net::HTTP | Burdette Lamar |
2023-03-07 | [ruby/net-http] Re-apply | Hiroshi SHIBATA |
2023-03-06 | [ruby/net-http] Exclude git related files | Nobuyoshi Nakada |
2023-03-06 | [ruby/net-http] Read in binary mode to get rid of invalid byte sequence | Nobuyoshi Nakada |
2023-03-06 | [ruby/net-http] Test building packages | Nobuyoshi Nakada |
2023-03-06 | Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`. | Hiroshi SHIBATA |
2023-03-05 | [ruby/net-http] [DOC] What's Here for Net:HTTP | Burdette Lamar |
2023-02-28 | Update lib/net/http/status.rb | Hiroshi SHIBATA |
2023-02-27 | Prefer to use File.foreach instead of IO.foreach | Hiroshi SHIBATA |
2023-02-26 | [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP | Burdette Lamar |
2023-02-24 | [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP | Burdette Lamar |