-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: hyperium/hyper
base: master
head repository: hyperium/hyper
compare: 0.12.x
- 16 commits
- 16 files changed
- 7 contributors
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1bd6766 - Browse repository at this point
Copy the full SHA 1bd6766View commit details -
Configuration menu - View commit details
-
Copy full SHA for e63368b - Browse repository at this point
Copy the full SHA e63368bView commit details
Commits on Aug 22, 2019
-
chore(dependencies): update spmc dev dependency to 0.3 (#1913)
spmc 0.2.3 has been yanked on 2019-08-15 Passing to 0.2 requires a small change in the tests. Changing the following (as was done in master branch) &'a spmc::Sender<Reply> -> &'a Mutex<spmc::Sender<Reply>> This fixes the cargo issue telling us that he cannot handle smpc: error: failed to select a version for the requirement `spmc = "^0.2"` Signed-off-by: Gabriel Ganne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1609fb - Browse repository at this point
Copy the full SHA a1609fbView commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23fc8b0 - Browse repository at this point
Copy the full SHA 23fc8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c83b54d - Browse repository at this point
Copy the full SHA c83b54dView commit details
Commits on Sep 13, 2019
-
feat(body): identify aborted body write errors
(cherry picked from commit bb365f6)
Configuration menu - View commit details
-
Copy full SHA for 3286922 - Browse repository at this point
Copy the full SHA 3286922View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81f7eb - Browse repository at this point
Copy the full SHA c81f7ebView commit details
Commits on Oct 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4d188d1 - Browse repository at this point
Copy the full SHA 4d188d1View commit details
Commits on Oct 14, 2019
-
fix(dependencies): use correct minimum versions (#1974)
`bytes` is bumped due to the addition of `Bytes::advance` in 0.4.6. `h2` 0.1.13 introduced the `.is_io()` and `into_io()` methods. Bumping `tokio-threadpool` to 0.1.16 removes a dependency on `rand` from the crate which reduces the size and avoids minimum version dependency issues in that dependency tree.
Configuration menu - View commit details
-
Copy full SHA for 90c1e8f - Browse repository at this point
Copy the full SHA 90c1e8fView commit details
Commits on Oct 22, 2019
-
feat(client): Add connect timeout to HttpConnector
This takes the same strategy as golang, where the timeout value is divided equally between the candidate socket addresses. If happy eyeballs is enabled, the division takes place "below" the IPv4/IPv6 partitioning. Backported to 0.12 from master.
Configuration menu - View commit details
-
Copy full SHA for 3d676fb - Browse repository at this point
Copy the full SHA 3d676fbView commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for da16ed6 - Browse repository at this point
Copy the full SHA da16ed6View commit details -
feat(client): add resolve timeout to HttpConnector (#1994)
The recently-added connect timeout does not cover resolving hostnames, which could also stall on an OS-level timeout if there are issues reaching the DNS server.
Configuration menu - View commit details
-
Copy full SHA for d4ee699 - Browse repository at this point
Copy the full SHA d4ee699View commit details
Commits on Dec 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a115c30 - Browse repository at this point
Copy the full SHA a115c30View commit details
Commits on Feb 17, 2021
-
fix(http1): fix server misinterpretting multiple Transfer-Encoding he…
…aders When a request arrived with multiple `Transfer-Encoding` headers, hyper would check each if they ended with `chunked`. It should have only checked if the *last* header ended with `chunked`. See GHSA-6hfq-h8hq-87mf
Configuration menu - View commit details
-
Copy full SHA for f605125 - Browse repository at this point
Copy the full SHA f605125View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d9003d - Browse repository at this point
Copy the full SHA 6d9003dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c82565 - Browse repository at this point
Copy the full SHA 4c82565View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...0.12.x