| .. |
|
archiver
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
crypto
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
helpers
|
ChunkerParams: reject even window size for buzhash, fixes #8868
|
2025-05-23 06:49:52 +02:00 |
|
platform
|
freebsd: fix nfs4 acl processing, fixes #8756
|
2025-04-17 15:41:31 +02:00 |
|
testsuite
|
ChunkerParams: reject even window size for buzhash, fixes #8868
|
2025-05-23 06:49:52 +02: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 |
|
_item.c
|
item: item.to_optr(), Item.from_optr()
|
2017-07-29 17:26:39 +02:00 |
|
archive.py
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
cache.py
|
compact: also clean up files cache, fixes #8852
|
2025-05-19 22:39:05 +02: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
|
Refactor FileReader.read to always return Chunk objects
|
2025-05-27 23:57:57 +02:00 |
|
chunker.pyx
|
remove unneeded assertion, use 1MiB read size
|
2025-05-27 23:58:00 +02:00 |
|
compress.pyi
|
*.pyi: fix types, add missing attrs
|
2023-01-30 15:54:48 +01:00 |
|
compress.pyx
|
minor cython code fixes
|
2025-05-21 23:05:26 +02:00 |
|
conftest.py
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
constants.py
|
implement special tags, see #953
|
2024-10-10 00:09:39 +02:00 |
|
fslocking.py
|
refactor: rename repository/locking classes/modules
|
2024-09-07 22:01:11 +02:00 |
|
fuse.py
|
fuse_main: return signal number
|
2025-05-18 15:25:20 +02:00 |
|
fuse_impl.py
|
simplify flake8 configuration
|
2023-07-25 23:56:31 +02:00 |
|
hashindex.pyi
|
repo-compress: reduce memory consumption
|
2024-11-15 10:42:07 +01:00 |
|
hashindex.pyx
|
adapt to and require borghash 0.1.0
|
2024-11-18 01:48:01 +01:00 |
|
item.pyi
|
fixes for tags infrastructure PR
|
2024-09-26 22:41:21 +02:00 |
|
item.pyx
|
fix #8828: correct the signature of __set_name__ as cython 3.1 added support
|
2025-05-10 08:04:12 +02:00 |
|
legacyremote.py
|
legacyremote: fix api versioning todo
|
2025-05-19 21:18:52 +02:00 |
|
legacyrepository.py
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
logger.py
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
manifest.py
|
repository: add write-only permissions mode, fixes #1165
|
2025-05-17 21:36:51 +02:00 |
|
paperkey.html
|
Fix typos
|
2021-01-07 17:54:33 +01:00 |
|
patterns.py
|
fix invalid pattern argument error msg
|
2023-11-05 17:54:07 +01:00 |
|
platformflags.py
|
ignore testsuite test for slow msgpack on cygwin
|
2022-11-22 18:16:12 +01:00 |
|
remote.py
|
Merge pull request #8800 from ThomasWaldmann/remove-cygwin-workaround
|
2025-04-29 20:20:52 +02:00 |
|
repoobj.py
|
blacken the code
|
2024-09-07 22:00:39 +02:00 |
|
repository.py
|
pyupgrade --py310-plus ./**/*.py
|
2025-05-20 22:05:13 +02:00 |
|
selftest.py
|
remove hashindex tests from selftests
|
2024-10-25 19:14:57 +02:00 |
|
storelocking.py
|
storelocking: fixes / cleanups
|
2024-09-20 11:49:40 +02:00 |
|
upgrade.py
|
transfer: implement --chunker-params, fixes #8706
|
2025-05-17 22:09:37 +02:00 |
|
version.py
|
blacken all the code
|
2022-07-06 16:34:38 +02:00 |
|
xattr.py
|
docs: OS X -> macOS
|
2023-07-04 23:59:44 +02:00 |