-
Notifications
You must be signed in to change notification settings - Fork 143
Comparing changes
Open a pull request
base repository: pierrec/lz4
base: v4.1.17
head repository: pierrec/lz4
compare: v4.1.21
- 16 commits
- 14 files changed
- 6 contributors
Commits on Feb 25, 2023
-
Signed-off-by: Pierre Curto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a69bd8 - Browse repository at this point
Copy the full SHA 6a69bd8View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8801e2e - Browse repository at this point
Copy the full SHA 8801e2eView commit details
Commits on Jun 14, 2023
-
Merge pull request #207 from honeycombio/lizf.copy4
Restore copyMatchTry4
Configuration menu - View commit details
-
Copy full SHA for ef495ee - Browse repository at this point
Copy the full SHA ef495eeView commit details
Commits on Nov 13, 2023
-
CompressingReader: compressed data reader stream (#210)
In Go, `http.Request` requires an `io.ReadCloser` for an upload body. To facilitate compression of data being uploaded we want to wrap a source reader (such an `io.File`) with a proposed `lz4.CompressingReader`, whereupon the said reader can be set directly into `http.Request` Body field. This benefits not only the plain `http.Request`, but also the various network file storage APIs which build on top of Go's http client. Signed-off-by: Alex Dubov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65348f5 - Browse repository at this point
Copy the full SHA 65348f5View commit details -
CompressingReader: make sure to clear out buffer
Out buffer may have some stale overflow data on Reset. Signed-off-by: Alex Dubov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2ece5b - Browse repository at this point
Copy the full SHA f2ece5bView commit details -
CompressingReader: account for possible out buffer state
It is possible for out buffer to have no overflow data and yet the read offset will be not zero (if byte slices passed by the reader just happened to align perfectly). Signed-off-by: Alex Dubov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a80a2f - Browse repository at this point
Copy the full SHA 4a80a2fView commit details
Commits on Nov 22, 2023
-
Writer: initialize the writer on Flush() if wasn't initialized before
This allows compressing empty files, because without this change the proper headers were not emitted when reading an empty file via e.g. io.Copy(). Signed-off-by: Nikolay Edigaryev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ac62b5 - Browse repository at this point
Copy the full SHA 3ac62b5View commit details
Commits on Dec 7, 2023
-
Merge pull request #212 from edigaryev/writer-init-on-flush
Writer: initialize the writer on Flush() if wasn't initialized before
Configuration menu - View commit details
-
Copy full SHA for a0f6c5e - Browse repository at this point
Copy the full SHA a0f6c5eView commit details
Commits on Dec 8, 2023
-
CompressingReader: support older Go versions
Signed-off-by: Alex Dubov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7613989 - Browse repository at this point
Copy the full SHA 7613989View commit details -
Merge pull request #211 from oakad/issue_210
CompressingReader: compressed data reader stream (#210)
Configuration menu - View commit details
-
Copy full SHA for e974631 - Browse repository at this point
Copy the full SHA e974631View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58c6073 - Browse repository at this point
Copy the full SHA 58c6073View commit details
Commits on Jan 3, 2024
-
Merge pull request #213 from corneliusroemer/patch-1
Update README.md: add @latest to cli install command
Configuration menu - View commit details
-
Copy full SHA for 219b252 - Browse repository at this point
Copy the full SHA 219b252View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9eb671 - Browse repository at this point
Copy the full SHA d9eb671View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9542ba5 - Browse repository at this point
Copy the full SHA 9542ba5View commit details -
Reverts bc1239b, no longer needed to conform to legacy
This fixes the tests and verifies that the fix from bc1239b, which broke the tests, is no longer needed to conform to legacy compression.
Configuration menu - View commit details
-
Copy full SHA for 6e17a24 - Browse repository at this point
Copy the full SHA 6e17a24View commit details -
Merge pull request #216 from evanphx/b-fix-tests
Reverts bc1239b, no longer needed to conform to legacy
Configuration menu - View commit details
-
Copy full SHA for 294e765 - Browse repository at this point
Copy the full SHA 294e765View 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 v4.1.17...v4.1.21