1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

Commit graph

  • 51b16ad57d Add handy functions to backend.IDSet Alexander Neumann 2016-08-01 18:35:13 +02:00
  • 723592d923 Move FindUsedBlobs to package restic Alexander Neumann 2016-08-01 18:31:44 +02:00
  • 22aa17091b Add test for FindUsedBlobs Alexander Neumann 2016-07-31 21:26:56 +02:00
  • 4720a7d807 Allow specifying chunker polynomial for tests Alexander Neumann 2016-07-31 17:45:22 +02:00
  • d5323223f4 Change repository Init() function to allow better testing Alexander Neumann 2016-07-31 16:27:36 +02:00
  • fe79177b40 Make TestCreateSnapshot return the snapshot itself Alexander Neumann 2016-07-31 16:12:19 +02:00
  • 5c32ae15c2 Move test checking repo code to checker package Alexander Neumann 2016-07-31 12:09:44 +02:00
  • 6c2334f505 Make TestCreateSnapshot less verbose Alexander Neumann 2016-07-31 12:09:26 +02:00
  • b55ac2afd6 Make test files in test repo less random Alexander Neumann 2016-07-31 11:04:04 +02:00
  • d9012b4a64 Add trees recursively to test snapshot Alexander Neumann 2016-07-31 10:58:09 +02:00
  • 952f124238 Use RandReader instead of rand directly Alexander Neumann 2016-07-31 10:30:57 +02:00
  • 14db71d3fa Move RandReader to repository package Alexander Neumann 2016-07-31 10:29:53 +02:00
  • f59ffcaeae Correct comment Alexander Neumann 2016-07-30 13:58:27 +02:00
  • d609e4a986 Extended plaintext buffer if necessary Alexander Neumann 2016-07-28 21:41:18 +02:00
  • 0e6c72ad1d Implement Repack() Alexander Neumann 2016-08-15 18:10:39 +02:00
  • d5f42201c5 Fix test for Repack Alexander Neumann 2016-05-11 23:00:21 +02:00
  • 122a0944a6 Do not repack blobs that shouldn't be kept Alexander Neumann 2016-05-11 22:43:56 +02:00
  • fa26ecc8f9 Make rebuild-index use the code in package repository Alexander Neumann 2016-05-11 22:30:32 +02:00
  • 00139648a0 Implement Repack() Alexander Neumann 2016-05-11 22:28:56 +02:00
  • 6ba38e9a38 Add tests for Repack() Alexander Neumann 2016-05-11 21:35:57 +02:00
  • 812cb0ba77 Update Go version in manual Alexander Neumann 2016-08-16 21:24:48 +02:00
  • b5c397435c Merge pull request #571 from restic/raise-go-version Alexander Neumann 2016-08-16 21:20:59 +02:00
  • 043424824c Only test cross-compilation on Go 1.7 Alexander Neumann 2016-08-16 21:02:30 +02:00
  • c88c48a29f Do not build toolchain with gox for Go >= 1.5 Alexander Neumann 2016-08-16 20:51:46 +02:00
  • 2fa93b291a Update default Go version in Dockerfile Alexander Neumann 2016-08-16 20:51:31 +02:00
  • 1ad4d1aafd Require Go 1.6 or greater Alexander Neumann 2016-08-16 20:32:18 +02:00
  • b108966b12 Fix 567 (#570) Jan Stürtz 2016-08-15 21:59:13 +02:00
  • 742c323482 done gofmt Jan Stuertz 2016-08-15 08:40:14 +02:00
  • e5195c73f3 Fix for Linux. Fd() is required on File interface Jan Stuertz 2016-08-15 08:16:11 +02:00
  • 64708b7dbd fixed includes in linux variant stuertz 2016-08-14 23:04:27 +02:00
  • d281ecfbde missing include stuertz 2016-08-14 22:52:25 +02:00
  • 1bfe4015f6 c&p failure: removed fixpath() call. stuertz 2016-08-14 22:25:50 +02:00
  • f812524858 fixed fmt with gofmt stuertz 2016-08-14 22:11:59 +02:00
  • 79548dd844 fixed name-clash of restic.fs and fuse.fs detected by travis stuertz 2016-08-14 21:58:09 +02:00
  • da87e8da38 Changed the last os.Open() calls to fs.Open() after extending the File interface stuertz 2016-08-14 21:36:06 +02:00
  • c3889adfc3 Restructured Code. No patches dir, integrate the file functions into restic/fs/ stuertz 2016-08-13 16:54:59 +02:00
  • 22f654f683 used gofmt on the code stuertz 2016-08-12 12:30:58 +02:00
  • ccbaacd87f using \\?\ requires absolute pathes to be used. Now all tests run stuertz 2016-08-12 12:15:41 +02:00
  • c1a7d6d516 Restructured patches Add Wrapper for filepath.Walk stuertz 2016-08-12 11:43:22 +02:00
  • 8c13f56019 fixed building tests stuertz 2016-08-12 10:49:42 +02:00
  • d6a67057e3 Patch for https://github.com/restic/restic/issues/567 Backup also files on windows with longer pathnames than 255 chars (e.g. from node). stuertz 2016-08-12 10:41:12 +02:00
  • 1fe8deeb6e Use new URI syntax in documentation Alexander Neumann 2016-08-11 20:37:49 +02:00
  • fa4570bde8 Always use forward slashes in file names Alexander Neumann 2016-08-11 19:41:47 +02:00
  • f6c2787d80 Use the platform-independent function for joining Alexander Neumann 2016-08-11 19:10:51 +02:00
  • 4b8b625b90 Merge pull request #562 from damekr/implement-gomaxprocs-env Alexander Neumann 2016-08-11 19:09:54 +02:00
  • be00d91967 Respect GOMAXPROCS variable damekr 2016-08-03 20:29:08 +02:00
  • e4a9905d6f Merge pull request #563 from restic/fix-build-script Alexander Neumann 2016-08-04 19:37:30 +02:00
  • 68ec29e7ec Invert go version test for ldflags Alexander Neumann 2016-08-03 20:58:59 +02:00
  • d860ce0570 Merge pull request #559 from vrischmann/master Alexander Neumann 2016-08-02 22:12:18 +02:00
  • fc9b27c533 Revert "Fix TestCreateSnapshot, do not generate duplicate data" Alexander Neumann 2016-08-02 22:11:55 +02:00
  • d4a9b546c1 Fix the debug environment variable name in the manual Vincent Rischmann 2016-08-01 22:23:42 +02:00
  • 628fb0fb72 Fix TestCreateSnapshot, do not generate duplicate data Alexander Neumann 2016-08-01 21:57:59 +02:00
  • 2de233fe8b Merge pull request #558 from vrischmann/master Alexander Neumann 2016-08-01 21:49:20 +02:00
  • d2834b61fb Detect a devel version correctly in LDFlags() Vincent Rischmann 2016-08-01 20:47:33 +02:00
  • c7f5ac22eb add VERSION file for 0.2.0 v0.2.0 Alexander Neumann 2016-07-30 11:24:52 +02:00
  • 959df5cc14 Merge pull request #554 from restic/debug-fuse-panic Alexander Neumann 2016-07-29 21:51:58 +02:00
  • e575494353 Correct goreportcard badge URLs Alexander Neumann 2016-07-29 21:35:06 +02:00
  • c0fb2c306d Merge pull request #553 from restic/update-minio-go Alexander Neumann 2016-07-29 21:23:39 +02:00
  • 8418fed18e Handle empty files correctly Alexander Neumann 2016-07-29 21:18:32 +02:00
  • 3de989b7bb Fix panic with empty files Alexander Neumann 2016-07-29 21:05:36 +02:00
  • 5afda94a3c Handle reads with large offsets Alexander Neumann 2016-07-29 20:55:09 +02:00
  • 56dd4c0595 Update minio-go Alexander Neumann 2016-07-29 20:28:44 +02:00
  • a9729eeb1b Merge pull request #552 from benagricola/fix-connection-leak Alexander Neumann 2016-07-29 20:28:22 +02:00
  • edb1843f24 Explicitly Close() obj after ReadFull() Ben Agricola 2016-07-29 13:23:52 +01:00
  • e1960cadb2 Merge pull request #548 from mappu/patch-1 Alexander Neumann 2016-07-28 20:05:23 +02:00
  • 32985f7904 idset.go: micro-optimise away redundant scan mappu 2016-07-26 09:36:31 +12:00
  • e8e45fe2e3 Merge pull request #545 from restic/fix-528 Alexander Neumann 2016-07-20 21:17:43 +02:00
  • 6b7ddf1b03 Don't report valid types as invalid Alexander Neumann 2016-07-20 20:46:57 +02:00
  • b8c7622a8a Merge pull request #543 from mappu/master Alexander Neumann 2016-07-17 21:32:13 +02:00
  • 983e509388 build.go: gofmt mappu 2016-07-16 10:14:41 +12:00
  • c9400d5c61 build.go: Support cross-compilation via new --goos and --goarch flags mappu 2016-07-16 09:42:41 +12:00
  • f967e90a96 build.go: Strip harder (add -w flag) mappu 2016-07-16 09:42:22 +12:00
  • 38d4522ea5 build.go: Add go1.7 to list of linkers requiring -Xfoo=bar syntax mappu 2016-07-16 09:42:02 +12:00
  • c9ab75a44c Fix build tag in run_integration_tests.go Alexander Neumann 2016-06-29 09:36:40 +02:00
  • 8b47ca5f98 Merge pull request #537 from xet7/master Alexander Neumann 2016-06-26 13:58:12 +02:00
  • 4e98c951e0 Fix typo in Manual.md Lauri Ojansivu 2016-06-26 14:35:48 +03:00
  • 814424fa6e Merge pull request #531 from restic/update-minio-go Alexander Neumann 2016-06-08 22:00:16 +02:00
  • 902f619a06 Fix call to minio.New() Alexander Neumann 2016-06-08 21:33:18 +02:00
  • d66a98c2db Update minio-go Alexander Neumann 2016-06-08 21:11:30 +02:00
  • e1b5593e07 Merge pull request #525 from koolhead17/miniorestic Alexander Neumann 2016-05-31 22:32:33 +02:00
  • 789b8c8b49 Added minor modification to the doc as suggested by the author. koolhead17 2016-05-24 16:07:53 +05:30
  • 795e3d5b6c Merge pull request #503 from gerdus/restore-latest Alexander Neumann 2016-05-11 20:48:56 +02:00
  • 73e9cac5c4 gofmt + small doc fix Gerdus van Zyl 2016-05-10 22:12:33 +02:00
  • 8010a0d90c fix Gerdus van Zyl 2016-05-10 21:51:56 +02:00
  • 3cb68ddb0d Add option to restore latest snapshot with optional path and source filters Gerdus van Zyl 2016-04-27 18:36:48 +02:00
  • 49f82f54b0 rebase, change source to host and add description to manual Gerdus van Zyl 2016-05-10 21:23:18 +02:00
  • 6bc7a71e55 Merge pull request #516 from restic/fix-flaky-test Alexander Neumann 2016-05-09 22:12:39 +02:00
  • 2c1e590e47 Merge pull request #509 from restic/read-from-stdin Alexander Neumann 2016-05-09 22:12:22 +02:00
  • 84f7d28abf Merge pull request #515 from viric/fix_traverse_order Alexander Neumann 2016-05-09 22:10:36 +02:00
  • cb75737770 Merge pull request #514 from viric/fix_parent_search Alexander Neumann 2016-05-09 22:10:32 +02:00
  • fb45ea139d Add barrier Alexander Neumann 2016-05-09 21:29:13 +02:00
  • bce0bbeda2 Add Benchmark for ArchiveReader Alexander Neumann 2016-05-09 21:16:59 +02:00
  • c6d934a685 Fix flaky worker cancel test Alexander Neumann 2016-05-09 20:41:55 +02:00
  • 143fde66bc Add documentation Alexander Neumann 2016-05-08 23:11:10 +02:00
  • 4146c09a04 Add test for ArchiveReader() Alexander Neumann 2016-05-08 23:06:24 +02:00
  • 43f9c2d36e backup: Save file size when reading from stdin Alexander Neumann 2016-05-08 22:21:16 +02:00
  • 5e0813ca04 fuse: Use correct file size in case it's zero Alexander Neumann 2016-05-08 22:20:57 +02:00
  • 6ee9baa9c5 fuse: Add debug logs Alexander Neumann 2016-05-08 22:20:46 +02:00
  • 7c76ff3aaf Allow reading backups from stdin Alexander Neumann 2016-05-08 21:50:27 +02:00
  • deae1e7e29 Merge pull request #511 from restic/cleanups Alexander Neumann 2016-05-09 20:10:39 +02:00