Commit History

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