Commit History

Author SHA1 Message Date
  Thomas Waldmann 25264dce1f compact: require >10% freeable space in a segment, fixes #2985 6 years ago
  TW d644323333 Merge pull request #4043 from ThomasWaldmann/use-more-fds 6 years ago
  TW 5ba14e8d95 Merge pull request #4383 from milkey-mouse/fix-4133 6 years ago
  Milkey Mouse 7ea2bd1389 Only modify window.location when redirecting (fixes #4133) 6 years ago
  Thomas Waldmann 23eeded7c5 fix --read-special behaviour: follow symlinks pointing to special files 6 years ago
  Thomas Waldmann ec17f0a607 check for stat race conditions, see #908 6 years ago
  TW 091bd2bd79 Merge pull request #4377 from milkey-mouse/copyright-2019 6 years ago
  Milkey Mouse 453e4a4b92 Update copyright year 6 years ago
  Thomas Waldmann b4ca919d02 add O_NOFOLLOW to base flags, see #908 6 years ago
  Thomas Waldmann 39922e88e5 micro-opt: get xattrs directly before acls 6 years ago
  Thomas Waldmann 85b711fc88 opening device files is troublesome, don't do it 6 years ago
  Thomas Waldmann b960d3cd23 linux: acl_(get|set) - adapt to more FD usage / default acl for dirs 7 years ago
  Thomas Waldmann 66dd25ebc4 when scandir gets called with an FD, dirent.path is not usable 7 years ago
  Thomas Waldmann 833c49f834 use *at style functions (e.g. openat, statat) to avoid races 7 years ago
  Thomas Waldmann ad5b9a1dfd _process / process_*: change to kwargs only 7 years ago
  Thomas Waldmann 8220c6eac8 move/refactor Archive._open_rb function to helpers.os_open 7 years ago
  Thomas Waldmann 677102f292 process_file: avoid race condition: stat data vs. content 7 years ago
  Thomas Waldmann dca04ba538 _process: remove an infrequently used micro-opt 7 years ago
  TW ce69fc1e19 Merge pull request #4238 from ThomasWaldmann/fixed-block-chunker 6 years ago
  Thomas Waldmann 7f46eb99aa update docs about fixed chunker and chunker algo spec needed 6 years ago
  Thomas Waldmann ac0803fe0b chunker algorithms: use constants to avoid typos 6 years ago
  Thomas Waldmann be2c061733 chunker params parsing: add more validation 6 years ago
  Thomas Waldmann 80e0b42f7d add fixed blocksize chunker, fixes #1086 6 years ago
  Thomas Waldmann c4ffbd2a17 prepare to support multiple chunkers 6 years ago
  TW de55d763a4 Merge pull request #4357 from ThomasWaldmann/xattr-tests 6 years ago
  Thomas Waldmann 12a18b955e re-add the code that checks if we run under fakeroot, fixes #4291 6 years ago
  TW 9041a315ba Merge pull request #4349 from donnyward/master 6 years ago
  TW 095a109af4 Merge pull request #4347 from ThomasWaldmann/fix-fuse-test-fakeroot 6 years ago
  Thomas Waldmann e878ca5189 test_mount_hardlinks: get rid of fakeroot-caused test fails, fixes #3389 6 years ago
  TW 6de90d9460 Merge pull request #4354 from ThomasWaldmann/fuse-default-options-master 6 years ago