borgbackup/src/borg
2023-01-23 15:27:27 +01:00
..
archiver --newer/older/newest/oldest: rephrase help a bit 2023-01-23 15:27:27 +01:00
cache_sync make setuptools happy, fixes #6874 (try 2, same as in 1.2-maint) 2022-08-04 17:18:23 +02:00
crypto file_integrity.py: make sure file_fd is always closed on exit 2022-11-15 18:46:08 +00:00
helpers Support for date-based matching during archive listing (#7272) 2023-01-23 15:00:05 +01:00
platform make the user2uid/group2gid win32 hack behave more like the real code (e.g. posix) 2023-01-19 20:07:38 +01:00
testsuite Support for date-based matching during archive listing (#7272) 2023-01-23 15:00:05 +01:00
__init__.py mypy: fixes / annotations 2022-07-15 14:54:48 +02:00
__main__.py use absolute import to make pyinstaller binaries work again 2022-10-02 01:33:57 +02:00
_chunker.c _chunker.c: fix warnings on macOS 2022-08-04 10:46:36 +02:00
_endian.h Basic MSC Compatibility (#4147) 2018-11-03 18:52:54 +01:00
_hashindex.c Hashindex header work, fixes #6960 (#7064) 2022-10-02 14:35:21 +02:00
_item.c item: item.to_optr(), Item.from_optr() 2017-07-29 17:26:39 +02:00
archive.py ArchiveChecker.check: reorder args, make most kwargs-only 2023-01-23 15:18:11 +01:00
cache.py Merge pull request #7277 from jdchristensen/chunks-cache-output 2023-01-19 02:45:50 +01:00
checksums.pyi add mypy checking 2022-07-15 12:49:38 +02:00
checksums.pyx stop using libdeflate 2022-07-04 20:33:59 +02:00
chunker.pyi add mypy checking 2022-07-15 12:49:38 +02:00
chunker.pyx Docs grammar fixes 2022-12-29 22:26:54 +00:00
compress.pyi rcompress: do a repo-wide (re)compression 2022-09-27 16:50:19 +02:00
compress.pyx avoid memoryview related TypeError in compressors 2022-09-27 23:41:21 +02:00
constants.py ArchiveItem.cmdline list-of-str -> .command_line str, fixes #7246 2023-01-20 00:19:00 +01:00
fuse.py Item: symlinks: rename .source to .target, fixes #7245 2023-01-16 20:28:25 +01:00
fuse_impl.py blacken all the code 2022-07-06 16:34:38 +02:00
hashindex.pyi add mypy checking 2022-07-15 12:49:38 +02:00
hashindex.pyx Hashindex header work, fixes #6960 (#7064) 2022-10-02 14:35:21 +02:00
item.pyi massively increase per archive metadata stream size limit, fixes #1473 2022-08-06 19:01:41 +02:00
item.pyx ArchiveItem.cmdline list-of-str -> .command_line str, fixes #7246 2023-01-20 00:19:00 +01:00
locking.py locking: get out of kill_stale_lock more quickly if directory does not exist. 2023-01-18 13:44:51 +01:00
logger.py mypy: fixes / annotations 2022-07-15 14:54:48 +02:00
manifest.py Archives.list: reorder args 2023-01-23 15:11:53 +01:00
paperkey.html Fix typos 2021-01-07 17:54:33 +01:00
patterns.py implement pattern support for --match-archives, fixes #6504 2022-09-16 15:10:13 +02:00
platformflags.py ignore testsuite test for slow msgpack on cygwin 2022-11-22 18:16:12 +01:00
remote.py Docs grammar fixes 2022-12-29 22:26:54 +00:00
repoobj.py Docs grammar fixes 2022-12-29 22:26:54 +00:00
repository.py spelling: nonexistent 2023-01-12 09:36:03 -05:00
selftest.py blacken all the code 2022-07-06 16:34:38 +02:00
upgrade.py ArchiveItem.cmdline list-of-str -> .command_line str, fixes #7246 2023-01-20 00:19:00 +01:00
version.py blacken all the code 2022-07-06 16:34:38 +02:00
xattr.py Merge pull request #6990 from ThomasWaldmann/more-fine-grained-extended-stat-1.2 2022-09-07 09:34:52 +02:00