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: luben/zstd-jni
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.5-11
Choose a base ref
...
head repository: luben/zstd-jni
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.6-1
Choose a head ref
  • 7 commits
  • 59 files changed
  • 4 contributors

Commits on Dec 22, 2023

  1. Use atomic flag if the native library is loaded or not

    Hopefully addresses #295
    luben committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c776e15 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. README: Move local dependency note above build step and add command line

    Make it easier for people unfamiliar with the system.
    CristianPrundeanu authored and luben committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    20014d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. ZstdInputStreamNoFinalizer / ZstdOutputStreamNoFinalizer may leak buf…

    …fers when these are not arrray based.
    
    Motivation:
    
    We need to put the buffers back in the pool in case of validation failure as otherwise the buffer will leak.
    
    Modifications:
    
    Handle validation and buffer lifecycle via a static helper method
    
    Result:
    
    No more leak possible
    normanmaurer authored and luben committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    26ad7ed View commit details
    Browse the repository at this point in the history
  2. Fix test

    normanmaurer authored and luben committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9c75768 View commit details
    Browse the repository at this point in the history
  3. Fix

    normanmaurer authored and luben committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c66db1e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Import v1.5.6 sources

    It's not ready for release as we have disabled the Sequence API due to
    changes upstream that break compilation.
    luben committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    355e64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e74a7 View commit details
    Browse the repository at this point in the history
Loading