aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/net-protocol] Bump up 0.2.2Hiroshi SHIBATA2023-11-071-1/+1
| | | | https://github.com/ruby/net-protocol/commit/2d3c4b43a8
* [ruby/net-http] Bump up 0.4.0Hiroshi SHIBATA2023-11-061-1/+1
| | | | https://github.com/ruby/net-http/commit/4be99c204c
* [ruby/net-http] Removed obsolated Revision constantHiroshi SHIBATA2023-11-061-1/+0
| | | | https://github.com/ruby/net-http/commit/c1c5638014
* [ruby/net-http] fix no_proxy behaviourChristian van Rensen2023-10-301-1/+1
| | | | https://github.com/ruby/net-http/commit/f4951dc42a
* [ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley2023-10-051-1/+2
| | | | | | | | Fix nil handling in read_body and stream_check. Fixes: #70 https://github.com/ruby/net-http/commit/36f916ac18
* [ruby/net-http] No longer neccessary to call `String#freeze` on string literals.0x1eef2023-09-192-5/+5
| | | | | | See #144 https://github.com/ruby/net-http/commit/5a986c13d3
* [ruby/net-http] Update lib/net/http.rbJosh Nichols2023-08-161-2/+2
| | | | | | | | @natematykiewicz's suggestion to avoid another string allocation https://github.com/ruby/net-http/commit/4a22c42338 Co-authored-by: Nate Matykiewicz <natematykiewicz@gmail.com>
* [ruby/net-http] Update lib/net/http/response.rbJosh Nichols2023-08-161-1/+1
| | | | | | | | @natematykiewicz's suggestion to avoid a string allocation https://github.com/ruby/net-http/commit/925630f227 Co-authored-by: Nate Matykiewicz <natematykiewicz@gmail.com>
* [ruby/net-http] use +'' everywhereJosh Nichols2023-08-162-3/+3
| | | | https://github.com/ruby/net-http/commit/1077427152
* [ruby/net-http] Fix on 2.7Josh Nichols2023-08-161-1/+1
| | | | https://github.com/ruby/net-http/commit/5194fd541e
* [ruby/net-http] freeze rest of libJosh Nichols2023-08-167-7/+7
| | | | https://github.com/ruby/net-http/commit/455a74734a
* [ruby/net-http] update net/http/response to be frozen string literalJosh Nichols2023-08-161-3/+3
| | | | https://github.com/ruby/net-http/commit/dc3b4a75ca
* [ruby/net-http] turn on frozen strings for net/http/generic_requestJosh Nichols2023-08-161-3/+3
| | | | https://github.com/ruby/net-http/commit/b92ade088d
* [ruby/net-http] turn on frozen strings for net/http/headerJosh Nichols2023-08-161-1/+1
| | | | https://github.com/ruby/net-http/commit/a5203c9f92
* [ruby/net-http] Improve performance of HTTPHeader#content_typeJosh Nichols2023-08-161-4/+8
| | | | | | | | | 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
* Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada2023-05-052-2/+2
|
* [ruby/net-http] typofixHiroshi SHIBATA2023-03-311-1/+1
| | | | https://github.com/ruby/net-http/commit/4d31bde125
* [ruby/net-http] Fix previous commitNAKAMURA Usaku2023-03-311-2/+2
| | | | https://github.com/ruby/net-http/commit/1b276e2654
* [ruby/net-http] Limit header lengthNAKAMURA Usaku2023-03-311-0/+8
| | | | https://github.com/ruby/net-http/commit/c245f7f9c8
* [ruby/net-http] Enhanced RDoc for Net::HTTPBurdette Lamar2023-03-081-17/+36
| | | | | | (https://github.com/ruby/net-http/pull/130) https://github.com/ruby/net-http/commit/698e18cfc1
* [ruby/net-http] Re-applyHiroshi SHIBATA2023-03-071-1/+1
| | | | | | | https://github.com/ruby/net-http/commit/d22ca54904de after testing https://github.com/ruby/net-http/commit/7ac7401a9c
* [ruby/net-http] Exclude git related filesNobuyoshi Nakada2023-03-061-1/+1
| | | | https://github.com/ruby/net-http/commit/2767df580d
* [ruby/net-http] Read in binary mode to get rid of invalid byte sequenceNobuyoshi Nakada2023-03-061-3/+8
| | | | https://github.com/ruby/net-http/commit/38de3d17a7
* [ruby/net-http] Test building packagesNobuyoshi Nakada2023-03-061-1/+1
| | | | | | | 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
* Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`.Hiroshi SHIBATA2023-03-061-1/+1
| | | | ># Returns the X509 certificate chain for the session<E2><80><99>s socket peer.
* [ruby/net-http] [DOC] What's Here for Net:HTTPBurdette Lamar2023-03-051-2/+267
| | | | | | (https://github.com/ruby/net-http/pull/128) https://github.com/ruby/net-http/commit/39e70f0f9b
* Update lib/net/http/status.rbHiroshi SHIBATA2023-02-281-4/+5
|
* Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA2023-02-271-1/+1
|
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-261-30/+35
| | | | | | (https://github.com/ruby/net-http/pull/127) https://github.com/ruby/net-http/commit/07b2b88ef5
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-242-34/+55
| | | | | | (https://github.com/ruby/net-http/pull/126) https://github.com/ruby/net-http/commit/4700d0660b
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-231-43/+87
| | | | | | (https://github.com/ruby/net-http/pull/125) https://github.com/ruby/net-http/commit/2ea20380fc
* [ruby/net-http] [DOC] Enhanced RDoc for Net:HTTPBurdette Lamar2023-02-221-19/+16
| | | | | | (https://github.com/ruby/net-http/pull/124) https://github.com/ruby/net-http/commit/aaf26b21d6
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-201-22/+96
| | | | | | (https://github.com/ruby/net-http/pull/123) https://github.com/ruby/net-http/commit/220ff3f741
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-161-34/+57
| | | | | | (https://github.com/ruby/net-http/pull/122) https://github.com/ruby/net-http/commit/06f79cda87
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP#getBurdette Lamar2023-02-151-30/+23
| | | | | | (https://github.com/ruby/net-http/pull/121) https://github.com/ruby/net-http/commit/51b9af1eed
* [ruby/net-http] [DOC] Enhanced RDoc for request headersBurdette Lamar2023-02-142-19/+64
| | | | | | (https://github.com/ruby/net-http/pull/120) https://github.com/ruby/net-http/commit/b4eb8a7932
* [ruby/net-http] Enhanced RDoc for CompressionBurdetteLamar2023-02-131-5/+23
| | | | https://github.com/ruby/net-http/commit/cff88acd70
* [ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar2023-02-071-6/+13
| | | | https://github.com/ruby/net-http/commit/e65a3d9f11
* [ruby/net-http] [DOC] Reorganize doc for proxy serverBurdette Lamar2023-02-071-98/+100
| | | | | | (https://github.com/ruby/net-http/pull/117) https://github.com/ruby/net-http/commit/f8b6b76cba
* * remove trailing spaces. [ci skip]git2023-02-041-1/+1
|
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-02-041-19/+59
| | | | | | (https://github.com/ruby/net-http/pull/116) https://github.com/ruby/net-http/commit/22c0d34002
* [ruby/net-http] [DOC] Enhanced RDoc for write_timeoutBurdette Lamar2023-02-031-2/+15
| | | | | | (https://github.com/ruby/net-http/pull/115) https://github.com/ruby/net-http/commit/6da39b0461
* [ruby/net-http] Remarks on inclusionsBurdetteLamar2023-02-022-0/+150
| | | | https://github.com/ruby/net-http/commit/dfd060c583
* [ruby/net-http] [DOC] Enhanced RDoc for HTTPGenericRequestBurdette Lamar2023-02-021-8/+84
| | | | | | (https://github.com/ruby/net-http/pull/113) https://github.com/ruby/net-http/commit/14c8405702
* [ruby/net-http] Redirection revisionBurdetteLamar2023-01-311-32/+30
| | | | https://github.com/ruby/net-http/commit/9a4e2d3a2a
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-01-311-90/+76
| | | | | | (https://github.com/ruby/net-http/pull/110) https://github.com/ruby/net-http/commit/b098caa5e4
* Manually merged https://github.com/ruby/net-http/pull/106Hiroshi SHIBATA2023-01-311-57/+52
| | | | | Co-authored-by: Peter Zhu <peter@peterzhu.ca> Co-authored-by: BurdetteLamar <burdettelamar@yahoo.com>
* [ruby/net-http] Correct doc errorBurdetteLamar2023-01-281-1/+1
| | | | https://github.com/ruby/net-http/commit/dc006d8419
* [ruby/net-http] [DOC] Header docBurdette Lamar2023-01-191-2/+16
| | | | | | (https://github.com/ruby/net-http/pull/104) https://github.com/ruby/net-http/commit/3308362d9b
* [ruby/net-http] [DOC] Enhanced RDoc for set_formBurdette Lamar2023-01-181-50/+102
| | | | | | (https://github.com/ruby/net-http/pull/103) https://github.com/ruby/net-http/commit/f6506ff889