summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-04-03Merge pull request #8178 from ThomasWaldmann/acl-error-handling-masterTW
2024-04-02Linux: refactor acl_getThomas Waldmann
2024-04-02FreeBSD: check first if kind of ACL can be set on a fileThomas Waldmann
2024-04-02FreeBSD: simplify numeric_ids checkThomas Waldmann
2024-04-02FreeBSD: added tests, only get default ACL from dirsThomas Waldmann
2024-04-02FreeBSD: acl_get: raise OSError if lpathconf failsThomas Waldmann
2024-04-02FreeBSD: acl_get: add an acl_extended_* callThomas Waldmann
2024-04-02Linux: acl_set bug fix: always fsencode pathThomas Waldmann
2024-04-02Linux: acl_get: use "nofollow" variant of acl_extended_file callThomas Waldmann
2024-04-02Linux: acl_get: raise OSError for errors in acl_extended_* callThomas Waldmann
2024-04-02create/extract: ignore OSError if ACLs are not supported (ENOTSUP)Thomas Waldmann
2024-04-02platform tests: misc. minor cleanupsThomas Waldmann
2024-04-02improve are_acls_working functionThomas Waldmann
2024-04-02raise OSError if acl_to_text / acl_from_text returns NULLThomas Waldmann
2024-04-02improve acl_get / acl_set error handling, see #4049Thomas Waldmann
2024-04-01fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries, fixes #8155Thomas Waldmann
2024-03-02allow msgpack 1.0.8, fixes #8133Thomas Waldmann
2024-02-25create: deal with EBUSY, fixes #8123Thomas Waldmann
2024-02-22benchmark: inherit options --rsh --remote-path, fixes #8099Thomas Waldmann
2024-02-21benchmark: fix return value, fixes #8113Thomas Waldmann
2024-02-20create: add the slashdot hack, fixes #4685Thomas Waldmann
2024-02-20add ConnectionBrokenWithHint for BrokenPipeErrors and similar, see #7016Thomas Waldmann
2024-02-20check_can_create_repository: deal with PermissionErrors, see #7016Thomas Waldmann
2024-02-19better error msg for corrupted key data, fixes #8016Thomas Waldmann
2024-02-19refactor: use less binasciiThomas Waldmann
2024-02-18give clean error msg for invalid nonce file, see #7967Thomas Waldmann
2024-02-18fix CommandError args, fixes 8029Thomas Waldmann
2024-02-18borg with-lock: catch exception, print error msg, fixes #8022kmille
2024-02-18fix: Error/CommandError have a output format for 1 argumentThomas Waldmann
2024-02-17fix mypy errorThomas Waldmann
2024-02-17use get_reset_ec to internally re-init ec/warningsThomas Waldmann
2024-02-17refactor (re-)init of exit_code and warnings_list globalsThomas Waldmann
2024-02-17do not return the rc from Archiver methodsThomas Waldmann
2024-02-15BackupErrors get caught and give warning RCsThomas Waldmann
2024-02-15raise BackupOSError subclassesThomas Waldmann
2024-02-15add NotFoundWarningThomas Waldmann
2024-02-14print_warning*: support warning msgids, fixes #7080Thomas Waldmann
2024-02-14extend errorlist script to warnings, update docsThomas Waldmann
2024-02-14more detailled warnings for source file OSErrorsThomas Waldmann
2024-02-14BackupError->BackupWarning, BackupOSError->BackupOSWarningThomas Waldmann
2024-02-14move Backup*Error to errors moduleThomas Waldmann
2024-02-14new warnings infrastructure to support modern exit codesThomas Waldmann
2024-02-13get rid of some rare error classes, use RTError insteadThomas Waldmann
2024-02-13fix dealing with remote repo Locking ExceptionsThomas Waldmann
2024-02-13refactor set_ec usageThomas Waldmann
2024-02-13use print_warning also in borg delete ::archive --force --forceThomas Waldmann
2024-02-13update "modern" error RCs (docs and code)Thomas Waldmann
2024-02-13BORG_EXIT_CODES=modern can be set to get more specific process exit codesThomas Waldmann
2024-02-09requirements are defined in pyproject.tomlThomas Waldmann
2024-02-09Merge pull request #8086 from ThomasWaldmann/index-check-value-errors-masterTW