Hiroshi SHIBATA
634d4e29ef
Update net-* gems for Ruby 3.3 ( #9418 )
...
* Bump up net-ftp to 0.3.4
* Bump up net-smtp to 0.4.0.1
* Bump up net-imap to 0.4.9.1
* [ruby/net-http] Renew test certificates
The private key is replaced with a public known test key published at
[RFC 9500].
Also lifetime has been extended to 10 years from 4 years.
[RFC 9500]: https://www.rfc-editor.org/rfc/rfc9500.html
https://github.com/ruby/net-http/commit/4ab6c4a500
* Bump up net-http to 0.4.1
---------
Co-authored-by: Sorah Fukumori <her@sorah.jp>
2024-01-05 22:54:57 +09:00
Hiroshi SHIBATA
eb4dd7001f
[ruby/net-protocol] Bump up 0.2.2
...
https://github.com/ruby/net-protocol/commit/2d3c4b43a8
2023-11-07 04:06:59 +00:00
Hiroshi SHIBATA
e3a19b8a43
[ruby/net-http] Bump up 0.4.0
...
https://github.com/ruby/net-http/commit/4be99c204c
2023-11-06 08:23:09 +00:00
Hiroshi SHIBATA
66d266244c
[ruby/net-http] Removed obsolated Revision constant
...
https://github.com/ruby/net-http/commit/c1c5638014
2023-11-06 08:22:39 +00:00
Christian van Rensen
14fa5e39d7
[ruby/net-http] fix no_proxy behaviour
...
https://github.com/ruby/net-http/commit/f4951dc42a
2023-10-30 09:27:06 +00:00
Brian Hawley
9d58f93828
[ruby/net-http] Net::HTTPResponse nil checking
...
Fix nil handling in read_body and stream_check.
Fixes : #70
https://github.com/ruby/net-http/commit/36f916ac18
2023-10-05 07:11:52 +00:00
0x1eef
e77c766b7a
[ruby/net-http] No longer neccessary to call `String#freeze` on string literals.
...
See #144
https://github.com/ruby/net-http/commit/5a986c13d3
2023-09-19 01:32:18 +00:00
Josh Nichols
af67ced3b0
[ruby/net-http] Update lib/net/http.rb
...
@natematykiewicz's suggestion to avoid another string allocation
https://github.com/ruby/net-http/commit/4a22c42338
Co-authored-by: Nate Matykiewicz <natematykiewicz@gmail.com>
2023-08-16 01:40:13 +00:00
Josh Nichols
ae68a8df58
[ruby/net-http] Update lib/net/http/response.rb
...
@natematykiewicz's suggestion to avoid a string allocation
https://github.com/ruby/net-http/commit/925630f227
Co-authored-by: Nate Matykiewicz <natematykiewicz@gmail.com>
2023-08-16 01:40:12 +00:00
Josh Nichols
ea321a654d
[ruby/net-http] use +'' everywhere
...
https://github.com/ruby/net-http/commit/1077427152
2023-08-16 01:40:11 +00:00
Josh Nichols
70da92cdf7
[ruby/net-http] Fix on 2.7
...
https://github.com/ruby/net-http/commit/5194fd541e
2023-08-16 01:40:10 +00:00
Josh Nichols
4d21134f3f
[ruby/net-http] freeze rest of lib
...
https://github.com/ruby/net-http/commit/455a74734a
2023-08-16 01:40:09 +00:00
Josh Nichols
4165ec91d8
[ruby/net-http] update net/http/response to be frozen string literal
...
https://github.com/ruby/net-http/commit/dc3b4a75ca
2023-08-16 01:40:08 +00:00
Josh Nichols
2fbd8dca18
[ruby/net-http] turn on frozen strings for net/http/generic_request
...
https://github.com/ruby/net-http/commit/b92ade088d
2023-08-16 01:40:08 +00:00
Josh Nichols
8d04260acd
[ruby/net-http] turn on frozen strings for net/http/header
...
https://github.com/ruby/net-http/commit/a5203c9f92
2023-08-16 01:40:07 +00:00
Josh Nichols
0300ea5a6c
[ruby/net-http] Improve performance of HTTPHeader#content_type
...
In the existing implementation, `main_type` and `sub_type` would end up
being called multiple times potentially.
Instead of doing that, save the result so it can be re-used.
https://github.com/ruby/net-http/commit/179976f7ea
2023-08-16 01:39:08 +00:00
Nobuyoshi Nakada
cfa6a892d0
Redirect to `IO::NULL` for the portability
2023-05-05 18:52:36 +09:00
Hiroshi SHIBATA
bc0a7a641b
[ruby/net-http] typofix
...
https://github.com/ruby/net-http/commit/4d31bde125
2023-03-31 03:47:56 +00:00
NAKAMURA Usaku
eedcd696a5
[ruby/net-http] Fix previous commit
...
https://github.com/ruby/net-http/commit/1b276e2654
2023-03-31 03:22:41 +00:00
NAKAMURA Usaku
d8b8294c28
[ruby/net-http] Limit header length
...
https://github.com/ruby/net-http/commit/c245f7f9c8
2023-03-31 03:22:40 +00:00
Burdette Lamar
2f19c5b7e0
[ruby/net-http] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/130 )
https://github.com/ruby/net-http/commit/698e18cfc1
2023-03-08 19:47:49 +00:00
Hiroshi SHIBATA
030f39822a
[ruby/net-http] Re-apply
...
https://github.com/ruby/net-http/commit/d22ca54904de after
testing
https://github.com/ruby/net-http/commit/7ac7401a9c
2023-03-07 01:35:20 +00:00
Nobuyoshi Nakada
755c379d87
[ruby/net-http] Exclude git related files
...
https://github.com/ruby/net-http/commit/2767df580d
2023-03-06 13:26:36 +00:00
Nobuyoshi Nakada
c8c3431b0a
[ruby/net-http] Read in binary mode to get rid of invalid byte sequence
...
https://github.com/ruby/net-http/commit/38de3d17a7
2023-03-06 13:26:34 +00:00
Nobuyoshi Nakada
fd0a5659ca
[ruby/net-http] Test building packages
...
Also revert commit https://github.com/ruby/net-http/commit/d22ca54904de "Replaced
non-ascii charactor. It fails version detection at `net-http.gemspec`."
https://github.com/ruby/net-http/commit/fbeb247d93
2023-03-06 13:26:34 +00:00
Hiroshi SHIBATA
62e2b61607
Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`.
...
># Returns the X509 certificate chain for the session<E2><80><99>s socket peer.
2023-03-06 14:50:53 +09:00
Burdette Lamar
1b4c1492c1
[ruby/net-http] [DOC] What's Here for Net:HTTP
...
(https://github.com/ruby/net-http/pull/128 )
https://github.com/ruby/net-http/commit/39e70f0f9b
2023-03-05 19:06:37 +00:00
Hiroshi SHIBATA
9cc0ac22f7
Update lib/net/http/status.rb
2023-02-28 14:29:57 +09:00
Hiroshi SHIBATA
db0a4c8923
Prefer to use File.foreach instead of IO.foreach
2023-02-27 18:49:18 +09:00
Burdette Lamar
6e6992e5db
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/127 )
https://github.com/ruby/net-http/commit/07b2b88ef5
2023-02-26 13:37:15 +00:00
Burdette Lamar
05f016cdad
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/126 )
https://github.com/ruby/net-http/commit/4700d0660b
2023-02-24 19:09:06 +00:00
Burdette Lamar
7c47c2617a
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/125 )
https://github.com/ruby/net-http/commit/2ea20380fc
2023-02-23 16:51:58 +00:00
Burdette Lamar
4edb2a29f6
[ruby/net-http] [DOC] Enhanced RDoc for Net:HTTP
...
(https://github.com/ruby/net-http/pull/124 )
https://github.com/ruby/net-http/commit/aaf26b21d6
2023-02-22 13:58:36 +00:00
Burdette Lamar
899fad907c
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/123 )
https://github.com/ruby/net-http/commit/220ff3f741
2023-02-20 21:57:16 +00:00
Burdette Lamar
a49bc73e1f
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/122 )
https://github.com/ruby/net-http/commit/06f79cda87
2023-02-16 21:52:10 +00:00
Burdette Lamar
847a0df058
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP#get
...
(https://github.com/ruby/net-http/pull/121 )
https://github.com/ruby/net-http/commit/51b9af1eed
2023-02-15 15:00:34 +00:00
Burdette Lamar
3c7d5ccdce
[ruby/net-http] [DOC] Enhanced RDoc for request headers
...
(https://github.com/ruby/net-http/pull/120 )
https://github.com/ruby/net-http/commit/b4eb8a7932
2023-02-14 20:33:11 +00:00
BurdetteLamar
bc6e587e86
[ruby/net-http] Enhanced RDoc for Compression
...
https://github.com/ruby/net-http/commit/cff88acd70
2023-02-13 13:04:33 +00:00
BurdetteLamar
2c7fe9c0a6
[ruby/net-http] Enhanced RDoc for Net::HTTP
...
https://github.com/ruby/net-http/commit/e65a3d9f11
2023-02-07 16:01:04 +00:00
Burdette Lamar
a641f6422c
[ruby/net-http] [DOC] Reorganize doc for proxy server
...
(https://github.com/ruby/net-http/pull/117 )
https://github.com/ruby/net-http/commit/f8b6b76cba
2023-02-07 14:53:38 +00:00
git
06195e7603
* remove trailing spaces. [ci skip]
2023-02-04 18:06:18 +00:00
Burdette Lamar
6db79aefec
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/116 )
https://github.com/ruby/net-http/commit/22c0d34002
2023-02-04 18:06:06 +00:00
Burdette Lamar
faa4c2279a
[ruby/net-http] [DOC] Enhanced RDoc for write_timeout
...
(https://github.com/ruby/net-http/pull/115 )
https://github.com/ruby/net-http/commit/6da39b0461
2023-02-03 14:33:53 +00:00
BurdetteLamar
3e5a77f1ae
[ruby/net-http] Remarks on inclusions
...
https://github.com/ruby/net-http/commit/dfd060c583
2023-02-02 14:16:59 +00:00
Burdette Lamar
5a9e2f142d
[ruby/net-http] [DOC] Enhanced RDoc for HTTPGenericRequest
...
(https://github.com/ruby/net-http/pull/113 )
https://github.com/ruby/net-http/commit/14c8405702
2023-02-02 14:03:19 +00:00
BurdetteLamar
3ebc80314c
[ruby/net-http] Redirection revision
...
https://github.com/ruby/net-http/commit/9a4e2d3a2a
2023-01-31 21:01:04 +00:00
Burdette Lamar
d92289f633
[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
...
(https://github.com/ruby/net-http/pull/110 )
https://github.com/ruby/net-http/commit/b098caa5e4
2023-01-31 14:18:50 +00:00
Hiroshi SHIBATA
fe7d4eed25
Manually merged https://github.com/ruby/net-http/pull/106
...
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Co-authored-by: BurdetteLamar <burdettelamar@yahoo.com>
2023-01-31 13:14:05 +09:00
BurdetteLamar
8250b46794
[ruby/net-http] Correct doc error
...
https://github.com/ruby/net-http/commit/dc006d8419
2023-01-28 21:41:15 +00:00
Burdette Lamar
401aa9ddd1
[ruby/net-http] [DOC] Header doc
...
(https://github.com/ruby/net-http/pull/104 )
https://github.com/ruby/net-http/commit/3308362d9b
2023-01-19 18:58:40 +00:00