Commit Graph

  • 385cee09dc repository: fix caching of tree packs in LoadBlobsFromPack Michael Eischer 2024-05-09 18:30:04 +0200
  • e734746f75 cache: forget cached file at most once Michael Eischer 2024-05-09 18:24:28 +0200
  • 97a307df1a cache: Always use cached file if it exists Michael Eischer 2024-05-09 18:21:53 +0200
  • 8cce06d915 repair packs: drop experimental warning Michael Eischer 2024-05-09 18:19:48 +0200
  • 433a6aad29 repository: remove redundant blob loading fallback from RepairPacks Michael Eischer 2024-05-09 17:46:36 +0200
  • e401af07b2 check: fix error message formatting Michael Eischer 2024-05-09 17:45:58 +0200
  • 7017adb7e9 repository: retry failed ListPack once Michael Eischer 2024-05-09 15:44:27 +0200
  • e33ce7f408 repository: retry failed LoadBlob once Michael Eischer 2024-05-09 15:44:05 +0200
  • 2ace242f36 repository: make reloading broken files explicit Michael Eischer 2024-05-09 15:26:41 +0200
  • e9390352a7 cache: code cleanups Michael Eischer 2024-05-09 13:07:21 +0200
  • 503c8140b1 repository: unify blob decoding code Michael Eischer 2024-05-08 23:26:41 +0200
  • 6563f1d2ca repository: remove redundant debug log Michael Eischer 2024-05-08 22:43:58 +0200
  • 021fb49559 repository: Implement repository.LoadUnpacked using LoadRaw Michael Eischer 2024-05-08 22:42:37 +0200
  • 779c8d3527 debug/repair packs/upgrade repo v2: use repository.LoadRaw Michael Eischer 2024-05-09 19:01:20 +0200
  • 1d6d3656b0 repository: move backend.LoadAll to repository.LoadRaw Michael Eischer 2024-05-09 18:59:29 +0200
  • 47232bf8b0 backend: move LimitReadCloser to util package Michael Eischer 2024-04-25 21:20:23 +0200
  • dcd151147c
    Merge pull request #4803 from restic/permanent-retry-failure Michael Eischer 2024-05-18 20:07:06 +0200
  • 53d15bcd1b retry: add circuit breaker to load method Michael Eischer 2024-05-12 12:34:54 +0200
  • 394c8ca3ed rest/rclone/s3/sftp/swift: move short file detection behind feature gate Michael Eischer 2024-05-12 11:55:34 +0200
  • 6328b7e1f5 replace "too small" with "too short" in error messages Michael Eischer 2024-05-11 21:36:16 +0200
  • 53561474d9 update changelog with persistent backend error handling Michael Eischer 2024-05-11 20:26:34 +0200
  • aeb7eb245c retry: do not retry permanent errors Michael Eischer 2024-05-11 20:25:04 +0200
  • bf8cc59889 Use generic backend-error-redesign feature flag instead of http-timeouts Michael Eischer 2024-05-11 20:22:10 +0200
  • 4740528a0b backend: add tests for IsPermanentError Michael Eischer 2024-05-11 00:13:23 +0200
  • 6a85df7297 backend: add IsPermanentError() method to interface Michael Eischer 2024-05-11 00:12:56 +0200
  • cfc420664a mem: stricter handling of out of bounds requests Michael Eischer 2024-05-11 00:12:13 +0200
  • d40f23e716 azure/b2/gs/s3/swift: adapt cloud backend Michael Eischer 2024-05-11 00:11:23 +0200
  • e793c002ec local: stricter handling of short files Michael Eischer 2024-05-11 00:07:04 +0200
  • b4895ebd76 rest: rework error reporting and report too short files Michael Eischer 2024-05-11 00:03:42 +0200
  • eaa3f81d6b sftp: check for truncated files without an extra backend request Michael Eischer 2024-05-11 22:08:12 +0200
  • c6d74458ee sftp: improve handling of too short files Michael Eischer 2024-05-10 23:57:52 +0200
  • 7ed560a201
    Merge pull request #4796 from MichaelEischer/parallel-dump-load Michael Eischer 2024-05-14 22:35:44 +0200
  • 92221c2a6d
    Merge pull request #4708 from zmanda/windows-securitydesc Michael Eischer 2024-05-12 14:14:39 +0000
  • b5fdb1d637
    Merge pull request #4782 from MichaelEischer/fix-sftp-performance Michael Eischer 2024-05-12 15:28:33 +0200
  • e4f9bce384
    Merge pull request #4792 from restic/request-watchdog Michael Eischer 2024-05-09 23:55:30 +0200
  • 3740700ddc add http timeouts to changelog Michael Eischer 2024-05-01 22:03:20 +0200
  • ebd01a4675 backend: add tests for watchdogRoundTripper Michael Eischer 2024-05-01 21:54:21 +0200
  • 8778670232 backend: cancel stuck http requests Michael Eischer 2024-05-01 20:06:54 +0200
  • 0987c731ec backend: configure protocol-level connection health checks Michael Eischer 2024-05-01 20:03:31 +0200
  • a4fd1b91e5
    Fix review comments aneesh-n 2024-05-06 16:54:08 -0600
  • e184538ddf dump: add changelog Michael Eischer 2024-05-05 12:12:21 +0200
  • 4d55a62ada bloblru: add test for GetOrCompute Michael Eischer 2024-05-05 12:00:25 +0200
  • 7cce667f92 fuse: switch to use bloblru.GetOrCompute Michael Eischer 2024-05-05 11:38:17 +0200
  • bd03af2feb dump: add GetOrCompute to bloblru cache Michael Eischer 2024-05-05 11:37:35 +0200
  • 45509eafc8 dump: load blobs of a file from repository in parallel Michael Eischer 2024-05-04 18:57:37 +0200
  • 24c1822220
    Merge pull request #4794 from flow-c/master Michael Eischer 2024-05-04 08:25:06 +0000
  • d4477a5a99
    Update 060_forget.rst flow-c 2024-05-04 09:32:25 +0200
  • ffe5439149
    Merge pull request #4605 from MichaelEischer/better-restorer-error-handling Michael Eischer 2024-05-01 16:37:41 +0200
  • 676f0dc60d add changelog Michael Eischer 2024-05-01 16:28:57 +0200
  • 1e57057953
    Merge pull request #4789 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.3.2 Michael Eischer 2024-05-01 10:45:47 +0000
  • 1ba0af6993
    Merge pull request #4787 from restic/dependabot/go_modules/github.com/klauspost/compress-1.17.8 Michael Eischer 2024-05-01 10:44:33 +0000
  • ffc41ae62a
    Merge pull request #4786 from restic/dependabot/go_modules/golang.org/x/net-0.24.0 Michael Eischer 2024-05-01 10:41:26 +0000
  • 4832c2fbfa
    Merge pull request #4790 from restic/dependabot/github_actions/golangci/golangci-lint-action-5 Michael Eischer 2024-05-01 10:37:37 +0000
  • 30609ae6b2
    build(deps): bump golangci/golangci-lint-action from 4 to 5 dependabot[bot] 2024-05-01 01:45:43 +0000
  • 502e5867a5
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependabot[bot] 2024-05-01 01:02:39 +0000
  • 18a6d6b408
    build(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 dependabot[bot] 2024-05-01 01:02:22 +0000
  • 3bb88e8307
    build(deps): bump golang.org/x/net from 0.23.0 to 0.24.0 dependabot[bot] 2024-05-01 01:02:11 +0000
  • 672f6cd776
    Fix review comments for privileges and security flags aneesh-n 2024-04-29 17:29:51 -0600
  • 08c6945d61
    Fix review comments aneesh-n 2024-04-29 16:21:38 -0600
  • 3f76b902e5
    Merge branch 'master' into windows-securitydesc Aneesh N 2024-04-29 14:40:34 -0600
  • ccac7c7fb3
    Merge pull request #3067 from DRON-666/vss-options Michael Eischer 2024-04-29 18:09:47 +0000
  • ccd35565ee
    s/sec./seconds DRON-666 2024-04-29 01:48:22 +0300
  • 125dba23c5 Rearange code DRON-666 2024-04-29 01:27:34 +0300
  • 7ee889bb0d Use S_FALSE and MaxInt DRON-666 2024-04-29 01:25:25 +0300
  • 90b168eb6c isMountPointExcluded to isMountPointIncluded DRON-666 2024-04-29 01:23:50 +0300
  • 24330c19a8 Use kebab case in option names DRON-666 2024-04-29 01:21:33 +0300
  • 5703e5a652 Fix texts and comments DRON-666 2024-04-29 01:18:46 +0300
  • 0a8f9c5d9c vss: Add tests for "provider" option DRON-666 2021-04-30 18:01:40 +0300
  • 739d3243d9 vss: Update docs and changelog DRON-666 2021-03-23 07:41:45 +0300
  • bb0f93ef3d vss: Add "provider" option DRON-666 2021-03-22 23:31:19 +0300
  • 3bac1f0135 vss: Fix issues reported by linters DRON-666 2021-01-31 00:34:41 +0300
  • 88c509e3e9 vss: Change `ErrorHandler` signature DRON-666 2020-11-10 06:48:05 +0300
  • 9d3d915e2c vss: Add some tests DRON-666 2020-11-06 22:36:48 +0300
  • 9182e6bab5 vss: Update docs and changelog DRON-666 2020-11-06 06:18:30 +0300
  • c4f67c0064 vss: Add volume filtering DRON-666 2020-11-06 03:41:02 +0300
  • 7470e5356e vss: Add "timeout" option DRON-666 2020-11-06 03:41:02 +0300
  • 78dbc5ec58 vss: Add initial support for extended options DRON-666 2020-11-06 03:41:02 +0300
  • a1d682ce0e add changelog for sftp performance fix Michael Eischer 2024-04-28 11:58:08 +0200
  • 935327d480 sftp: slightly increase write concurrency Michael Eischer 2024-04-28 11:50:09 +0200
  • 669a669603 sftp: Fix upload performance issue Michael Eischer 2024-04-28 11:48:26 +0200
  • faffd15d13
    Merge pull request #4734 from maouw/enhancement/envvar-for-host 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
  • 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
  • 20d8eed400 repository: streamPack: separate requests for gap larger than 1MB Michael Eischer 2024-04-22 21:12:20 +0200