Commit Graph

  • 608c8a7e5f
    update CHANGES Thomas Waldmann 2024-03-29 14:21:24 +0100
  • 59e3a02a40
    Merge pull request #8162 from ThomasWaldmann/debounce-sigint-1.2 TW 2024-03-29 14:08:44 +0100
  • caba23faec
    fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries, fixes #8155 Thomas Waldmann 2024-03-28 22:07:39 +0100
  • af8e512d59
    Merge pull request #8160 from ThomasWaldmann/repo-upgrade-helper-1.4 TW 2024-03-28 22:13:22 +0100
  • f001aaa3e1
    Merge pull request #8159 from ThomasWaldmann/repo-upgrade-helper-1.2 TW 2024-03-28 22:13:07 +0100
  • 07747c0457
    Merge pull request #8161 from ThomasWaldmann/vagrant-updates-1.2 TW 2024-03-28 15:25:29 +0100
  • c605788583
    vagrant: use python 3.9.19 Thomas Waldmann 2024-03-28 15:18:59 +0100
  • 736ffbdada
    docs: simplify TAM-related upgrade docs using the new commands Thomas Waldmann 2024-03-24 17:46:22 +0100
  • 262d6109a9
    upgrade --check-tam: check manifest TAM auth issues Thomas Waldmann 2024-03-24 19:08:14 +0100
  • 69a4ea7682
    upgrade: auto-use ignore_invalid_archive_tam Thomas Waldmann 2024-03-24 18:17:21 +0100
  • ed80bf2c37
    do a late lookup on helpers.workarounds Thomas Waldmann 2024-03-24 17:47:51 +0100
  • 8643576755
    upgrade --check-archives-tam: rc=1 for archive TAM issues Thomas Waldmann 2024-03-24 15:14:14 +0100
  • 965c87bb0a
    upgrade --check-archives-tam: check archives tam status Thomas Waldmann 2024-03-24 14:53:28 +0100
  • 04c8bc6342
    docs: simplify TAM-related upgrade docs using the new commands Thomas Waldmann 2024-03-24 17:46:22 +0100
  • 3f1a02fa74
    upgrade --check-tam: check manifest TAM auth issues Thomas Waldmann 2024-03-24 19:08:14 +0100
  • 6cf4799bb2
    upgrade: auto-use ignore_invalid_archive_tam Thomas Waldmann 2024-03-24 18:17:21 +0100
  • 367b38e3d4
    do a late lookup on helpers.workarounds Thomas Waldmann 2024-03-24 17:47:51 +0100
  • 6154a83355
    upgrade --check-archives-tam: rc=1 for archive TAM issues Thomas Waldmann 2024-03-24 15:14:14 +0100
  • a09085c4e2
    upgrade --check-archives-tam: check archives tam status Thomas Waldmann 2024-03-24 14:53:28 +0100
  • b1053eefa5
    Merge pull request #8154 from ThomasWaldmann/update-changes-1.4 TW 2024-03-21 18:57:38 +0100
  • 0648a6dfcc
    update CHANGES Thomas Waldmann 2024-03-17 19:56:40 +0100
  • 7ba843b8c0
    Linux: refactor acl_get Thomas Waldmann 2024-03-10 13:35:53 +0100
  • 54c7da3c64
    Linux: acl tests: move ACCESS_ACL and DEFAULT_ACL constants Thomas Waldmann 2024-03-09 18:44:00 +0100
  • b45f572a95
    FreeBSD: check first if kind of ACL can be set on a file Thomas Waldmann 2024-03-10 13:20:37 +0100
  • 47e291eec1
    FreeBSD: simplify numeric_ids check Thomas Waldmann 2024-03-10 13:11:10 +0100
  • b0607909e1
    FreeBSD: added tests, only get default ACL from dirs Thomas Waldmann 2024-03-09 18:28:41 +0100
  • f8e8608488
    FreeBSD: acl_get: raise OSError if lpathconf fails Thomas Waldmann 2024-03-02 21:17:45 +0100
  • 9d638e8d62
    FreeBSD: acl_get: add an acl_extended_* call Thomas Waldmann 2024-03-02 20:58:19 +0100
  • 6ad1ad67d5
    Linux: acl_set bug fix: always fsencode path Thomas Waldmann 2024-03-02 20:08:11 +0100
  • 17e3cee604
    Linux: acl_get: use "nofollow" variant of acl_extended_file call Thomas Waldmann 2024-03-02 20:04:22 +0100
  • 519e3ebce8
    Linux: acl_get: raise OSError for errors in acl_extended_* call Thomas Waldmann 2024-03-02 19:59:04 +0100
  • 33f1ba699e
    create/extract: ignore OSError if ACLs are not supported (ENOTSUP) Thomas Waldmann 2024-02-25 03:06:32 +0100
  • 2e46cde178 changed log message reserved length Vladimir Malinovskii 2024-03-17 10:11:15 +0300
  • d870c58e61
    platform tests: misc. minor cleanups Thomas Waldmann 2024-03-09 17:53:12 +0100
  • 926b5a6b08
    improve are_acls_working function Thomas Waldmann 2024-02-25 02:19:38 +0100
  • 2c53a63a1c
    raise OSError if acl_to_text / acl_from_text returns NULL Thomas Waldmann 2024-02-26 20:07:10 +0100
  • d4a83edfdd
    improve acl_get / acl_set error handling, see #4049 Thomas Waldmann 2024-02-24 23:15:42 +0100
  • 3ec6c60b54
    Merge pull request #8151 from ThomasWaldmann/gh-actions-update2-1.2 TW 2024-03-16 09:28:46 +0100
  • fd7807a5f5
    brew: also install xxhash Thomas Waldmann 2024-03-15 19:11:00 +0100
  • b397df2951
    Merge pull request #8150 from ThomasWaldmann/gh-actions-update-1.2 TW 2024-03-15 23:46:33 +0100
  • 6de9ca87cf
    Merge pull request #8149 from ThomasWaldmann/gh-actions-update-master TW 2024-03-15 19:06:09 +0100
  • 03998bcc37
    github CI: misc updates Thomas Waldmann 2024-03-15 15:12:48 +0100
  • 670cb6eb3f
    github CI: misc updates Thomas Waldmann 2024-03-15 15:12:48 +0100
  • 702560d9f2
    Merge pull request #8148 from ThomasWaldmann/gh-actions-update-1.4 TW 2024-03-15 18:10:02 +0100
  • 28bd4d1bc6
    github CI: misc updates Thomas Waldmann 2024-03-15 15:12:48 +0100
  • d84118a9db
    Merge pull request #8141 from ThomasWaldmann/vagrant-updates TW 2024-03-10 18:39:03 +0100
  • ac1b28241d
    vagrant: use python 3.11.8 Thomas Waldmann 2024-03-10 16:44:47 +0100
  • 86aeb1c253
    vagrant: use pyinstaller 6.5.0 Thomas Waldmann 2024-03-10 16:43:21 +0100
  • 41520c2937
    vagrant: add xxhash for macOS Thomas Waldmann 2024-03-10 18:37:23 +0100
  • 0912e1b3e1
    vagrant: add libxxhash-dev for debianoid systems Thomas Waldmann 2024-03-10 16:26:06 +0100
  • 4a88ced7a5
    Merge pull request #8137 from ThomasWaldmann/update-changes-1.2 TW 2024-03-02 21:28:17 +0100
  • 8d0b01bf9e
    update CHANGES Thomas Waldmann 2024-03-02 19:06:59 +0100
  • a1649f3af3
    Merge pull request #8134 from ThomasWaldmann/msgpack-cython-updates-1.2 TW 2024-03-02 16:35:36 +0100
  • 3647426940
    Merge pull request #8135 from ThomasWaldmann/msgpack-cython-updates-1.4 TW 2024-03-02 16:35:21 +0100
  • b82bf4a232
    Merge pull request #8136 from ThomasWaldmann/msgpack-cython-updates-master TW 2024-03-02 15:15:41 +0100
  • 03e964271e
    require Cython 3.0.3 at least, fixes #8133 Thomas Waldmann 2024-03-02 14:21:48 +0100
  • a507a2cb3b
    allow msgpack 1.0.8, fixes #8133 Thomas Waldmann 2024-03-02 14:19:11 +0100
  • 30ad61ae5a
    require Cython 3.0.3 at least, fixes #8133 Thomas Waldmann 2024-03-02 14:21:48 +0100
  • 0151c9a38f
    allow msgpack 1.0.8, fixes #8133 Thomas Waldmann 2024-03-02 14:19:11 +0100
  • a6b66fcbcc
    use the latest Cython 0.29.x Thomas Waldmann 2024-03-02 14:12:41 +0100
  • faa0705dda
    allow msgpack 1.0.8, fixes #8133 Thomas Waldmann 2024-03-02 13:34:35 +0100
  • 5017d92505
    Merge pull request #8127 from ThomasWaldmann/ebusy-1.4 TW 2024-02-25 13:26:00 +0100
  • c9c5b4db85
    Merge pull request #8128 from ThomasWaldmann/ebusy-master TW 2024-02-25 13:25:45 +0100
  • a7329314ab
    Merge pull request #8130 from ThomasWaldmann/fix-docs-1.4 TW 2024-02-25 12:20:01 +0100
  • 7e166598d5
    docs: remove tabs Thomas Waldmann 2024-02-25 12:14:52 +0100
  • eb79b1f13f
    create: deal with EBUSY, fixes #8123 Thomas Waldmann 2024-02-25 11:21:44 +0100
  • db75521b79
    Merge pull request #8129 from ThomasWaldmann/docs-fix-markup TW 2024-02-25 12:16:28 +0100
  • 6121d3d2e6
    docs: remove tabs Thomas Waldmann 2024-02-25 12:14:52 +0100
  • a88c3d9e25
    create: deal with EBUSY, fixes #8123 Thomas Waldmann 2024-02-25 11:21:44 +0100
  • 21deeaf208
    Merge pull request #8126 from bket/use_libressl TW 2024-02-25 11:10:09 +0100
  • 2d13e8efa0 No need to use OpenSSL 3.0 on OpenBSD Björn Ketelaars 2024-02-25 06:46:46 +0100
  • e40690f6d7
    Merge pull request #8124 from stephan13360/master TW 2024-02-25 00:27:22 +0100
  • 92da66dcfc
    Merge pull request #8122 from ThomasWaldmann/update-changes-1.4 TW 2024-02-24 21:19:50 +0100
  • 274cd8f121 add restore considerations paragraph Stephan Herbers 2024-02-22 11:56:28 +0100
  • 96ae9f73eb Apply suggestions from code review Stephan Herbers 2024-02-21 13:00:27 +0100
  • a06c42cf1f add non-root deployment strategy Stephan Herbers 2024-02-21 12:25:48 +0100
  • 01965c4993
    update CHANGES Thomas Waldmann 2024-02-24 20:43:59 +0100
  • 17e64224e0
    Merge pull request #8114 from stephan13360/1.4-maint TW 2024-02-24 19:39:08 +0100
  • 4522c040f3
    Merge pull request #8117 from ThomasWaldmann/remove-bundled-3rd-party-1.4 TW 2024-02-24 19:38:29 +0100
  • 7074c0220b
    Merge pull request #8119 from ThomasWaldmann/benchmark-crud-options-master TW 2024-02-22 23:29:33 +0100
  • 9fca0b2f42
    Merge pull request #8118 from ThomasWaldmann/benchmark-crud-options-1.4 TW 2024-02-22 22:01:12 +0100
  • da285b15d2
    benchmark: inherit options --rsh --remote-path, fixes #8099 Thomas Waldmann 2024-02-22 12:07:37 +0100
  • 5a8a505046
    benchmark: inherit options --rsh --remote-path, fixes #8099 Thomas Waldmann 2024-02-22 12:07:37 +0100
  • fe8d11ce12
    Merge pull request #8116 from ThomasWaldmann/benchmark-crud-options-1.2 TW 2024-02-22 21:30:27 +0100
  • 30dc27b11a
    remove bundled lz4/zstd/xxhash code Thomas Waldmann 2024-02-22 13:48:51 +0100
  • ccb1e92362
    setup.py: remove support for bundled 3rd party src, fixes #8094 Thomas Waldmann 2024-02-22 13:38:31 +0100
  • c34d68d12f
    benchmark: inherit options --rsh --remote-path, fixes #8099 Thomas Waldmann 2024-02-22 12:07:37 +0100
  • 3172bda300 add restore considerations paragraph Stephan Herbers 2024-02-22 11:56:28 +0100
  • 6be1035d8b
    Merge pull request #8115 from ThomasWaldmann/new-rc-fixes-master TW 2024-02-21 23:39:43 +0100
  • a13b5d1b79
    benchmark: fix return value, fixes #8113 Thomas Waldmann 2024-02-21 13:20:55 +0100
  • 9abacabf51
    Apply suggestions from code review Stephan Herbers 2024-02-21 13:00:27 +0100
  • 599514a247 add non-root deployment strategy Stephan Herbers 2024-02-21 12:25:48 +0100
  • 334bfcda04
    Merge pull request #8111 from ThomasWaldmann/rel200b8 TW 2024-02-21 01:58:01 +0100
  • b04dcf4cbd
    libacl: work with older versions, too 2.0.0b8 Thomas Waldmann 2024-02-20 21:40:43 +0100
  • b69c937cb7
    build_man Thomas Waldmann 2024-02-20 17:12:43 +0100
  • 3160f5063a
    build_usage Thomas Waldmann 2024-02-20 17:11:43 +0100
  • 0612001aa3
    update release date in changes.rst Thomas Waldmann 2024-02-20 17:06:53 +0100
  • 86c8031dc5
    fix comment in setup.py Thomas Waldmann 2024-02-20 17:04:16 +0100
  • 643d2d2d05
    Merge pull request #8109 from ThomasWaldmann/update-changes-master TW 2024-02-20 16:59:30 +0100
  • 9524c20b47
    update CHANGES Thomas Waldmann 2024-02-20 16:29:14 +0100