summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-08-27fuse: implement versions viewThomas Waldmann
2016-08-27Merge pull request #1374 from textshell/issue/1039-aes-ivenkore
2016-08-27Reserve nonce space for AES-CTR before using it.Martin Hostettler
2016-08-27recreate: fix crash if recompress and deduplication beyond autocommit_thresholdMarian Beermann
2016-08-27Merge pull request #1539 from enkore/f/recreate-cpenkore
2016-08-27recreate: fix crash if archive doesn't have chunker_paramsMarian Beermann
2016-08-27Merge pull request #1536 from enkore/f/prip2enkore
2016-08-27Merge pull request #1535 from ThomasWaldmann/merge-1.0-maintTW
2016-08-26extract: --progress: no extra line for 'Calculating size'Marian Beermann
2016-08-26ProgressIndicatorPercent: output(message) to override outputMarian Beermann
2016-08-26repo tests: convert some more byte literals to H(x)Thomas Waldmann
2016-08-26Merge branch '1.0-maint'Thomas Waldmann
2016-08-25fix overeager storing of hardlink mastersMarian Beermann
2016-08-25extract: fix incorrect progress output for hard linksMarian Beermann
2016-08-22tests: TestBuildFilter: Adjust from item_is_hardlink_master to peek_and_store...Martin Hostettler
2016-08-22Archiver.build_filter: strip_components is no longer a optional parameter.Martin Hostettler
2016-08-22extract: When doing a partial restore don't leak prefetched chunks.Martin Hostettler
2016-08-22re-enable fuse tests for RemoteArchiverThomas Waldmann
2016-08-21Repository: add compact_segments progressMarian Beermann
2016-08-21Merge pull request #1449 from enkore/f/extractprogressTW
2016-08-21ProgressIndicatorPercent: remove same_lineMarian Beermann
2016-08-21extract: --progress: Calculating sizeMarian Beermann
2016-08-21Merge pull request #1513 from ThomasWaldmann/improve-error-loggingTW
2016-08-21Simplify and test Item.file_sizeMarian Beermann
2016-08-21Flip ProgressIndicatorPercent same_line default to TrueMarian Beermann
2016-08-21borg-extract --progressMarian Beermann
2016-08-21Merge pull request #1507 from ThomasWaldmann/use-modified-pyinstallerenkore
2016-08-21Merge pull request #1508 from ThomasWaldmann/merge-1.0-maintenkore
2016-08-20fixup: meant "tb", not "traceback"Thomas Waldmann
2016-08-20Merge pull request #1511 from c4rlo/lru-cacheTW
2016-08-20improve error logging, fixes #1440Thomas Waldmann
2016-08-20helpers.py: replace memoize usages with lru_cacheCarlo Teubner
2016-08-20restore original LDLP, if possible, fixes #1498Thomas Waldmann
2016-08-20helpers.py: replace memoize with functools.lru_cacheCarlo Teubner
2016-08-20daemonize(): use os.devnull instead of hardcoded /dev/nullCarlo Teubner
2016-08-20Merge branch '1.0-maint'Thomas Waldmann
2016-08-19borg list: test for --list-format deprecationThomas Waldmann
2016-08-19Merge pull request #1484 from enkore/issue/1396TW
2016-08-17Exclude incompatible tests for ArchiverTestCaseBinaryMarian Beermann
2016-08-17Repository: don't use defaultdict for shadow indexMarian Beermann
2016-08-17Track entire sessionMarian Beermann
2016-08-17Track shadowing of log entriesMarian Beermann
2016-08-17compact_segments: add segment-level loggingMarian Beermann
2016-08-16Merge pull request #1489 from enkore/issue/1486TW
2016-08-16Fix borg-list empty formatMarian Beermann
2016-08-16Fix borg-list --list-formatMarian Beermann
2016-08-16fix timestamp key nameThomas Waldmann
2016-08-15src cleanup: do not use XXX in strings if just any other string works alsoThomas Waldmann
2016-08-15src cleanup: get rid of text-as-bytes in borg.remoteThomas Waldmann
2016-08-15more safe interface for manifest.archivesThomas Waldmann