-
Notifications
You must be signed in to change notification settings - Fork 77
Comparing changes
Open a pull request
base repository: ruby/net-http
base: v0.2.2
head repository: ruby/net-http
compare: master
Commits on May 20, 2022
-
res.response_body_permitted?
is not defined`response_body_permitted?` is a method of request.
Configuration menu - View commit details
-
Copy full SHA for 9b91f08 - Browse repository at this point
Copy the full SHA 9b91f08View commit details -
Make the recommended name formal
`HTTPServerException` is the name deprecated since years ago.
Configuration menu - View commit details
-
Copy full SHA for b3028fe - Browse repository at this point
Copy the full SHA b3028feView commit details -
Merge pull request #60 from nobu/rename-HTTPClientException
Make the recommended name formal
Configuration menu - View commit details
-
Copy full SHA for 1aaeb77 - Browse repository at this point
Copy the full SHA 1aaeb77View commit details
Commits on May 23, 2022
-
RDoc overrides class name by the assigned name unexpectedly when assigned using a qualified class path.
Configuration menu - View commit details
-
Copy full SHA for a7bded0 - Browse repository at this point
Copy the full SHA a7bded0View commit details -
Merge pull request #61 from nobu/undoc-internals
[DOC] Get rid of a RDoc bug
Configuration menu - View commit details
-
Copy full SHA for 17c911f - Browse repository at this point
Copy the full SHA 17c911fView commit details
Commits on Jun 16, 2022
-
Make
Net::HTTPHeader#content_range
return nil on non-byte units* Returning nil from the `content_range` method instead of raising an error when the unit in the content-range header is not "bytes". Fix https://bugs.ruby-lang.org/issues/11450 Co-Authored-By: Nobuyoshi Nakada <nobu@ruby-lang.org>
Configuration menu - View commit details
-
Copy full SHA for 0b5030d - Browse repository at this point
Copy the full SHA 0b5030dView commit details -
Merge pull request #63 from nobu/unknown-content-range-unit
Make `Net::HTTPHeader#content_range` return nil on non-byte units
Configuration menu - View commit details
-
Copy full SHA for 196f3d7 - Browse repository at this point
Copy the full SHA 196f3d7View commit details
Commits on Jul 28, 2022
-
* no_proxy is meant to operate on the destination address, not on the name of the proxy * if both end with `'.example'`, the test does not nail down the behaviour
Configuration menu - View commit details
-
Copy full SHA for bb9a5cf - Browse repository at this point
Copy the full SHA bb9a5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4951dc - Browse repository at this point
Copy the full SHA f4951dcView commit details
Commits on Aug 24, 2022
-
Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE
This list is out of date. At least OpenBSD since 2013 does not allow one user to read the environment variables of a process run by another user. While we could try to keep the list updated, I think it's a bad idea to not use the user/password from the environment, even if another user on the system could read it. If http_proxy exists in the environment, and other users can read it, it doesn't make it more secure for Ruby to ignore it. You could argue that it encourages poor security practices, but net/http should provide mechanism, not policy. Fixes [Bug #18908]
Configuration menu - View commit details
-
Copy full SHA for 1e45851 - Browse repository at this point
Copy the full SHA 1e45851View commit details
Commits on Sep 22, 2022
-
Net::HTTPResponse nil checking
Fix nil handling in read_body and stream_check. Fixes: #70
Configuration menu - View commit details
-
Copy full SHA for 36f916a - Browse repository at this point
Copy the full SHA 36f916aView commit details
Commits on Sep 28, 2022
-
Merge pull request #66 from jeremyevans/always-allow-env-18908
Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE
Configuration menu - View commit details
-
Copy full SHA for 3b8471d - Browse repository at this point
Copy the full SHA 3b8471dView commit details
Commits on Oct 13, 2022
-
Raise ArgumentError with empty host url again.
Fixup ruby/ruby@dd5118f ruby/ruby@1cda414 Co-authored-by: Koichi Sasada <ko1@atdot.net>
Configuration menu - View commit details
-
Copy full SHA for d03283d - Browse repository at this point
Copy the full SHA d03283dView commit details
Commits on Oct 21, 2022
-
Revert "Replace Timeout.timeout in Net:HTTP#connect"
This reverts commit 753cae3.
1Configuration menu - View commit details
-
Copy full SHA for 98caa38 - Browse repository at this point
Copy the full SHA 98caa38View commit details -
Merge pull request #74 from ruby/revert-10
Revert "Replace Timeout.timeout in Net:HTTP#connect"
Configuration menu - View commit details
-
Copy full SHA for 65aed40 - Browse repository at this point
Copy the full SHA 65aed40View commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c752cc - Browse repository at this point
Copy the full SHA 9c752ccView commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a5732e - Browse repository at this point
Copy the full SHA 4a5732eView commit details
Commits on Nov 10, 2022
-
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Configuration menu - View commit details
-
Copy full SHA for 16d042f - Browse repository at this point
Copy the full SHA 16d042fView commit details
Commits on Nov 11, 2022
-
Merge pull request #76 from BurdetteLamar/http_doc
[DOC] Prettify class hierarchies in Net::HTTP
Configuration menu - View commit details
-
Copy full SHA for f5d2887 - Browse repository at this point
Copy the full SHA f5d2887View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b30c53 - Browse repository at this point
Copy the full SHA 6b30c53View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4444e8c - Browse repository at this point
Copy the full SHA 4444e8cView commit details -
Update lib/net/http/request.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Configuration menu - View commit details
-
Copy full SHA for e3c9011 - Browse repository at this point
Copy the full SHA e3c9011View commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 53e3140 - Browse repository at this point
Copy the full SHA 53e3140View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee8adb - Browse repository at this point
Copy the full SHA cee8adbView commit details -
Merge pull request #77 from BurdetteLamar/http_doc
Revises most of class doc for Net::HTTP. (Does not modify sections "Following Redirection" and after.) Treats a few methods, including Net::HTTP.start. Adds to class docs for Net::HTTPRequest and Net::HTTPResponse.
Configuration menu - View commit details
-
Copy full SHA for a1b7031 - Browse repository at this point
Copy the full SHA a1b7031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0512b5b - Browse repository at this point
Copy the full SHA 0512b5bView commit details
Commits on Nov 19, 2022
-
Merge pull request #78 from BurdetteLamar/http_doc
[DOC] About the Examples moved to separate file
Configuration menu - View commit details
-
Copy full SHA for f70889c - Browse repository at this point
Copy the full SHA f70889cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e924f12 - Browse repository at this point
Copy the full SHA e924f12View commit details
Commits on Nov 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 995ff35 - Browse repository at this point
Copy the full SHA 995ff35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af9fb9 - Browse repository at this point
Copy the full SHA 0af9fb9View commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef0ef53 - Browse repository at this point
Copy the full SHA ef0ef53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b0514 - Browse repository at this point
Copy the full SHA 86b0514View commit details -
Merge pull request #79 from BurdetteLamar/header_doc
Expands class doc. Treats methods: #[] #[]= #add_field #get_fields #fetch #each_header #each_name #each_capitalized_name
Configuration menu - View commit details
-
Copy full SHA for 5849e4e - Browse repository at this point
Copy the full SHA 5849e4eView commit details
Commits on Nov 26, 2022
-
The error raised for broken coderanges was changed in ruby/ruby@571d21f and the test was fixed in that commit but not ported to this repo.
Configuration menu - View commit details
-
Copy full SHA for e6185dd - Browse repository at this point
Copy the full SHA e6185ddView commit details -
Merge pull request #81 from ruby/pz-fix-3-2-test
Fix test for Ruby head
Configuration menu - View commit details
-
Copy full SHA for 9aa9f42 - Browse repository at this point
Copy the full SHA 9aa9f42View commit details
Commits on Nov 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77c6878 - Browse repository at this point
Copy the full SHA 77c6878View commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a26f62a - Browse repository at this point
Copy the full SHA a26f62aView commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ea5004 - Browse repository at this point
Copy the full SHA 1ea5004View commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6600463 - Browse repository at this point
Copy the full SHA 6600463View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09a9ea1 - Browse repository at this point
Copy the full SHA 09a9ea1View commit details
Commits on Dec 6, 2022
-
[DOC] Fix call-seq for Net::HTTP.start
The lack of a newline between the call-seq and the documentation was causing the documentation to be parsed as a call-seq.
Configuration menu - View commit details
-
Copy full SHA for 1a212e2 - Browse repository at this point
Copy the full SHA 1a212e2View commit details
Commits on Dec 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d9040f - Browse repository at this point
Copy the full SHA 9d9040fView commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 46e966b - Browse repository at this point
Copy the full SHA 46e966bView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 86b84eb - Browse repository at this point
Copy the full SHA 86b84ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d829c - Browse repository at this point
Copy the full SHA d9d829cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d394404 - Browse repository at this point
Copy the full SHA d394404View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da626e4 - Browse repository at this point
Copy the full SHA da626e4View commit details -
Merge pull request #92 from BurdetteLamar/http_doc
[DOC] Enhanced RDoc for Net::HTTP
Configuration menu - View commit details
-
Copy full SHA for 553c8b9 - Browse repository at this point
Copy the full SHA 553c8b9View commit details
Commits on Dec 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6dfe6f4 - Browse repository at this point
Copy the full SHA 6dfe6f4View commit details
Commits on Dec 18, 2022
-
Merge pull request #93 from BurdetteLamar/responses_doc
[DOC] Adding links to references
Configuration menu - View commit details
-
Copy full SHA for f4ee096 - Browse repository at this point
Copy the full SHA f4ee096View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.