Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch ddup hashing algorithm to xxHash #538

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2022

  1. vs gitignore

    Signed-off-by: Andrew Robbins andrew@robbinsa.me
    theAeon committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4b695cd View commit details
    Browse the repository at this point in the history
  2. Patched DDUP to use XXHASH3

    revert strcpy, fix library linking
    
    properly print hash digest strings
    
    fix segfault on crash
    
    housekeeping
    
    Signed-off-by: Andrew Robbins andrew@robbinsa.me
    theAeon committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    233968b View commit details
    Browse the repository at this point in the history
  3. vendor mfu-ified xxhash

    fixed cmake for vendored xxhash
    
    Signed-off-by: Andrew Robbins andrew@robbinsa.me
    theAeon committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    98a478f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fixed segfault on free

    theAeon committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    34fa5a1 View commit details
    Browse the repository at this point in the history
  2. fixed bad cmake subdir import

    theAeon committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0de662c View commit details
    Browse the repository at this point in the history