summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-05-22Merge pull request #2530 from enkore/f/compact-revisit@2enkore
2017-05-22mount: do pre-mount checks before opening repositoryMarian Beermann
2017-05-22increase DEFAULT_SEGMENTS_PER_DIR to 2000Marian Beermann
2017-05-21Merge pull request #2546 from enkore/issue/2543enkore
2017-05-21docs: add systemd warning regarding placeholdersMarian Beermann
2017-05-21add test for preserved intermediate folder permissions (#2477)edgimar
2017-05-21mount: check llfuse is installed before asking for passphraseMarian Beermann
2017-05-20testsuite: call setup_logging after destroying logging configMarian Beermann
2017-05-20xattr: document APIMarian Beermann
2017-05-20fuse: fix crash if empty (None) xattr is readMarian Beermann
2017-05-20Merge pull request #2500 from enkore/issue/2487enkore
2017-05-20use assert_secure for all commands that use the manifestMarian Beermann
2017-05-20cache: extract CacheConfig classMarian Beermann
2017-05-20implement --debug-topic for remote serversMarian Beermann
2017-05-20remote: clarify remote log handling commentsMarian Beermann
2017-05-20remote: restore "Remote:" prefix (as used in 1.0.x)Marian Beermann
2017-05-20rpc negotiate: enable v3 log protocol only for supported clientsMarian Beermann
2017-05-20fix --progress and logging in general for remoteMarian Beermann
2017-05-17serve: fix incorrect type of exception_short for ErrorsMarian Beermann
2017-05-17export-tar: test strip-components and hardlinks for partial exportMarian Beermann
2017-05-17introduce popen_with_error_handling to handle common user errorsMarian Beermann
2017-05-17Merge pull request #2510 from enkore/issue/2473enkore
2017-05-17borg export-tar (#2519)enkore
2017-05-16replace external script with "borg debug convert-profile"Marian Beermann
2017-05-16do not test logger name, fixes #2504Thomas Waldmann
2017-05-16--debug-profile: use msgpack instead of marshal by defaultMarian Beermann
2017-05-16Implement --debug-profileMarian Beermann
2017-05-16CommonOptions: add unit testMarian Beermann
2017-05-16init: document --encryption as requiredMarian Beermann
2017-05-15refactor CommonOptions as a reusable classMarian Beermann
2017-05-15support common options on mid-level commands (borg *key* export)Marian Beermann
2017-05-14support common optionsMarian Beermann
2017-05-12Implement IntegrityCheckedFile (#2502)enkore
2017-05-12key: add round-trip testMarian Beermann
2017-05-12Rename Key.passphrase_protected -> logically_encrypted & documentMarian Beermann
2017-05-12key: authenticated mode = not passphrase protectedMarian Beermann
2017-05-12serve: ignore --append-only when creating a repository (#2501)enkore
2017-05-09hashindex: Use Python I/O (#2496)enkore
2017-05-08Merge pull request #2489 from enkore/issue/2169enkore
2017-05-07Merge pull request #2488 from enkore/issue/2439enkore
2017-05-07testsuite.archiver: normalise pytest.raises vs. assert_raisesMarian Beermann
2017-05-07consider repokey w/o passphrase == unencryptedMarian Beermann
2017-05-07list: add test for handling of --json/--json-linesMarian Beermann
2017-05-06Merge pull request #2486 from enkore/f/common-progressTW
2017-05-06Merge pull request #2485 from enkore/issue/2469.2enkore
2017-05-05add test case for --log-jsonMarian Beermann
2017-05-05list: JSON lines output for archive contentsMarian Beermann
2017-05-05make --progress a common optionMarian Beermann
2017-05-05fix --exclude and --exclude-from recursing into directoriesMarian Beermann
2017-05-05--json: fix encryption[mode] not being the cmdline nameMarian Beermann