Historique des commits

Auteur SHA1 Message Date
  Thomas Waldmann 1e1d80c7b0 use AES-GCM (an AEAD single-pass mac&cipher) il y a 10 ans
  anarcat effab97d11 clarify that simultaneous backups may be a problem il y a 10 ans
  anarcat ecee5a0b51 PDKF is a key derivation function il y a 10 ans
  anarcat 5f882e976d clarify the index memory usage analysis il y a 10 ans
  anarcat 0ba86357d7 clarify that 4095 bytes is not a typo il y a 10 ans
  anarcat 87cb4a4813 expand on the chunk id hash mechanism il y a 10 ans
  anarcat 8f8a035e93 fix a bunch of typos il y a 10 ans
  Thomas Waldmann 1f4077d870 crypto.pyx: adapt to strange requirements found in the openssl docs il y a 10 ans
  Thomas Waldmann 550320535c crypto.pyx: cosmetic changes, added comments il y a 10 ans
  Thomas Waldmann 6c7c2e2e40 cleanup crypto.pyx, make it easier to adapt to other modes il y a 10 ans
  Thomas Waldmann e5d0f8fc1a more sha512_256 fixes il y a 10 ans
  Thomas Waldmann d3f2b8d22a fix sha512_256 implementation il y a 10 ans
  Thomas Waldmann ff542e612a flexible type header parsing, compression levels, sha256 + sha512_256 il y a 10 ans
  Thomas Waldmann aab900b169 extract: if --stdout is given, write all extracted binary data to stdout il y a 10 ans
  Thomas Waldmann a3f335e0ff create: if "-" is given as path, read binary from stdin il y a 10 ans
  Thomas Waldmann a8b116d965 fix type byte checks, deduplicate code il y a 10 ans
  Thomas Waldmann 07d2df8cef key module: just reordered functions/classes, no functional change il y a 10 ans
  Thomas Waldmann b305c79ee5 support --compression none il y a 10 ans
  Thomas Waldmann 7b1a3dcd5d implement compression flexibility (attic init -c / --compression zlib|lzma) il y a 10 ans
  Thomas Waldmann 61af8a4bab add lzma ("xz") compressor (not used yet) il y a 10 ans
  Thomas Waldmann f7b90a7edc move (de)compression methods into separate compressor instance il y a 10 ans
  Thomas Waldmann db7ce095d2 fix typos / spelling il y a 10 ans
  Thomas Waldmann 8ffd4c4926 convert docstrings to triple-double-quoted il y a 10 ans
  Thomas Waldmann a8ce0b8b8a remove unused imports il y a 10 ans
  Thomas Waldmann 74768511e1 do os.fsync like recommended in the python docs (gets a fileno, not file object, also do a flush first) il y a 10 ans
  Thomas Waldmann 0e5ef376bf add .idea/ to gitignore, so PyCharm stuff does not get accidentally added/committed il y a 10 ans
  Evan Hempel b425950f8b Extra debug information for 'fread failed' il y a 10 ans
  Radek Podgorny 939e75467e add more .c files to .gitigore il y a 10 ans
  Daniel Danner bffc419615 FUSE: reflect deduplication in allocated blocks il y a 10 ans
  Daniel Danner 046b196bab Only allow whitelisted RPC calls in server mode il y a 10 ans