Commit Graph

  • 6a17b3d1a3
    Merge 303dda646f into faffd15d13 ducalex 2024-04-26 17:36:56 +0000
  • 303dda646f Fix server Alexander Neumann 2024-04-26 19:36:47 +0200
  • d463996ce9 serve: Properly shut down the server Alexander Neumann 2024-04-26 19:21:32 +0200
  • 8a5ac6dc13 Rework server Alexander Neumann 2024-04-25 21:40:46 +0200
  • 993eb70422 satisfy the linter Alex Duchesne 2024-04-06 13:07:02 -0400
  • 5fc118f36d improved readability Alex Duchesne 2024-04-02 18:53:38 -0400
  • e977c9f798 fixed compilation issues Alex Duchesne 2024-04-02 18:24:08 -0400
  • 3541a3a1bf Implemented a web server to browse a repository (snapshots, files) Alex Duchesne 2024-04-02 17:55:28 -0400
  • 18cb0fabd6
    Merge 2ed9e36cb3 into faffd15d13 DRON-666 2024-04-24 23:58:42 +0000
  • 9da519b059
    Merge ac10f62295 into faffd15d13 Richard Anthony 2024-04-24 23:58:42 +0000
  • bc8562eedf
    Merge ada8d09441 into faffd15d13 Aneesh N 2024-04-24 23:58:42 +0000
  • 11238238b3
    Merge 50d8377e31 into faffd15d13 greatroar 2024-04-24 23:58:42 +0000
  • f415b051ab
    Merge 1925457b78 into faffd15d13 Markus 2024-04-24 23:58:42 +0000
  • 09d2eabb94
    Merge c074dd4692 into faffd15d13 Nick Cao 2024-04-24 23:58:42 +0000
  • 2ab863a0f4
    Merge 20d8eed400 into faffd15d13 Michael Eischer 2024-04-24 23:58:42 +0000
  • e8d86f7e98
    Merge 166e94d82e into faffd15d13 ducalex 2024-04-24 23:58:42 +0000
  • a3fda509f5
    Merge 1b9e89b478 into faffd15d13 Michael Eischer 2024-04-24 23:58:42 +0000
  • faffd15d13
    Merge pull request #4734 from maouw/enhancement/envvar-for-host master Michael Eischer 2024-04-24 20:00:15 +0000
  • 347e9d0765 complete RESITC_HOST environment handling & test Michael Eischer 2024-04-24 21:49:34 +0200
  • 871ea1eaf3 Add support for specifying --host via environment variable Altan Orhon 2024-03-18 13:20:45 -0700
  • a7b5e09902
    Merge pull request #4753 from MichaelEischer/remove-cleanup-handlers Michael Eischer 2024-04-24 21:34:19 +0200
  • 3f9d50865d
    Merge pull request #4776 from MichaelEischer/cleanup-backend-open Michael Eischer 2024-04-24 21:24:27 +0200
  • 5f263752d7 init: also apply limiter for non-HTTP backend Michael Eischer 2024-04-24 20:42:30 +0200
  • 699346ffe1
    Merge 92d1c11c22 into b15d867414 doak 2024-04-23 00:25:33 +0200
  • 484dbb1cf4 get rid of a few global variables Michael Eischer 2024-03-30 14:28:59 +0100
  • 940a3159b5 let index.Each() and pack.Size() return error on canceled context Michael Eischer 2024-04-05 22:20:14 +0200
  • 31624aeffd Improve command shutdown on context cancellation Michael Eischer 2024-03-30 00:19:58 +0100
  • 910927670f mount: fix exit code on cancellation Michael Eischer 2024-04-05 22:23:08 +0200
  • 6f2a4dea21 remove global shutdown hook Michael Eischer 2024-03-29 23:58:48 +0100
  • 699ef5e9de debug: replace cleanup handler usage in profiling setup Michael Eischer 2024-04-05 23:16:15 +0200
  • eb710a28e8 use standalone shutdown hook for readPasswordTerminal Michael Eischer 2024-03-29 23:52:45 +0100
  • 86c7909f41 mount: use standalone shutdown hook via goroutine Michael Eischer 2024-03-30 14:26:12 +0100
  • 93135dc705 lock: drop cleanup handler Michael Eischer 2024-03-29 23:29:49 +0100
  • 21a7cb405c check: replace cleanup handler Michael Eischer 2024-03-29 23:28:59 +0100
  • b15d867414
    Merge pull request #4763 from MichaelEischer/refactor-prune Michael Eischer 2024-04-22 22:24:53 +0200
  • 2e6c43c695
    Merge pull request #4761 from MichaelEischer/fix-cache-race Michael Eischer 2024-04-22 21:46:06 +0200
  • f7632de3d6
    Merge pull request #4772 from MichaelEischer/better-error-on-too-large-blob Michael Eischer 2024-04-22 21:45:06 +0200
  • 1b9e89b478 guard http timeouts with a feature flag request-timeouts Michael Eischer 2024-04-22 21:41:53 +0200
  • 20d8eed400 repository: streamPack: separate requests for gap larger than 1MB Michael Eischer 2024-04-22 21:12:20 +0200
  • cf700d8794 repository: streamPack: reuse zstd decoder Michael Eischer 2024-04-22 21:11:52 +0200
  • 666a0b0bdb repository: streamPack: replace streaming with chunked download Michael Eischer 2024-04-22 20:53:31 +0200
  • 621012dac0 repository: Add blob loading fallback to LoadBlobsFromPack Michael Eischer 2023-12-31 15:27:36 +0100
  • a95608522b backend: enforce backend HTTP requests make progress Michael Eischer 2024-04-21 19:14:20 +0200
  • 6c6dceade3 global: unify backend open and create Michael Eischer 2024-04-19 22:26:14 +0200
  • 10355c3fb6 repository: Better error message if blob is larger than 4GB Michael Eischer 2024-04-19 20:48:43 +0200
  • eb4d10ae64
    Merge 4e17d8cfb7 into 228b35f074 Michael Eischer 2024-04-19 18:12:03 +0200
  • 228b35f074
    Merge pull request #4769 from will-ca/patch-1 Michael Eischer 2024-04-18 19:00:39 +0000
  • 6aced61c72
    Tiny docs wording clarification. will-ca 2024-04-18 07:29:55 +0000
  • 4d22412e0c
    Merge pull request #4766 from coderwander/master Michael Eischer 2024-04-18 06:18:19 +0000
  • a82ed71de7 Fix struct names coderwander 2024-04-16 11:22:26 +0800
  • 2173c69280
    Merge pull request #4770 from testwill/close_files Michael Eischer 2024-04-17 16:50:20 +0000
  • 001bb71676 repair packs: Properly close backup files Michael Eischer 2024-04-17 18:32:30 +0200
  • 4e17d8cfb7 forget: Add --unsafe-allow-remove-all option Michael Eischer 2024-04-15 22:02:14 +0200
  • d8ba7c0889 forget: return error if no policy was specified Michael Eischer 2024-04-14 22:46:49 +0200
  • 090549c486 forget: refuse deleting the last snapshot in a snapshot group Michael Eischer 2024-04-14 22:44:32 +0200
  • c9191ea72c forget: cleanup verbose output on snapshot deletion error Michael Eischer 2024-04-14 14:17:40 +0200
  • 09587e6c08 repository: duplicate a few blobs in prune tests Michael Eischer 2024-04-14 13:57:19 +0200
  • defd7ae729 prune/repair index: reset in-memory index after command Michael Eischer 2024-04-14 13:46:21 +0200
  • 038586dc9d repository: add minimal test for prune Michael Eischer 2024-04-14 12:32:48 +0200
  • d8622c86eb prune: clean up internal interface Michael Eischer 2024-04-14 12:32:29 +0200
  • 8d507c1372 repository: add basic test for RepairIndex Michael Eischer 2024-04-14 11:53:08 +0200
  • 310db03c0e repair index: improve log output if index cannot be deleted Michael Eischer 2024-04-14 11:51:27 +0200
  • 7d1b9cde34 repository: use normal Init method in tests Michael Eischer 2024-04-14 11:49:33 +0200
  • b25fc2c89d repository: remove redundant flushes from tests Michael Eischer 2024-04-14 11:49:04 +0200
  • c65459cd8a repository: speed up tests Michael Eischer 2024-04-14 11:48:40 +0200
  • eda9f7beb4 ui/progress: add helper to print messages during tests Michael Eischer 2024-04-14 11:44:13 +0200
  • 35277b7797 backend/mem: cleanup not found error message Michael Eischer 2024-04-14 11:43:18 +0200
  • 7ba5e95a82 check: allow tests to only verify pack&index integrity Michael Eischer 2024-04-14 11:42:26 +0200
  • 4c9a10ca37 repair packs: deduplicate index rebuild Michael Eischer 2024-04-10 21:31:53 +0200
  • 85e4021619 prune: move additional option checks to repository Michael Eischer 2024-04-06 19:49:03 +0200
  • 55d56db31b
    Merge pull request #4743 from MichaelEischer/deprecate-s3legacy-layout Michael Eischer 2024-04-11 22:09:34 +0200
  • fc3b548625 prune: move logic into repository package Michael Eischer 2024-04-06 19:21:21 +0200
  • df9d4b455d prune: prepare for moving code to repository package Michael Eischer 2024-04-06 19:17:28 +0200
  • 866ddf5698 repair index: refactor code into repository package Michael Eischer 2024-04-06 19:12:04 +0200
  • 32a234b67e prune/forget/repair index: convert output to use progress.Printer Michael Eischer 2024-04-06 00:51:20 +0200
  • 739d11c2eb forget: replace usage of DeleteFilesChecked Michael Eischer 2024-04-06 00:11:27 +0200
  • 591b421c4a Deprecate s3legacy layout Michael Eischer 2024-03-29 13:51:59 +0100
  • 8efc3a8b7d
    Merge pull request #4668 from MichaelEischer/backup-xattr-parent-enoperm Michael Eischer 2024-04-10 21:25:28 +0200
  • bf054c09d2 backup: Ignore xattr.list permission error for parent directories Michael Eischer 2024-01-31 20:48:03 +0100
  • 0747cf5319 cache: ignore ErrNotExist during cleanup of old files Michael Eischer 2024-04-10 19:17:25 +0200
  • e10e2b79a3
    Merge 062d408987 into 6091029fd6 Aneesh N 2024-04-08 02:05:17 +0200
  • 166e94d82e webdav: removed unnecessary error checks Alex Duchesne 2024-04-07 17:32:30 -0400
  • 6091029fd6
    Merge pull request #4756 from mgeisler/patch-1 Michael Eischer 2024-04-07 19:24:09 +0000
  • 09d2183351
    doc: fix typo in 047_tuning_backup_parameters.rst Martin Geisler 2024-04-07 18:05:53 +0200
  • 0cb3ef1d92 webdav: added some structure similar to `mount` Alex Duchesne 2024-04-06 10:24:17 -0400
  • 7782b7c38e webdav: open Windows Explorer when starting Alex Duchesne 2024-04-06 10:23:59 -0400
  • ff7bfc534f Implemented WebDAV server to browse repositories Alex Duchesne 2024-04-05 23:05:12 -0400
  • a4b7ebecfc
    Merge pull request #4750 from restic/dependabot/go_modules/cloud.google.com/go/storage-1.40.0 Michael Eischer 2024-04-03 20:10:41 +0000
  • ba136b31b8
    build(deps): bump cloud.google.com/go/storage from 1.39.0 to 1.40.0 dependabot[bot] 2024-04-03 20:03:22 +0000
  • f328111a6e
    Merge pull request #4751 from restic/dependabot/go_modules/golang.org/x/net-0.23.0 Michael Eischer 2024-04-03 19:52:29 +0000
  • 9fb017e67a
    Merge pull request #4745 from MichaelEischer/full-id-key-list Michael Eischer 2024-04-03 21:50:02 +0200
  • 49f98f25fc
    Merge pull request #4742 from MichaelEischer/consistent-rtest-import Michael Eischer 2024-04-03 21:47:32 +0200
  • 855d199145
    build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 dependabot[bot] 2024-04-03 19:45:34 +0000
  • 96c602a6de
    build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 dependabot[bot] 2024-04-03 19:41:38 +0000
  • e5601cb701
    build(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 dependabot[bot] 2024-04-03 19:38:13 +0000
  • 1d0a20dd58
    Merge pull request #4748 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.10.0 Michael Eischer 2024-04-03 19:34:47 +0000
  • 6cca1d5705
    Merge pull request #4655 from ae-govau/unixsocket Michael Eischer 2024-04-03 19:29:21 +0000
  • 846071dbed
    build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 dependabot[bot] 2024-04-01 02:32:31 +0000
  • f8a72ac2a3
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore dependabot[bot] 2024-04-01 02:32:19 +0000
  • 5145c8f9c0 key list: include full key id in JSON output Michael Eischer 2024-03-31 12:25:20 +0200