summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-02-13chunker algorithms: use constants to avoid typosThomas Waldmann
2019-02-13chunker params parsing: add more validationThomas Waldmann
2019-02-13add fixed blocksize chunker, fixes #1086Thomas Waldmann
2019-02-13prepare to support multiple chunkersThomas Waldmann
2019-02-12re-add the code that checks if we run under fakeroot, fixes #4291Thomas Waldmann
2019-02-12Merge pull request #4349 from donnyward/masterTW
2019-02-11test_mount_hardlinks: get rid of fakeroot-caused test fails, fixes #3389Thomas Waldmann
2019-02-11security fix: configure FUSE with "default_permissions", fixes #3903Thomas Waldmann
2019-02-10Update bundled lz4 code to 1.8.3, fixes #4209Donny Ward
2019-02-05work around some Microsoft WSL issuesThomas Waldmann
2019-02-05work around the backslash issue, see #4280Thomas Waldmann
2019-02-05Merge pull request #4316 from ThomasWaldmann/init-make-parentdirsTW
2019-02-05add comment about msgpack >= 0.6.1 features for laterThomas Waldmann
2019-02-05cleanup msgpack requirementsThomas Waldmann
2019-02-05allow msgpack 0.6.1, fixes #4308Thomas Waldmann
2019-02-04borg init --make-parent-dirs parent1/parent2/repo_dir, fixes #4235Thomas Waldmann
2019-02-04Merge pull request #4302 from ThomasWaldmann/repair-outputTW
2019-02-04cache_sync: compute size/count stats, borg info: consider part files (#4286)TW
2019-02-03Merge pull request #4315 from ThomasWaldmann/check-msgpack-masterTW
2019-02-03Merge pull request #4314 from ThomasWaldmann/fix-tests-masterTW
2019-02-03check msgpack version, terminate for unsupported versionsThomas Waldmann
2019-02-03fix duplicate test method name, fixes #4311Thomas Waldmann
2019-02-02Merge pull request #4275 from ThomasWaldmann/fix-empty-segment-crash-masterTW
2019-02-01add archive name to check --repair output, fixes #3447Thomas Waldmann
2019-02-01Merge pull request #4276 from ThomasWaldmann/fix-short-hostnameTW
2019-01-31Add --rsh command line option to complement BORG_RSH env var. Fixes #… (#4290)Manuel Riel
2019-01-31Use f_frsize instead of f_bsize to calculate free space. Fixes #4289Manu
2019-01-30Quit with error message when no config key is provided. Fixes #4223Manu
2019-01-29make "hostname" short, even on misconfigured systems, fixes #4262Thomas Waldmann
2019-01-29recover_segment: handle too small segment files correctly, see #4272Thomas Waldmann
2019-01-29Merge pull request #4247 from ThomasWaldmann/memoryview-cmTW
2019-01-27avoid diaper pattern in configparser by opening files, fixes #4263Thomas Waldmann
2019-01-25keep "data" as is, use "d" for slicesThomas Waldmann
2019-01-25use try/finally to ensure correct memoryview releaseThomas Waldmann
2019-01-25use a contextmanager to ensure correct memoryview releaseThomas Waldmann
2019-01-05avoid breakage with msgpack 0.6.0+, keep old limits, fixes #4220Thomas Waldmann
2019-01-05Clarify the necessity to separately backup key in repokey mode (#4237)cornop
2018-12-15on linux, symlinks can't have ACLs, see #4044Thomas Waldmann
2018-12-11remove deprecated option: --no-files-cacheThomas Waldmann
2018-12-11remove deprecated option: --ignore-inodeThomas Waldmann
2018-12-11remove deprecated option: --list-formatThomas Waldmann
2018-12-11remove deprecated option: --keep-tag-filesThomas Waldmann
2018-12-11remove deprecated command: borg change-passphraseThomas Waldmann
2018-12-11Revert "drop support for python 3.5, fixes #3919"Thomas Waldmann
2018-11-28invalid locations: give err msg containing parsed location, fixes #4179Thomas Waldmann
2018-11-27list repo: add placeholders for hostname and username, fixes #4130Thomas Waldmann
2018-11-16xattrs: linux does not allow user.* xattrs on symlinksThomas Waldmann
2018-11-16xattr key names must start with user. on linuxThomas Waldmann
2018-11-16pytest4 complains if we directly call the fixture function, fixes #4172Thomas Waldmann
2018-11-12Fixed wrong an archive's name pattern in CRUD benchmark help.ashmodei