Commit Graph

  • 5d8d70542f Merge pull request #2852 from MichaelEischer/drop-go-1.11 rawtaz 2020-07-25 01:17:36 +02:00
  • 7c23381a2b Drop support for Go version 1.11 Michael Eischer 2020-07-22 23:35:10 +02:00
  • 34181b13a2 Merge pull request #2328 from MichaelEischer/no-repeated-checks MichaelEischer 2020-07-22 22:08:02 +02:00
  • bcd47ec3a2 Merge pull request #2818 from aawsome/merge-index-chaining MichaelEischer 2020-07-22 22:05:36 +02:00
  • a666a6d576 Add tests and merge indexes in index benchmarks Alexander Weiss 2020-07-18 20:53:51 +02:00
  • e388d962a5 Merge final indexes together for faster index access Alexander Weiss 2020-07-04 07:06:14 +02:00
  • 758b44b9c0 gs: support authentication with access token Peter Schultz 2020-07-21 19:24:30 +02:00
  • 3b7a3711e6 Add more realistic index benchmarks Alexander Weiss 2020-07-04 07:05:51 +02:00
  • 9b0e718852 checker: Test that blob types are not confused Michael Eischer 2020-04-18 21:34:59 +02:00
  • 82c908871d Merge pull request #2812 from greatroar/chaining MichaelEischer 2020-07-20 23:29:36 +02:00
  • ddf0b8cd0b checker: Properly distinguish between data and tree blobs Michael Eischer 2020-04-18 19:46:33 +02:00
  • 2d0c138c9b checker: Test that check only decodes trees once Michael Eischer 2020-03-07 14:12:02 +01:00
  • ef325ffc02 checker: Cleanup error handling code Michael Eischer 2020-03-07 14:10:34 +01:00
  • 0f67ae813a Add changelog Michael Eischer 2020-03-07 11:25:55 +01:00
  • 7a165f32a9 checker: Traverse trees in depth-first order Michael Eischer 2019-07-06 20:01:48 +02:00
  • 36c69e3ca7 checker: Unify blobs, processed trees and referenced blobs map Michael Eischer 2019-07-13 18:34:55 +02:00
  • 35d8413639 checker: Remove dead index map Michael Eischer 2019-07-13 18:04:08 +02:00
  • c66a0e408c checker: Reduce cost of debug log Michael Eischer 2019-07-06 18:12:48 +02:00
  • 70f4c014ef checker: Decode identical tree nodes only once Michael Eischer 2019-07-06 18:35:03 +02:00
  • f0d8710611 Add benchmark for checker scaling with snapshot count Michael Eischer 2020-01-02 13:24:08 +01:00
  • bd3e280f6d Merge pull request #2546 from Summerdave/fix-backup-error-code MichaelEischer 2020-07-20 22:31:46 +02:00
  • 2746dcdb5f Merge pull request #2845 from restic/update-chunker MichaelEischer 2020-07-20 22:20:28 +02:00
  • 5729d967f5 backup: Return exit status code 3 when failing to read source data David Sommer 2020-01-12 16:21:17 +01:00
  • f9f6124558 Update chunker Alexander Neumann 2020-07-20 21:20:57 +02:00
  • 8074879c5f Remove 'go generate' Alexander Neumann 2020-07-19 17:28:42 +02:00
  • 7bda28f31f Chaining hash table for repository.Index greatroar 2020-06-23 22:13:25 +02:00
  • 255ba83c4b Parallel index benchmarks + benchmark optimizations greatroar 2020-07-05 08:37:34 +02:00
  • 7dc200c593 Merge pull request #2832 from alrs/fix-fuse-test-err MichaelEischer 2020-07-16 22:28:20 +02:00
  • 9ac90cf5cd internal/fuse: fix dropped test error Lars Lehtonen 2020-07-12 21:42:31 -07:00
  • b84f5177cb Merge pull request #2790 from greatroar/fix-quadratic-read MichaelEischer 2020-07-12 18:42:14 +02:00
  • 4cf1c8e8da Changelog entry for subquadratic reading in mount greatroar 2020-07-12 10:17:04 +02:00
  • 58719e1f47 Replace mount's per-file cache by a global LRU cache greatroar 2020-06-17 12:17:55 +02:00
  • d42c169458 Fix quadratic file reading in restic mount greatroar 2020-06-14 20:48:52 +02:00
  • 8598bb042b Merge pull request #2769 from darkdragon-001/patch-1 rawtaz 2020-07-12 00:40:21 +02:00
  • c6b74962df Update 040_backup.rst darkdragon-001 2020-06-01 11:58:21 +02:00
  • 2c72924ffb Merge pull request #2813 from greatroar/encrypt-benchmark MichaelEischer 2020-07-05 17:52:10 +02:00
  • 02bec13ef2 Fix repository_test.BenchmarkSaveAndEncrypt greatroar 2020-06-28 17:15:26 +02:00
  • 64976b1a4d Merge pull request #2815 from scelfo/patch-1 MichaelEischer 2020-06-29 22:04:56 +02:00
  • 6a607d6ded --hostname flag is deprecated Tony Scelfo 2020-06-29 12:53:57 -06:00
  • 6fedf1a7f4 Merge pull request #2809 from lessfoobar/patch-2 rawtaz 2020-06-26 00:12:05 +02:00
  • df946fd9f8 Update 080_examples.rst @lessfoobar 2020-06-26 00:01:30 +02:00
  • 4e6a9767de Fix examples of --verbose with argument Jakub Wilk 2020-06-23 20:22:14 +02:00
  • 1bc80c3c8d Merge pull request #2802 from andreaso/cachedir-https-links rawtaz 2020-06-21 20:01:42 +02:00
  • 0fcef2ec23 Use https:// for linking CACHEDIR.TAG specs Andreas Olsson 2020-06-21 18:31:59 +02:00
  • 212607dc8a Merge pull request #2760 from greatroar/backend-benchmark MichaelEischer 2020-06-17 23:17:05 +02:00
  • 55c3a90a0d Clarify rclone-over-SSH docs greatroar 2020-06-17 15:14:00 +02:00
  • 190d8e2f51 Flatten backend.LimitedReadCloser structure greatroar 2020-05-26 13:35:07 +02:00
  • f4cd2a7120 Make backend benchmarks fairer by removing checks greatroar 2020-05-26 13:22:38 +02:00
  • aba270df7e Merge pull request #2786 from aawsome/memory-list-blobs MichaelEischer 2020-06-15 22:27:29 +02:00
  • b5543cff5d Loop over index files for 'list blobs' Alexander Weiss 2020-06-14 09:50:11 +02:00
  • 285b5236c2 Merge pull request #2684 from MichaelEischer/cleanup-output Alexander Neumann 2020-06-14 11:25:40 +02:00
  • bb1e258bb7 cat/stats: Get stdout from globalOptions Michael Eischer 2020-04-04 19:45:36 +02:00
  • 182655bc88 Replace fmt.Printf/Println/Fprintf with wrapper functions Michael Eischer 2020-04-04 19:41:24 +02:00
  • 74bc7141c1 Merge pull request #2781 from aawsome/reduce-index-memory MichaelEischer 2020-06-14 10:58:28 +02:00
  • 1361341c58 don't save duplicate packIDs when using internal/repository/Index.Store Alexander Weiss 2020-06-13 12:43:03 +02:00
  • ce4a2f4ca6 save packIDs and duplicates separately Alexander Weiss 2020-06-12 08:25:49 +02:00
  • cf979e2b81 make offset and length uint32 Alexander Weiss 2020-06-12 08:17:14 +02:00
  • d92e2c5769 simplify index code Michael Eischer 2020-02-08 20:51:50 +01:00
  • 7419844885 add changelog, benchmark, memory calculation Alexander Weiss 2020-06-12 12:57:23 +02:00
  • 1d66bb9e62 Merge pull request #2784 from MichaelEischer/minio-sha256-changelog rawtaz 2020-06-13 18:33:54 +02:00
  • 0b2c31b05b Add changelog for #2709 Michael Eischer 2020-06-13 16:35:47 +02:00
  • d3c59d18e5 Fix inconsistency of saving/loading config file Alexander Weiss 2019-12-05 14:29:34 +01:00
  • dd7b4f54f5 Merge pull request #2709 from greatroar/minio-sha256 MichaelEischer 2020-06-12 23:32:58 +02:00
  • 6896c6449b Merge pull request #2779 from greatroar/archiver-comment MichaelEischer 2020-06-12 23:04:21 +02:00
  • 735a8074d5 Merge pull request #2773 from aawsome/index-uploads+knownblobs MichaelEischer 2020-06-12 22:41:04 +02:00
  • 70347e95d5 disable index uploads for prune command Alexander Weiss 2020-06-12 09:24:38 +02:00
  • 0fa3091c78 Fix up comment on archiver.BlobSaver.Save greatroar 2020-06-11 13:34:05 +02:00
  • 91906911b0 Fix non-intuitive repository behavior Alexander Weiss 2020-06-06 22:20:44 +02:00
  • fae7f78057 Merge pull request #2755 from greatroar/solaris-workaround MichaelEischer 2020-06-10 23:30:51 +02:00
  • ac9ec4b990 Merge pull request #2778 from MichaelEischer/fix-unlock-hint MichaelEischer 2020-06-10 21:26:38 +02:00
  • 087c770161 Revive hint to the unlock command if a repository is locked Michael Eischer 2020-06-10 20:58:56 +02:00
  • 6856d1e422 Merge pull request #2749 from aawsome/fix-fullindex MichaelEischer 2020-06-10 20:40:19 +02:00
  • 8c1261ff02 changed condition for full index Alexander Weiss 2020-05-24 09:19:42 +02:00
  • 26704be17f Merge pull request #2776 from nunoperalta/patch-1 rawtaz 2020-06-07 17:19:50 +02:00
  • 2c3360db98 Fix #2774 - make unable to umount message clearer nunoperalta 2020-06-07 15:57:39 +01:00
  • cba6ad8d8e Merge pull request #2711 from greatroar/update-x-net MichaelEischer 2020-05-25 20:43:29 +02:00
  • 2a3312ac35 Remove Solaris build workaround in integration tests greatroar 2020-05-25 10:33:36 +02:00
  • c35c4e0cbf Update golang.org/x/net for fewer allocations in http2 greatroar 2020-04-28 18:22:38 +02:00
  • 84475aa3a8 Merge pull request #2730 from greatroar/mount-build-tags MichaelEischer 2020-05-23 20:33:43 +02:00
  • f12f9ae240 Merge pull request #2741 from tbm/typos MichaelEischer 2020-05-21 23:40:12 +02:00
  • 5cc1760fdf Fix typos Martin Michlmayr 2020-05-16 14:05:26 +08:00
  • 32ac5486e9 Merge pull request #2732 from restic/rawtaz-update-contributing MichaelEischer 2020-05-12 21:37:08 +02:00
  • c4336978eb Reword parts of Providing Patches in CONTRIBUTION.md rawtaz 2020-05-12 14:03:57 +02:00
  • 649cbec6c5 Simplify build tags for restic mount greatroar 2020-05-12 11:30:41 +02:00
  • b17bd7f860 Merge pull request #2719 from greatroar/update-x-crypto MichaelEischer 2020-05-09 00:02:18 +02:00
  • 68f1e9c524 Update x/crypto to fix poly1305 on ARM greatroar 2020-04-28 08:54:55 +02:00
  • 1ee2306033 Merge pull request #2717 from MichaelEischer/fix-flaky-password-prompt MichaelEischer 2020-05-01 23:58:55 +02:00
  • c882a92cd6 backup: Avoid race between password prompt and open repository message Michael Eischer 2020-05-01 22:38:03 +02:00
  • f54db5d796 Merge pull request #2713 from greatroar/unused MichaelEischer 2020-05-01 20:41:59 +02:00
  • 843e7f404e Merge pull request #2716 from MichaelEischer/revert-apfs-test-workaround MichaelEischer 2020-05-01 18:13:38 +02:00
  • d465b5b9ad Revert "Darwin test fix: allow 1μs timestamp difference" Michael Eischer 2020-05-01 17:11:30 +02:00
  • 9f7cd69f13 Move Index.FindBlob to tests greatroar 2020-04-29 10:57:01 +02:00
  • f97a680887 Fix repository benchmarks greatroar 2020-04-28 07:57:29 +02:00
  • 42a3db05b0 Use Minio's optimized SHA-256 greatroar 2020-03-19 11:27:19 +01:00
  • 7e72d638df Add patched chunker debug-chunker Alexander Neumann 2020-04-24 20:56:45 +02:00
  • 070d43e290 Merge pull request #2704 from azak-azkaran/patch-1 MichaelEischer 2020-04-23 20:48:34 +02:00
  • d4bd32a37e Merge pull request #2640 from greatroar/simplify-loadblob-usage MichaelEischer 2020-04-23 20:23:35 +02:00
  • e7d7b85d59 Merge Repository.{LoadBlob,loadBlob} greatroar 2020-03-10 17:52:14 +01:00
  • be5a0ff59f Centralize buffer allocation and size checking in Repository.LoadBlob greatroar 2020-03-10 16:41:22 +01:00
  • c5100d5632 Update 030_preparing_a_new_repo.rst azak-azkaran 2020-04-23 09:24:19 +02:00