Browse Source

upgrade bundled xxhash to 0.8.0, fixes #5362

Thomas Waldmann 4 years ago
parent
commit
24e89dd1aa
2 changed files with 443 additions and 318 deletions
  1. 1 1
      src/borg/algorithms/xxh64/xxhash.c
  2. 442 317
      src/borg/algorithms/xxh64/xxhash.h

+ 1 - 1
src/borg/algorithms/xxh64/xxhash.c

@@ -1,6 +1,6 @@
 /*
  * xxHash - Extremely Fast Hash algorithm
- * Copyright (C) 2012-present, Yann Collet
+ * Copyright (C) 2012-2020 Yann Collet
  *
  * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
  *

File diff suppressed because it is too large
+ 442 - 317
src/borg/algorithms/xxh64/xxhash.h


Some files were not shown because too many files changed in this diff