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: airlift/aircompressor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4
Choose a base ref
...
head repository: airlift/aircompressor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.5
Choose a head ref
  • 11 commits
  • 27 files changed
  • 5 contributors

Commits on Dec 10, 2025

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

Commits on Jan 23, 2026

  1. Fix dead link in README.md

    oneonestar authored and dain committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    303bd28 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Add native XXHash3 support

    Adds XXH3 hash function with 64-bit and 128-bit variants via FFM bindings.
    Includes streaming support for incremental hashing.
    dain committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    d117be9 View commit details
    Browse the repository at this point in the history
  2. Add XXHash64 public API with Java and native implementations

    Provides XxHash64Hasher interface with both VarHandle-based Java
    implementation and FFM native bindings. The internal Unsafe-based
    implementation still exists to serve the Zstd Java code.
    dain committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    fecdef9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    c4e43a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d5dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce6a45 View commit details
    Browse the repository at this point in the history
  4. Update maven to 3.9.12

    wendigo authored and dain committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    cece375 View commit details
    Browse the repository at this point in the history
  5. Update airbase to 349

    Updates release workflow to one that is used in airbase/airlift
    wendigo authored and dain committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    b549ac5 View commit details
    Browse the repository at this point in the history
  6. Test with JDK 25 instead of JDK 24

    wendigo authored and dain committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    8e569ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75cda9b View commit details
    Browse the repository at this point in the history
Loading