-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5dc9fa
commit ee70e24
Showing
20 changed files
with
273 additions
and
29 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fluke-hpack" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
authors = [ | ||
"Marko Lalic <[email protected]>", | ||
"Amos Wenger <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/bearcove/fluke/releases/tag/fluke-httpwg-server-v0.1.0) - 2024-08-12 | ||
|
||
### Other | ||
- debug shutdowns | ||
- well, h2spec and httpwg-cli agree on almost everything | ||
- Introduce fluke-httpwg-server so we can run httpwg over TCP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/bearcove/fluke/compare/fluke-io-uring-async-v0.1.0...fluke-io-uring-async-v0.1.1) - 2024-08-12 | ||
|
||
### Other | ||
- Upgrade hyper + fix cancellation in test rig | ||
- Upgrade dependencies | ||
- yep that's what's happening | ||
- Okay the takeaway is that tasks spawned when a runtime is shutting down immediately get dropped> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.0](https://github.com/bearcove/fluke/releases/tag/httpwg-cli-v0.1.0) - 2024-08-12 | ||
|
||
### Other | ||
- More async cancellation cleanups | ||
- Make httpwg-cli build on macOS | ||
- Upgrade dependencies | ||
- Okay the takeaway is that tasks spawned when a runtime is shutting down immediately get dropped> | ||
- Run httpwg tests over TCP in CI | ||
- Everything passes | ||
- Run httpwg-cli tests in parallel | ||
- grahhhh why would you answer in multiple headers grr | ||
- Start using httpwg-cli against real servers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/bearcove/fluke/compare/httpwg-macros-v0.1.0...httpwg-macros-v0.1.1) - 2024-08-12 | ||
|
||
### Other | ||
- Well we pass h2spec strict! | ||
- Change Headers to a VecDeque<(Piece, Piece)>, closes [#193](https://github.com/bearcove/fluke/pull/193) | ||
- Ey test code was wrong | ||
- Start working on returning 400 from fluke | ||
- wip goaway tests | ||
- Connect tests | ||
- More section 8 tests | ||
- More Section 8 tests | ||
- Make 'static part of IntoHalves | ||
- A bunch of failing section 8 tests | ||
- Some section 8 tests (acceptable headers) | ||
- RFC 9113 Section 8 | ||
- Add section 7 tests | ||
- Move 3.4 tests to _3 file | ||
- Make test invalid_header_block_fragment more readable | ||
- Nove section 5 tests all to the same file | ||
- refactor settings sending, add more helpers, etc. | ||
- Add 6.8 | ||
- ping specs | ||
- Add 6.5.3 specs | ||
- WIP settings parsing | ||
- 6.5 tests | ||
- 6.4 tests | ||
- more 6.x tests | ||
- add 6.2 cases (in 6.1 file for now) | ||
- 6.1 tests | ||
- Section 5.5 | ||
- 5.4.1 test cases | ||
- Section 5.3 | ||
- 5.1.2 tests | ||
- 5.1.1 tests | ||
- 5.1 specs compile | ||
- Add rfc 9113 section 5.1 specs | ||
- rename 3.4 tests to proper section | ||
- 4.3 tests | ||
- More 4.2 tests | ||
- More 4.1 tests | ||
- Clean up 4_1 tests | ||
- Add a spec to 4_1_frame_format, cf. [#175](https://github.com/bearcove/fluke/pull/175) | ||
- release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.