Commit Graph

  • ad44430b2a
    Merge pull request #8069 from ThomasWaldmann/less-setuppy2-1.4 TW 2024-01-31 17:18:10 +0100
  • ef2728a6a6
    scripts: make.py clean implementation Thomas Waldmann 2024-01-30 23:55:18 +0100
  • 8bf7ad575a
    scripts: update docs about make.py Thomas Waldmann 2024-01-30 23:21:04 +0100
  • fd1dad2f79
    scripts: rename gendocs.py to make.py Thomas Waldmann 2024-01-30 23:19:09 +0100
  • 376ad6dc57
    Merge pull request #8060 from ThomasWaldmann/slashdot-hack-1.4 TW 2024-01-30 18:28:45 +0100
  • 5b96d5acc3
    create: add the slashdot hack, fixes #4685 Thomas Waldmann 2024-01-23 18:06:55 +0100
  • e744e04821
    Merge pull request #8067 from ThomasWaldmann/increase-gh-actions-timeout-1.4 TW 2024-01-30 13:00:10 +0100
  • 009a88626f
    gh actions: increase timeout Thomas Waldmann 2024-01-30 00:39:53 +0100
  • e0de99307a
    Merge pull request #8066 from ThomasWaldmann/upgrade-bundled-code-1.4 TW 2024-01-30 00:37:24 +0100
  • 206f90f56a
    Merge pull request #8065 from ThomasWaldmann/less-setuppy-1.4 TW 2024-01-30 00:36:25 +0100
  • b1a8924c0e
    upgrade bundled zstd to 1.5.5 Thomas Waldmann 2024-01-29 22:30:04 +0100
  • c8007e45ce
    upgrade bundled xxhash to 0.8.2 Thomas Waldmann 2024-01-29 22:07:39 +0100
  • a3998d0663
    upgrade bundled lz4 to 1.9.4 Thomas Waldmann 2024-01-29 21:54:49 +0100
  • e80d922730
    requirements are defined in pyproject.toml Thomas Waldmann 2024-01-29 20:41:08 +0100
  • 4a65f9c943
    docs: do not refer to setup.py installation method Thomas Waldmann 2024-01-29 20:39:02 +0100
  • 6e228e371b
    scripts/gendocs.py: make it work Thomas Waldmann 2024-01-29 20:26:33 +0100
  • e2860318fa
    git mv setup_docs.py scripts/gendocs.py Thomas Waldmann 2024-01-29 19:56:38 +0100
  • 1220a96d1d
    setup.py: remove build_usage and build_man as setup.py command Thomas Waldmann 2024-01-29 19:53:22 +0100
  • 19718c3c55
    setup.py: move long_desc_from_readme definition to here Thomas Waldmann 2024-01-29 19:50:14 +0100
  • bb473e2daa
    Merge pull request #8055 from ThomasWaldmann/rel140b1 TW 2024-01-21 14:01:18 +0100
  • bdacc84ceb
    build_usage build_man 1.4.0b1 Thomas Waldmann 2024-01-20 19:16:34 +0100
  • 1445a2b3ff
    update CHANGES Thomas Waldmann 2024-01-20 19:13:40 +0100
  • a423092337
    Merge pull request #8054 from ThomasWaldmann/more-errors-msgids-1.4 TW 2024-01-20 18:32:08 +0100
  • 5d956b9655
    add ConnectionBrokenWithHint for BrokenPipeErrors and similar, see #7016 Thomas Waldmann 2024-01-19 18:38:07 +0100
  • 45f65f7c57
    check_can_create_repository: deal with PermissionErrors, see #7016 Thomas Waldmann 2024-01-19 18:13:53 +0100
  • 266c9f6e8f
    Merge pull request #8053 from ThomasWaldmann/remote-version-1.4 TW 2024-01-19 15:26:28 +0100
  • 8d72927e77
    implement "borg version", fixes #7829 Thomas Waldmann 2024-01-19 12:40:40 +0100
  • c7cef548a9
    Merge pull request #8052 from ThomasWaldmann/update-changes-1.4 TW 2024-01-19 10:58:28 +0100
  • 9ec454727d
    update CHANGES Thomas Waldmann 2024-01-19 00:54:45 +0100
  • 319441e75d
    Merge pull request #8051 from ThomasWaldmann/corrupted-key-errmsg-1.4 TW 2024-01-19 00:45:59 +0100
  • dbbccf9451
    better error msg for corrupted key data, fixes #8016 Thomas Waldmann 2024-01-18 23:17:51 +0100
  • 06f6136a60
    Merge pull request #8049 from ThomasWaldmann/bump-api-version-1.4 TW 2024-01-18 23:13:28 +0100
  • 49d21f95f5
    Merge pull request #8050 from ThomasWaldmann/use-cy308-1.4 TW 2024-01-18 23:13:10 +0100
  • c457dbcd8a
    use cython 3.0.8 Thomas Waldmann 2024-01-18 20:17:11 +0100
  • 1cffe6906d
    Merge pull request #8048 from ThomasWaldmann/y2024-1.4 TW 2024-01-18 20:10:24 +0100
  • 98fa922904
    bump api version to 1.4 Thomas Waldmann 2024-01-18 20:09:49 +0100
  • 2b7f3adec9
    it's 2024 Thomas Waldmann 2024-01-18 20:02:56 +0100
  • a73f74e0b0
    Merge pull request #8047 from ThomasWaldmann/error-msg-bad-nonce-file-1.4 TW 2024-01-18 19:53:02 +0100
  • 742bd0c097
    refactor: use less binascii Thomas Waldmann 2024-01-17 14:24:22 +0100
  • d9132a34d4
    give clean error msg for invalid nonce file, see #7967 Thomas Waldmann 2024-01-16 23:24:25 +0100
  • c59b8fa079
    Merge pull request #8046 from ThomasWaldmann/logging-msg-param-master TW 2024-01-16 03:08:08 +0100
  • ba2e8f2dec
    borg.logger: use same method params as python logging Thomas Waldmann 2024-01-13 23:56:43 +0100
  • 5b77bfef06
    Merge pull request #8045 from ThomasWaldmann/brewfile-1.4 TW 2024-01-15 01:14:34 +0100
  • 700d588e05
    Brewfile: don't install osxfuse cask by default. Thomas Waldmann 2024-01-14 17:49:21 +0100
  • e3ba364933
    docs: add brew bundle instructions (macOS) Stephen 2021-11-16 08:38:42 -0800
  • bfe81ab1d7
    github CI (macOS): use brew bundle install (uses Brewfile) Stephen 2021-11-13 19:21:59 -0800
  • ed188d528f
    Create Brewfile Stephen 2021-11-13 19:19:55 -0800
  • 2787da205c
    Merge pull request #6052 from stephengroat/patch-1 TW 2024-01-14 19:49:28 +0100
  • 08bb028bae
    Brewfile: don't install osxfuse cask by default. Thomas Waldmann 2024-01-14 17:49:21 +0100
  • 576ee3532c
    docs: fix markup errors Thomas Waldmann 2024-01-14 17:27:21 +0100
  • 438f1ddef7
    docs: add brew bundle instructions (macOS) Stephen 2021-11-16 08:38:42 -0800
  • 5c5df6458a
    github CI (macOS): use brew bundle install (uses Brewfile) Stephen 2021-11-13 19:21:59 -0800
  • b8e5df9410
    Create Brewfile Stephen 2021-11-13 19:19:55 -0800
  • 5dc8ddc8bd
    Merge pull request #8043 from ThomasWaldmann/logging-msg-param-1.4 TW 2024-01-14 14:42:42 +0100
  • 884668ee07
    borg.logger: use same method params as python logging Thomas Waldmann 2024-01-13 23:56:43 +0100
  • a2ef268724
    Merge pull request #8038 from ThomasWaldmann/vagrant-updates-master TW 2024-01-10 22:40:46 +0100
  • 64fee10417
    Merge pull request #8039 from ThomasWaldmann/fetch-binaries-master TW 2024-01-10 22:40:29 +0100
  • cb62981ae7
    add script for fetching borg binaries from VMs, fixes #7989 Thomas Waldmann 2024-01-07 21:00:16 +0100
  • a9ea8aa67d
    vagrant: use openssl 3.0 on macOS Thomas Waldmann 2023-12-25 23:22:00 +0100
  • eec78802bf
    vagrant: remove outdated comment Thomas Waldmann 2023-12-25 22:54:40 +0100
  • 86d6fcfe0a
    vagrant: use generic/openbsd7 box Thomas Waldmann 2023-12-25 22:40:38 +0100
  • 5480906c06
    vagrant: netbsd: test on py311 only Thomas Waldmann 2023-12-25 20:02:08 +0100
  • f5a6d61e56
    vagrant: use python 3.9.4 for tests Thomas Waldmann 2024-01-10 22:21:49 +0100
  • 140e079496
    vagrant: remove debian 9 "stretch" box Thomas Waldmann 2024-01-10 22:19:57 +0100
  • c96fe77d2e
    vagrant: use freebsd 14, fixes #6871 Thomas Waldmann 2023-12-24 01:21:42 +0100
  • a6f224f031
    vagrant: use the latest python 3.11.7 for binary builds Thomas Waldmann 2024-01-10 22:10:54 +0100
  • 73a416830a
    docs: add typical PR workflow to development docs, fixes #7495 (#7656) ebabcock93 2024-01-09 18:56:18 -0500
  • b0339e686b
    clarifications / fixes Thomas Waldmann 2024-01-10 00:32:22 +0100
  • 1d393f0c2d
    docs: add typical PR workflow to development docs, fixes #7495 babcocem 2023-05-11 19:25:37 -0400
  • 046a5ecdc7
    Merge pull request #8033 from ThomasWaldmann/fix-commanderror-args-1.4 TW 2024-01-08 12:46:37 +0100
  • 9644cd1181
    Merge pull request #8034 from ThomasWaldmann/fetch-binaries-1.4 TW 2024-01-07 21:12:07 +0100
  • 37e1ec5e4a
    add script for fetching borg binaries from VMs, fixes #7989 Thomas Waldmann 2024-01-07 21:00:16 +0100
  • c2e7b7cc96
    fix CommandError args, fixes 8029 Thomas Waldmann 2024-01-07 19:47:50 +0100
  • 988d8a1c82
    Merge pull request #8031 from kmille/1.2-maint TW 2024-01-07 19:09:53 +0100
  • 2812f992b8
    Merge pull request #8032 from kmille/1.4-maint TW 2024-01-07 19:08:40 +0100
  • 531d32460e
    Merge pull request #8030 from ThomasWaldmann/fix-with-lock-exceptions-1.4 TW 2024-01-07 19:06:47 +0100
  • 0c3c1e6e3c
    improve docs for borg with-lock kmille 2024-01-07 18:20:38 +0100
  • 9c860bafaf
    improve docs for borg with-lock kmille 2024-01-07 18:20:38 +0100
  • aae959cd6d
    borg with-lock: catch exception, print error msg, fixes #8022 kmille 2024-01-07 00:02:43 +0100
  • 499e07d842
    Merge pull request #8028 from ThomasWaldmann/modernize-msgpack-1.4 TW 2024-01-07 05:39:12 +0100
  • 3551f03af4
    catch FileNotFoundError in `borg with-lock`, fixes #8022 (#8025) kmille 2024-01-07 00:02:43 +0100
  • a9983f348c
    Make clear more explicit kmille 2024-01-06 10:05:11 +0100
  • f5102fe409
    Sort catched exceptions alphabetically kmille 2024-01-05 14:05:22 +0100
  • 808ee6f666
    Fix typo and make cmd a list kmille 2024-01-05 14:03:12 +0100
  • 46fc887647
    msgpack: remove max_*_len, msgpack has builtin DoS-protection Thomas Waldmann 2024-01-04 19:47:10 +0100
  • 8cb7bc3d32
    msgpack: simplify, we are always using msgpack >= 1.0.3 now Thomas Waldmann 2024-01-04 19:13:28 +0100
  • 812eb352f6
    Merge pull request #7955 from ThomasWaldmann/improve-session-key-gen-master TW 2024-01-04 18:42:22 +0100
  • 3d9a22c910
    Add test kmille 2024-01-04 10:35:20 +0100
  • 865de9fcee
    improve docs for borg with-lock (#8024) kmille 2024-01-03 23:42:29 +0100
  • 52f3d75284
    Use EXIT_ERROR and adjust error message kmille 2024-01-03 20:39:41 +0100
  • 96710c10ed
    Make borg example command borg2 compatible kmille 2024-01-03 20:31:07 +0100
  • 847bd9ef98
    Change return value in case of error to 2 kmille 2024-01-03 15:37:45 +0100
  • fb6a0c4f40
    Handle more exceptions, rewrite: single 'try' kmille 2024-01-03 15:37:27 +0100
  • 4d30263f46
    catch FileNotFoundError in `borg with-lock` (fixes: 8022) kmille 2024-01-03 15:21:03 +0100
  • 5be1c80d29
    Fix indentation and clarify docs kmille 2024-01-03 12:15:25 +0100
  • b23de4d87a
    improve docs for borg with-lock kmille 2024-01-03 09:38:35 +0100
  • 2803c7358b
    Merge pull request #8021 from ThomasWaldmann/move-conftest.py-master TW 2024-01-02 21:54:41 +0100
  • e1fbd7d42e
    fix mypy complaints Thomas Waldmann 2024-01-02 20:57:42 +0100
  • 5379f1b9bd
    Merge pull request #8020 from ThomasWaldmann/latest-pyinstaller-master TW 2024-01-02 20:50:22 +0100
  • 6720ab3aab
    move conftest.py to src/borg/testsuite, see #6386 Thomas Waldmann 2024-01-02 20:39:14 +0100