| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 <github@gone.nl>
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 <github@gone.nl>
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 <bbadour@google.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Merge pull request #106 from thaJeztah/fix_license_headers
spdy: fix duplicate license headers, add LICENSE, PATENTS, and update NOTICE
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- 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 <github@gone.nl>
ci: update to actions/setup-go@v6, actions/checkout@v6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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 <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Merge pull request #107 from thaJeztah/update_actions
ci: update actions and test against latest Go versions
Guard against oversized SPDY frames
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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 <github@gone.nl>
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 <github@gone.nl>
spdy: limit header-size and header-count
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
spdy: update godoc for MaxDataLength
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Add options to customize limits
Guard against oversized SPDY frames Signed-off-by: Davanum Srinivas <davanum@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
compare with signed Int for 32-bit Arm
Signed-off-by: Samuel Karp <samuelkarp@google.com>
use ioutil.Discard for go1.13 compatibility
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Merge pull request #109 from thaJeztah/use_ioutil
use ioutil.Discard for go1.13 compatibility
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
| Back | FazBrowse Home | New Git URL |