-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: moby/spdystream
base: v0.5.0
head repository: moby/spdystream
compare: v0.5.1
- 20 commits
- 14 files changed
- 5 contributors
Commits on Mar 15, 2026
-
The repository was moved to the containerd org; also fix some minor issues in the script to make it valid for POSIX shell. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c96114 - Browse repository at this point
Copy the full SHA 9c96114View commit details -
spdy: fix duplicate license headers
The Apache 2 headers were added in 0c4d6b8, which overlooked that these files were forked from the Go project, and BSD licensed. - Remove the Apache 2 headers - Update the validate script to ignore the spdy directory Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 750faf4 - Browse repository at this point
Copy the full SHA 750faf4View commit details -
update NOTICE, add LICENSE and PATENTS in spdy directory
Code in the spdy directory was derived from the Go project (golang.org/x/net) in commmit 866205e, because the code was removed in upstream in golang/net@ff8eb9a This patch: - Adds the correct license and patents files to the directory. - Adds a mention to the NOTICE file at the root of the repository. Co-authored-by: Bob Badour <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4160b6e - Browse repository at this point
Copy the full SHA 4160b6eView commit details -
Merge pull request #106 from thaJeztah/fix_license_headers
spdy: fix duplicate license headers, add LICENSE, PATENTS, and update NOTICE
Configuration menu - View commit details
-
Copy full SHA for 6f72e20 - Browse repository at this point
Copy the full SHA 6f72e20View commit details -
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eae6b3b - Browse repository at this point
Copy the full SHA eae6b3bView commit details -
- set default permissions to 'content: read' - limit concurrency - set GOTOOLCHAIN: local to make sure the expected version of Go is used (prevent implicit upgrading) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e060b91 - Browse repository at this point
Copy the full SHA e060b91View commit details -
ci: update to actions/setup-go@v6, actions/checkout@v6
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5a31fa - Browse repository at this point
Copy the full SHA d5a31faView commit details -
ci: test on go1.13.x, oldstable, stable
Test the oldest version supported by the module, and currently supported versions. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5a3b65 - Browse repository at this point
Copy the full SHA c5a3b65View commit details -
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 206d755 - Browse repository at this point
Copy the full SHA 206d755View commit details
Commits on Mar 16, 2026
-
Merge pull request #107 from thaJeztah/update_actions
ci: update actions and test against latest Go versions
Configuration menu - View commit details
-
Copy full SHA for f0be51f - Browse repository at this point
Copy the full SHA f0be51fView commit details
Commits on Mar 29, 2026
-
Guard against oversized SPDY frames
Signed-off-by: Davanum Srinivas <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf0ec5d - Browse repository at this point
Copy the full SHA cf0ec5dView commit details -
spdy: enforce 24-bit frame length limits
SPDY control and data frame headers carry a 24-bit Length field, so frame payloads must be limited to 2^24-1 bytes. Tighten the write-side bounds checks accordingly. SETTINGS still encodes its entry count as a 32-bit field, but the total payload must fit within the 24-bit frame length. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5976b66 - Browse repository at this point
Copy the full SHA 5976b66View commit details -
spdy: fix header block byte accounting
writeHeaderValueBlock accounts for serialized 32-bit length/count fields as 2 bytes, but they occupy 4 bytes on the wire. Adjust the returned byte count to match the encoded header block layout. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f21da4 - Browse repository at this point
Copy the full SHA 2f21da4View commit details -
spdy: limit header-size and header-count
Signed-off-by: Davanum Srinivas <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb63605 - Browse repository at this point
Copy the full SHA eb63605View commit details -
spdy: update godoc for MaxDataLength
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acf9b45 - Browse repository at this point
Copy the full SHA acf9b45View commit details -
Add options to customize limits
Guard against oversized SPDY frames Signed-off-by: Davanum Srinivas <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21c3864 - Browse repository at this point
Copy the full SHA 21c3864View commit details
Commits on Apr 13, 2026
-
compare with signed Int for 32-bit Arm
Signed-off-by: Samuel Karp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 241cec9 - Browse repository at this point
Copy the full SHA 241cec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6121f - Browse repository at this point
Copy the full SHA ef6121fView commit details -
use ioutil.Discard for go1.13 compatibility
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fd0155 - Browse repository at this point
Copy the full SHA 2fd0155View commit details -
Merge pull request #109 from thaJeztah/use_ioutil
use ioutil.Discard for go1.13 compatibility
Configuration menu - View commit details
-
Copy full SHA for c59e5d7 - Browse repository at this point
Copy the full SHA c59e5d7View 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 v0.5.0...v0.5.1