-
Notifications
You must be signed in to change notification settings - Fork 241
Comparing changes
Open a pull request
base repository: xerial/snappy-java
base: v1.1.10.0
head repository: xerial/snappy-java
compare: v1.1.10.1
- 16 commits
- 15 files changed
- 6 contributors
Commits on May 24, 2023
-
Trigger native lib build on PR (#444)
* trigger build native on PR and push Signed-off-by: Sudip Roy <[email protected]> * Add branch master * Trigger native lib build only for PRs * Test native lib build trigger * Targetting the PR repo * Add comment to trigger native lib build * Fix syntax error * Test with write permission * Test with contents: write * Test * test * Use gh pr checkout * fix * Add checkout phase * test target repo: * Try bot user * clanup * Use PAT * Use different user * simplify * fix * test * Fix token * revert * Try push action * use the same token * fix tab * Set ref * Create a new PR for every master update * fix * fix indent * Use native-all --------- Signed-off-by: Sudip Roy <[email protected]> Co-authored-by: Taro L. Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10f3b32 - Browse repository at this point
Copy the full SHA 10f3b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcc1c4 - Browse repository at this point
Copy the full SHA 3bcc1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20dd467 - Browse repository at this point
Copy the full SHA 20dd467View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62a27f - Browse repository at this point
Copy the full SHA b62a27fView commit details -
internal: Fix CI target branch (#449)
* internal: Run CI tests for update-native-libs branch * Fix config * Fix target branch
Configuration menu - View commit details
-
Copy full SHA for 38bf568 - Browse repository at this point
Copy the full SHA 38bf568View commit details -
Update native libraries for 38bf568 (#445)
Co-authored-by: xerial <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2737ea4 - Browse repository at this point
Copy the full SHA 2737ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c35a0f - Browse repository at this point
Copy the full SHA 5c35a0fView commit details -
Update native libraries for 2737ea4 (#450)
Co-authored-by: xerial <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 256691e - Browse repository at this point
Copy the full SHA 256691eView commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b389544 - Browse repository at this point
Copy the full SHA b389544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326f0b4 - Browse repository at this point
Copy the full SHA 326f0b4View commit details -
* Update sbt to 1.9.0 * Run CI on sbt upgrade --------- Co-authored-by: Taro L. Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f32d5b0 - Browse repository at this point
Copy the full SHA f32d5b0View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27e2ce0 - Browse repository at this point
Copy the full SHA 27e2ce0View commit details
Commits on Jun 14, 2023
-
Merge pull request from GHSA-pqr6-cmr2-h8hf
* Fixed integer overflow by checking if multiplication result is smaller than original value * Fixed integer overflow by checking if multiplication result is smaller than original value * Fixed integer overflow by checking if multiplication result is smaller than original value * imporved error messages and added happy and sad cases for unit test in SnappyTest.java * switched SnappyError into ILLEGAL_ARGUMENT in SnappyErrorCode.java and Snappy.java * wrote new and updated unit test methods * updated comments in SnappyTest.java * Fixed and updated unit tests in SnappyTest.java
Configuration menu - View commit details
-
Copy full SHA for 820e2e0 - Browse repository at this point
Copy the full SHA 820e2e0View commit details -
Merge pull request from GHSA-qcwq-55hx-v3vh
* asserted chunksize should be in the bounds of 0-java.outofmmeoryexception * asserted chunksize should be in the bounds of 0-java.outofmmeoryexception * https://github.com/xerial/snappy-java-ghsa-qcwq-55hx-v3vh/pull/2 * advisory-fix-3 * added and changed method name for happy and sad cases in SnappyTest.java * removed expected error for happy case in unit testing * added another unit test case in SnappyTest.java and fixed comments in SnappyInputStream.java * switched SnappyError to INVALID_CHUNK_SIZE * Updated unit tests * Resolved conflicts with another PR merge
1Configuration menu - View commit details
-
Copy full SHA for 3bf6785 - Browse repository at this point
Copy the full SHA 3bf6785View commit details -
Merge pull request from GHSA-fjpj-2g6w-x25r
* Fixed integer overflow by checking if bytesize is bigger than input length, then throwing exception * Fixed integer overflow by checking if bytesize is bigger than input length, then throwing exception * Fixed integer overflow by checking if bytesize is bigger than input length, then throwing exception * improved error messages by adding new error enum INPUT_TOO_LARGE in SnappyErrorCode.java, and added happy and sad cases in SnappyTest.java * fixed mispelling: validArrayInputLength --> isInvalidArrayInputLength * switched SnappyError into ILLEGAL_ARGUMENT in SnappyErrorCode.java and Snappy.java and fixed a typo in error comment * Fix buffer size boundary tests * Remove negative array size tests * updated comments for unit test --------- Co-authored-by: Taro L. Saito <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d004255 - Browse repository at this point
Copy the full SHA d004255View commit details -
CI Fix to Prevent Checks Dealing with Large Array Sizes (#459)
* Fix spacing with comment * Updated code * Test: Added Assume catches for each failed tests * Added and implemented separate method to check if System CI is false * Added a null check to ensure assumingCIIsFalse() method runs locally as well * Changed assumeTrue to assumeFalse
Configuration menu - View commit details
-
Copy full SHA for 737f397 - Browse repository at this point
Copy the full SHA 737f397View 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 v1.1.10.0...v1.1.10.1