Commit Graph

  • 299237e401
    tox: remove min_version Thomas Waldmann 2023-12-24 02:18:42 +0100
  • 6284053562
    update requirements.d/development.lock.txt Thomas Waldmann 2023-12-24 02:14:43 +0100
  • a550fbd845
    msgpack: require >= 1.0.2 <= 1.0.7 Thomas Waldmann 2023-12-24 02:09:58 +0100
  • 548db7dc90
    adjust requirements/development.txt to pyproject.toml Thomas Waldmann 2023-12-24 02:06:25 +0100
  • 6db2bbf635
    Merge pull request #7988 from ThomasWaldmann/vagrant-updates-1.4 TW 2023-12-24 01:24:56 +0100
  • 1081825fe0
    vagrant: use freebsd 14, fixes #6871 Thomas Waldmann 2023-12-24 01:21:42 +0100
  • 5d8bf2f81d
    vagrant: update python versions, use 3.11 for binary build, fixes #7987 Thomas Waldmann 2023-12-24 01:19:13 +0100
  • 35eca86f23
    vagrant: update python versions, use 3.11 for binary build, fixes #7987 Thomas Waldmann 2023-12-24 00:40:35 +0100
  • 58ec02d641
    Merge pull request #7983 from ThomasWaldmann/setuptools_scm-pyproj-1.4 TW 2023-12-24 00:30:15 +0100
  • 057818659a
    Merge pull request #7982 from ThomasWaldmann/fix-openssl-warnings-1.4 TW 2023-12-24 00:26:50 +0100
  • 72e249e243
    Merge pull request #7984 from ThomasWaldmann/upgrade-pyinstaller-1.4 TW 2023-12-24 00:26:22 +0100
  • b0dd5ca280
    use pyinstaller==5.13.2 Thomas Waldmann 2023-12-23 23:16:30 +0100
  • 15e847d4d9
    require recent setuptools and setuptools_scm Thomas Waldmann 2023-12-23 23:00:04 +0100
  • 5049817d43
    move setuptools_scm configuration to pyproject.toml Thomas Waldmann 2023-12-23 22:57:53 +0100
  • 94c37858d0
    Merge pull request #7979 from ThomasWaldmann/use-cython3-1.4 TW 2023-12-23 22:32:28 +0100
  • c813f9ba59
    crypto: get rid of deprecated HMAC_* functions Thomas Waldmann 2022-02-23 03:04:33 +0100
  • ed584554d0
    cython: use 3str language level (default in cython3), fixes #7978 Thomas Waldmann 2023-12-23 21:06:10 +0100
  • ae6be14822
    Merge pull request #7981 from ThomasWaldmann/fix-ci-config-1.4 TW 2023-12-23 21:25:28 +0100
  • 39a48d50cd
    github ci / codeql: use 1.4-maint branch Thomas Waldmann 2023-12-23 21:24:44 +0100
  • fe624870f5
    Merge pull request #7974 from ThomasWaldmann/sync-with-1.2-maint 1.4.0dev0 TW 2023-12-23 19:14:34 +0100
  • 05fa6fcab2
    typo: notes.rst Marc Kohaupt 2023-12-22 08:35:40 +0100
  • 49d7e74f97
    change log: more infos about #6687 fix Thomas Waldmann 2023-12-02 17:10:44 +0100
  • a714f77c4a
    Merge pull request #7972 from debuglevel/patch-2 TW 2023-12-22 09:18:29 +0100
  • cf0a97a31f
    typo: notes.rst Marc Kohaupt 2023-12-22 08:35:40 +0100
  • d177d86527
    Merge ec1937dc4c into 1432f547fe TW 2023-12-17 11:19:05 -0800
  • 1432f547fe
    Merge pull request #7968 from strugee/patch-1 TW 2023-12-17 18:46:35 +0100
  • f3ae0467b5
    Fix typo AJ Jordan 2023-12-17 01:13:43 -0500
  • 3a1839393d
    use get_reset_ec to internally re-init ec/warnings Thomas Waldmann 2023-12-16 00:30:32 +0100
  • 38cb3647be
    refactor (re-)init of exit_code and warnings_list globals Thomas Waldmann 2023-12-15 19:42:51 +0100
  • 330b350cd7
    do not return the rc from Archiver methods Thomas Waldmann 2023-12-06 00:14:46 +0100
  • 5d7eb08b77
    update frontends.rst error/warning list Thomas Waldmann 2023-12-03 00:27:19 +0100
  • d3a11fb4ed
    BackupErrors get caught and give warning RCs Thomas Waldmann 2023-12-03 00:01:57 +0100
  • 7316d104fb
    raise BackupOSError subclasses Thomas Waldmann 2023-11-27 17:02:23 +0100
  • d13d98c54d
    add NotFoundWarning Thomas Waldmann 2023-11-18 22:49:56 +0100
  • af30559da2
    print_warning*: support warning msgids, fixes #7080 Thomas Waldmann 2023-11-18 22:37:38 +0100
  • df168f4fb5
    extend errorlist script to warnings, update docs Thomas Waldmann 2023-11-15 23:01:26 +0100
  • f88fac440c
    more detailled warnings for source file OSErrors Thomas Waldmann 2023-11-15 22:39:42 +0100
  • f77b6a75d9
    BackupError->BackupWarning, BackupOSError->BackupOSWarning Thomas Waldmann 2023-11-15 18:41:02 +0100
  • b179dd12d2
    move Backup*Error to errors module Thomas Waldmann 2023-11-15 18:04:54 +0100
  • bd2136fd27
    new warnings infrastructure to support modern exit codes Thomas Waldmann 2023-11-15 01:44:01 +0100
  • a97e6cb1b7 Change fd_passphrase to read several times Louis Rannou 2023-12-07 11:26:51 +0100
  • 74c34ba7c6
    docs: update security docs about new one-step KDF Thomas Waldmann 2023-11-30 21:32:34 +0100
  • a4602c6f61
    remove unused hkdf_hmac_sha512 and related tests Thomas Waldmann 2023-11-30 19:53:09 +0100
  • 64ce6d5923
    crypto: use a one-step kdf for session keys, fixes #7953 Thomas Waldmann 2023-11-30 19:48:29 +0100
  • b31b630302
    get rid of some rare error classes, use RTError instead Thomas Waldmann 2023-11-13 20:48:41 +0100
  • c6bde98943
    shorten TAMRequiredError error msg Thomas Waldmann 2023-11-13 20:31:46 +0100
  • 32d0fbe421
    fix dealing with remote repo Locking Exceptions Thomas Waldmann 2023-11-12 21:09:08 +0100
  • 9b62016d4f
    refactor set_ec usage Thomas Waldmann 2023-11-12 20:01:14 +0100
  • 6fb61d07de
    use print_warning also in borg delete ::archive --force --force Thomas Waldmann 2023-11-12 18:35:25 +0100
  • 2a6d86d17c
    update "modern" error RCs (docs and code) Thomas Waldmann 2023-11-09 06:00:13 +0100
  • c1478182cf
    scripts/errorlist.py: improve error list docs generation Thomas Waldmann 2023-11-09 06:50:23 +0100
  • adbb1d5244
    BORG_EXIT_CODES=modern can be set to get more specific process exit codes Thomas Waldmann 2023-11-09 05:40:34 +0100
  • 42f04e91a1
    Merge pull request #7962 from ThomasWaldmann/update-changes-master TW 2023-12-02 18:01:54 +0100
  • 0f074fa2b6
    add 1.2.7 changes Thomas Waldmann 2023-12-02 18:01:00 +0100
  • 114cc1361b
    Merge pull request #7961 from ThomasWaldmann/update-changes-1.2 TW 2023-12-02 17:52:18 +0100
  • ffbd59c193
    change log: more infos about #6687 fix Thomas Waldmann 2023-12-02 17:10:44 +0100
  • c675a00aa5
    Merge pull request #7958 from ThomasWaldmann/rel127 TW 2023-12-02 14:00:35 +0100
  • 4c131059bc
    build_man 1.2.7 Thomas Waldmann 2023-12-02 01:02:03 +0100
  • 46c1e01d29
    build_usage Thomas Waldmann 2023-12-02 01:01:46 +0100
  • 8b70bb36c6
    update CHANGES Thomas Waldmann 2023-12-02 00:56:19 +0100
  • 6a511fd68a
    Merge pull request #7944 from Gelma/typos TW 2023-12-02 00:45:21 +0100
  • e50d26757c
    Merge pull request #7956 from ThomasWaldmann/py313-unistdh-1.2 TW 2023-12-02 00:44:59 +0100
  • d3e412c7c6
    Merge pull request #7957 from ThomasWaldmann/docs-rebuild-refcounts-1.2 TW 2023-12-02 00:23:25 +0100
  • 897f88dfaa
    docs: Add "check.rebuild_refcounts" message Sophie Herold 2023-11-09 21:32:01 +0100
  • 13c6d1b710
    include unistd.h in _chunker.c Felix Schwarz 2023-11-05 11:48:16 +0100
  • fe17ce2bba
    fix typos Thomas Waldmann 2023-12-01 21:58:26 +0100
  • b2929b4cee
    Merge pull request #7952 from ThomasWaldmann/update-changes-1.2 TW 2023-11-29 16:48:38 +0100
  • 443245a547
    Merge pull request #7947 from ad8e/master TW 2023-11-27 18:13:05 +0100
  • bcc8f74b56
    Remove period that could be interpreted as part of the command (#7946) Kevin Yin 2023-11-27 09:12:26 -0800
  • 223d189ff7
    Merge pull request #7951 from ThomasWaldmann/allow-platformdirs4-master TW 2023-11-27 18:09:12 +0100
  • 4bdd404949
    update CHANGES Thomas Waldmann 2023-11-27 18:08:00 +0100
  • b0f7b05f43
    CI: also trigger if a .toml file changes Thomas Waldmann 2023-11-27 17:23:36 +0100
  • 0e7b87c1ba
    allow platformdirs 4, fixes #7950 Thomas Waldmann 2023-11-27 17:12:50 +0100
  • 4f92f9462e
    Port changes to master Kevin Yin 2023-11-23 07:48:26 -0800
  • e96ddd63df
    Add colons after "Run" Kevin Yin 2023-11-23 07:44:59 -0800
  • 685ca56c88
    Remove period that could be interpreted as part of the command Kevin Yin 2023-11-22 15:55:40 -0800
  • 6a5feaffac
    Merge pull request #7941 from ThomasWaldmann/lockroster-remove-fix-master TW 2023-11-18 20:32:17 +0100
  • 2d86b7e1ac
    add type annotation for mypy Thomas Waldmann 2023-11-18 18:31:43 +0100
  • dd7111410f
    Merge pull request #7942 from ThomasWaldmann/lockroster-remove-fix-1.1 1.1-maint TW 2023-11-18 18:22:52 +0100
  • d4833bfc4c
    LockRoster.modify: no KeyError if element was already gone, fixes #7937 Thomas Waldmann 2023-11-16 14:40:06 +0100
  • 046f9fe392
    LockRoster.modify: no KeyError if element was already gone, fixes #7937 Thomas Waldmann 2023-11-16 14:40:06 +0100
  • 70eed5e9fc
    Merge pull request #7939 from ThomasWaldmann/lockroster-remove-fix-1.2 TW 2023-11-18 17:35:22 +0100
  • ec17b00411
    LockRoster.modify: no KeyError if element was already gone, fixes #7937 Thomas Waldmann 2023-11-16 14:40:06 +0100
  • 2cefe8f53d
    Add backup by SERIAL method (#7934) zDEFz 2023-11-13 22:03:09 +0100
  • 7c20bb52d1
    Merge pull request #7936 from zDEFz/patch-2 TW 2023-11-13 20:38:42 +0100
  • c4decb4fff
    make SERIAL backup method compatible to borg2 zDEFz 2023-11-13 20:23:52 +0100
  • 38ef037183 Revert "Added backup by serial method documentation (#7932)" zDEFz 2023-11-13 20:09:40 +0100
  • dd8763753a
    Add backup by SERIAL method zDEFz 2023-11-13 20:06:33 +0100
  • 6bbd327dc2
    Added backup by serial method documentation (#7932) zDEFz 2023-11-13 13:45:19 +0100
  • 95f0da04ed
    add --read-special into the comment section as well zDEFz 2023-11-12 09:49:46 +0100
  • e032bfa039
    added back commented lines zDEFz 2023-11-12 05:17:58 +0100
  • 2954bcd00b
    use mapfile, consistency changes zDEFz 2023-11-12 05:16:01 +0100
  • 2950d32ae1
    Added backup by serial method documentation zDEFz 2023-11-11 04:16:52 +0100
  • 8ebeb3ccc7
    Merge pull request #7929 from sophie-h/wip/sohpie-h/docs-rebuild-refcounts TW 2023-11-10 00:01:14 +0100
  • cdc6154200 docs: Add "check.rebuild_refcounts" message Sophie Herold 2023-11-09 21:32:01 +0100
  • 2341ba62d3
    Merge pull request #7926 from ThomasWaldmann/update-requirements-1.2 TW 2023-11-09 02:19:51 +0100
  • d4a54f26aa
    Merge pull request #7925 from ThomasWaldmann/update-requirements-master TW 2023-11-09 01:22:45 +0100
  • f08386f699
    update requirements.d/development.lock.txt Thomas Waldmann 2023-11-09 00:46:12 +0100
  • 3de808b4e5
    Merge pull request #7924 from ThomasWaldmann/fix-subcommand-env-master TW 2023-11-09 00:43:57 +0100
  • e1af3ca7d8
    update requirements.d/development.lock.txt Thomas Waldmann 2023-11-09 00:17:33 +0100