borgbackup/src/borg
TW 147b7ef348
Apply suggested fix to src/borg/version.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
2026-05-22 11:52:59 +02:00
..
archiver Merge pull request #9650 from mr-raj12/legacy-package-phase4 2026-05-21 19:43:09 +02:00
chunkers buzhash chunkers: add len==0 check to avoid buffer over-read 2026-05-12 17:30:07 +02:00
cockpit cockpit: fix subprocess invocation in frozen binaries 2026-02-14 21:22:30 +01:00
crypto legacy: move legacy AES-CTR key classes into borg.legacy.crypto, refs #9556 2026-05-11 17:40:11 +05:30
helpers Fix for Missing call to superclass __init__ during object initialization 2026-05-13 23:40:57 +02:00
legacy legacy: address review: fix docstrings, restore create() comment, add get_by_id test, refs #9556 2026-05-14 20:47:16 +05:30
platform macOS: fix TypeError when _get_birthtime_ns gets called with an FD 2026-05-12 18:15:00 +02:00
testsuite Merge pull request #9650 from mr-raj12/legacy-package-phase4 2026-05-21 19:43:09 +02:00
__init__.py fix: properly handle invalid and dev versions in version parser, fixes #9014 2026-05-17 21:20:02 +02:00
__main__.py fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
_item.c item: item.to_optr(), Item.from_optr() 2017-07-29 17:26:39 +02:00
archive.py Fix slashdot hack excluding source directory metadata, fixes #9534 2026-05-09 01:43:18 +02:00
cache.py use xxhash from PyPI, fixes #6535 2026-03-08 13:06:01 +01:00
compress.pyi move compress.CompressionSpec to helpers.parseformat.CompressionSpec 2026-03-10 18:36:20 +01:00
compress.pyx move compress.CompressionSpec to helpers.parseformat.CompressionSpec 2026-03-10 18:36:20 +01:00
conftest.py Fixes cleanup of append-only test tempfiles on macOS/BSD 2026-04-04 21:13:23 +02:00
constants.py archive: use 3 timestamps, fixes #9400 2026-03-04 13:55:58 +01:00
fslocking.py fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
fuse.py mount: improve error msg when uid/gid cannot be resolved, fixes #9574 2026-05-04 23:38:55 +02:00
fuse_impl.py make mypy happy 2025-12-23 16:13:46 +01:00
hashindex.pyi remove API_VERSION check 2026-02-14 20:45:09 +01:00
hashindex.pyx remove API_VERSION check 2026-02-14 20:45:09 +01:00
hlfuse.py mount: improve error msg when uid/gid cannot be resolved, fixes #9574 2026-05-04 23:38:55 +02:00
item.pyi archive: use 3 timestamps, fixes #9400 2026-03-04 13:55:58 +01:00
item.pyx archive: use 3 timestamps, fixes #9400 2026-03-04 13:55:58 +01:00
logger.py manual corrections/reverts 2025-09-23 14:56:35 +02:00
manifest.py legacy: address review: fix docstrings, restore create() comment, add get_by_id test, refs #9556 2026-05-14 20:47:16 +05:30
paperkey.html paperkey.html: fix typos, grammar, html structure 2025-09-23 14:53:54 +02:00
patterns.py patterns: clean up TODOs, move is_include_cmd to IECommand property, add RootPath validation, fixes #9442 2026-03-28 04:36:01 +05:30
platformflags.py archiver: warn about MSYS2 path translation, fixes #9339 2026-03-15 20:54:59 +05:30
remote.py legacy: lazy-import legacy classes inside v1 branches only, refs #9556 2026-05-16 10:07:56 +05:30
repoobj.py legacy: extract RepoObj1, update all imports, drop re-export stubs 2026-04-05 22:13:29 +05:30
repository.py use xxhash from PyPI, fixes #6535 2026-03-08 13:06:01 +01:00
selftest.py fixed typos and grammar (AI) 2025-09-23 14:56:23 +02:00
storelocking.py use xxhash from PyPI, fixes #6535 2026-03-08 13:06:01 +01:00
upgrade.py addressing review 2026-03-18 16:02:34 +03:00
version.py Apply suggested fix to src/borg/version.py from Copilot Autofix 2026-05-22 11:52:59 +02:00
xattr.py xattr: document fakeroot xattr as Linux-only, add missing fakeroot skip on FreeBSD, fixes #9394 2026-02-22 00:13:30 +05:30