Histórico de commits

Autor SHA1 Mensagem Data
  Thomas Waldmann c8e9131158 remove bundled blake2 code, usage of libb2 4 anos atrás
  Thomas Waldmann 1dbe86a14e use blake2b from hashlib 4 anos atrás
  Thomas Waldmann 6fa5bb4630 add tests for blake2b_128 4 anos atrás
  Ryan Polley 83116e58f2 add examples for --paths-from-stdin, --paths-from-command, --paths-separator (#5644) 4 anos atrás
  TW b20c7229e6 Merge pull request #5642 from rpolley/fix-grammar-in-docs-5632 4 anos atrás
  TW 2d8c9f1acf Merge pull request #5643 from rpolley/update-docs-on-dev-env-setup-#5504 4 anos atrás
  Ryan Polley 1c5b57f1b3 recomend running tests only on installed versions for setup 4 anos atrás
  Ryan Polley 974fd9eecb add link back to git-installation 4 anos atrás
  Ryan Polley 921cac0177 fix grammar in faq 4 anos atrás
  TW 699256edbd Merge pull request #5620 from ThomasWaldmann/sparse-file-integr2 4 anos atrás
  Thomas Waldmann 6dc334422e fixup: improve comment about assumptions in the item metadata stream chunker 4 anos atrás
  Thomas Waldmann 2391d160a8 add all-zero detection to buzhash chunk data processing 4 anos atrás
  Thomas Waldmann 2d76365214 cosmetic: directly set allocation instead going via is_zero 4 anos atrás
  Thomas Waldmann 8162e2e67b cached_hash is only used in archive, move it there 4 anos atrás
  Thomas Waldmann e41dc6e96f use zeros for benchmarks 4 anos atrás
  Thomas Waldmann be257728ca move zeros to constants module 4 anos atrás
  Thomas Waldmann 3b9798cffc remove max_chunk_size (unused) 4 anos atrás
  TW 4041bdf169 Merge pull request #5606 from ThomasWaldmann/fix-5603-master 4 anos atrás
  TW abb87ce68b Merge pull request #5623 from infectormp/patch-4 4 anos atrás
  infectormp ab97bc20ed Add badge with current status of package 4 anos atrás
  Thomas Waldmann 4e3be1db5e reuse zeros also in fixed-size chunker for all-zero chunk detection 4 anos atrás
  Thomas Waldmann ef19d937ed use cached_hash also to generate all-zero replacement chunks 4 anos atrás
  Thomas Waldmann f3088a9893 rename chunk_to_id_data to cached_hash 4 anos atrás
  Thomas Waldmann 92f221075a refactor recreate to use chunk_to_id_data 4 anos atrás
  Thomas Waldmann b3659e0b8c reuse chunker.zeros for sparse extraction 4 anos atrás
  Thomas Waldmann 9fd284ce1a refactor new zero chunk handling to be reusable 4 anos atrás
  Thomas Waldmann 6d0f9a52eb detect all-zero chunks, avoid hashing them 4 anos atrás
  Thomas Waldmann 52bd55b29a integrate Chunk type, avoid hashing holes 4 anos atrás
  Thomas Waldmann 7319f85b54 adapt the existing chunker tests 4 anos atrás
  Thomas Waldmann 8c299696aa Chunker: yield Chunk namedtuple instead of bytes/memoryview 4 anos atrás