Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xerial/snappy-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.10.3
Choose a base ref
...
head repository: xerial/snappy-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.10.4
Choose a head ref
  • 18 commits
  • 31 files changed
  • 7 contributors

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    b6c8227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db7f710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ca6e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    bfd480e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    650587e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4 (#502)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    634e1a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfda514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc15373 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    6495da1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    a5d81a6 View commit details
    Browse the repository at this point in the history
  2. Update sbt-scalafmt to 2.5.1 (#499)

    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    55639b5 View commit details
    Browse the repository at this point in the history
  3. Update NOTICE (#492)

    * Update NOTICE
    
    Update Notice
    
    * Update NOTICE
    imsudiproy authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9f29b5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98b2225 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wro…

    …ngly used before) (#508)
    
    * Upgrade to snappy 1.1.10 binary
    
    * Use a specific snappy version
    
    * Use cmake 3.16.x for mac-x86_64
    
    * Add -ftemplate-depth for Mac x86_64 build
    xerial authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f2e97f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f8db1 View commit details
    Browse the repository at this point in the history
  3. Update native libraries for f2e97f2 (#503)

    Co-authored-by: xerial <[email protected]>
    github-actions[bot] and xerial authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1f07c31 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    49d7001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-55g7-9cwv-5qfv

    * Validate chunk size to be within a configured maximum
    
    * Add constructors to have max size configurable
    
    * Code cleanup
    
    * Use 512MB for consistency
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    BD and xerial authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    9f8c3cf View commit details
    Browse the repository at this point in the history
Loading