Thomas Waldmann
|
a796ecbe9d
for now, use old freebsd64 vagrant box for testing
|
6 лет назад |
TW
|
dd2a3d42fb
Merge pull request #4391 from ThomasWaldmann/archive-stat-meta
|
6 лет назад |
Thomas Waldmann
|
6809f6f7fa
calc_stats: use archive stats metadata, if available
|
6 лет назад |
Thomas Waldmann
|
e569595974
include size/csize/nfiles[_parts] stats into archive, fixes #3241
|
6 лет назад |
TW
|
25ec0511c7
Merge pull request #4390 from ThomasWaldmann/fix-valid-archive-keys
|
6 лет назад |
Thomas Waldmann
|
58f177aa82
add comment about unused recreate_* members in ArchiveItem
|
6 лет назад |
Thomas Waldmann
|
fc30a0765b
remove ARCHIVE_KEYS duplication
|
6 лет назад |
TW
|
1a2691c6e4
Merge pull request #4388 from ThomasWaldmann/utf8-default
|
6 лет назад |
TW
|
86eca03d81
Merge pull request #4378 from milkey-mouse/fix-4348
|
6 лет назад |
TW
|
1620ae2141
Merge pull request #4387 from ThomasWaldmann/compaction-criteria
|
6 лет назад |
Thomas Waldmann
|
2713500983
remove -*- coding: ... lines, utf-8 is default for py3
|
6 лет назад |
Thomas Waldmann
|
ec9334422e
str.encode() / bytes.decode(): utf-8 is the default, fixes #4306
|
6 лет назад |
Thomas Waldmann
|
25264dce1f
compact: require >10% freeable space in a segment, fixes #2985
|
6 лет назад |
TW
|
d644323333
Merge pull request #4043 from ThomasWaldmann/use-more-fds
|
6 лет назад |
TW
|
5ba14e8d95
Merge pull request #4383 from milkey-mouse/fix-4133
|
6 лет назад |
Milkey Mouse
|
7ea2bd1389
Only modify window.location when redirecting (fixes #4133)
|
6 лет назад |
Milkey Mouse
|
d26264bb70
Add test for error upon exporting a key to a directory
|
6 лет назад |
Thomas Waldmann
|
23eeded7c5
fix --read-special behaviour: follow symlinks pointing to special files
|
6 лет назад |
Thomas Waldmann
|
ec17f0a607
check for stat race conditions, see #908
|
6 лет назад |
Milkey Mouse
|
72ebd13e6f
Emit user-friendly error if repo key is exported to a directory (fixes #4348)
|
6 лет назад |
TW
|
091bd2bd79
Merge pull request #4377 from milkey-mouse/copyright-2019
|
6 лет назад |
Milkey Mouse
|
453e4a4b92
Update copyright year
|
6 лет назад |
Thomas Waldmann
|
b4ca919d02
add O_NOFOLLOW to base flags, see #908
|
6 лет назад |
Thomas Waldmann
|
39922e88e5
micro-opt: get xattrs directly before acls
|
6 лет назад |
Thomas Waldmann
|
85b711fc88
opening device files is troublesome, don't do it
|
6 лет назад |
Thomas Waldmann
|
b960d3cd23
linux: acl_(get|set) - adapt to more FD usage / default acl for dirs
|
7 лет назад |
Thomas Waldmann
|
66dd25ebc4
when scandir gets called with an FD, dirent.path is not usable
|
7 лет назад |
Thomas Waldmann
|
833c49f834
use *at style functions (e.g. openat, statat) to avoid races
|
7 лет назад |
Thomas Waldmann
|
ad5b9a1dfd
_process / process_*: change to kwargs only
|
7 лет назад |
Thomas Waldmann
|
8220c6eac8
move/refactor Archive._open_rb function to helpers.os_open
|
7 лет назад |