summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-06-11improve patterns help: declarative includes sampleeoli3n
2023-06-11improve patterns help: added pattern prefixeseoli3n
2023-06-11improve patterns help: define a pattern styleeoli3n
2023-06-11Improve patterns helpeoli3n
2023-06-06fix test_buzhash_chunksize_distributionThomas Waldmann
2023-05-29fix typoThomas Waldmann
2023-05-27Add function to clear empty directories at end of compact process.nain
2023-05-27Move value bounds of segment (index) into constants module and use them insteadnain
2023-05-26Simplify generator functions and make get_segment_dirs inputs consistent with...nain
2023-05-25unify scanning and listing of segment dirs / segment files and apply good pra...nain
2023-05-19tests: only warn about "invalid" chunker params, fixes #7590Thomas Waldmann
2023-05-19tests: check buzhash chunksize distribution, see #7586Thomas Waldmann
2023-05-15Update archiver.pyelandorr
2023-05-14mention paths-from-stdin's exclusivenesselandorr
2023-05-14include/exclude optionselandorr
2023-05-14markup fix + note about MAX_DATA_SIZEelandorr
2023-05-14escapeelandorr
2023-05-08Merge pull request #7549 from sashadev-sky/fix-progress-msg-width-1.2TW
2023-05-08ProgressIndicatorPercent: fix space computation for wide chars, fixes #3027Thomas Waldmann
2023-05-07fix CompressionSpec validator and testsThomas Waldmann
2023-05-07fix SortBySpec validatorThomas Waldmann
2023-05-07fix FilesCacheMode validatorThomas Waldmann
2023-05-07fix ChunkerParams validator and testsThomas Waldmann
2023-05-06--one-file-system: add macOS apfs notes, fixes #4876Thomas Waldmann
2023-05-06improve --one-file-system help string, fixes #5618Thomas Waldmann
2023-03-23Resolved mode bug and added sleep clause for darwin systems. Fixes #7470Michael Deyaso
2023-03-22Add --ignore-zeros flag to import-tarArtem Sheremet
2023-03-20Merge pull request #7414 from Michael-Girma/backport/1.2-maint-7248TW
2023-03-20bugfix: Fixes path related bug seen when addressing deferred items.Michael Deyaso
2023-03-12xattrs: fix namespace processing on FreeBSD, fixes #6997Thomas Waldmann
2023-03-10Merge pull request #7412 from ThomasWaldmann/hardlink-master-bug-1.2TW
2023-03-09allow msgpack 1.0.5 alsoThomas Waldmann
2023-03-07Show ctime and mtime on borg diff. Fixes #7248Michael Deyaso
2023-03-05set .hardlink_master for hardlinkable items, fixes #7175Thomas Waldmann
2023-03-05Merge pull request #7404 from ThomasWaldmann/mount-docs-1.2TW
2023-03-05Merge pull request #7410 from snsmac/backport/autocompressortestsTW
2023-03-05"auto" compressor tests: do not assume zlib is better than lz4, fixes #7363Thomas Waldmann
2023-03-05add num_entries assertionThomas Waldmann
2023-03-05hashindex: simplify size_idx functionThomas Waldmann
2023-03-05Simplify full HT scan assertionThomas Waldmann
2023-03-05hashindex: always have at least 1 empty bucketThomas Waldmann
2023-03-05implement ht idx wrap around less strangely, add commentThomas Waldmann
2023-03-05if HT is full with entries and tombstones: give up/fail earlyThomas Waldmann
2023-03-05more comments for hashindex_lookupThomas Waldmann
2023-03-05bugfix: do not resize hashindex with wrong num_emptyThomas Waldmann
2023-03-05hashindex: simplify assertThomas Waldmann
2023-03-05_hashindex: easier to understand code, dubious loops removed, assertsThomas Waldmann
2023-03-04Merge pull request #7411 from ThomasWaldmann/debug-id-hash-command-1.2TW
2023-03-04Merge pull request #7409 from snsmac/backport/hashtablestressTW
2023-03-04debug id-hash: implement file content id-hash computation, see #7406Thomas Waldmann