2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Commit Graph

  • fd472cb59d Use short ID for init Alexander Neumann 2015-04-25 11:06:32 +0200
  • 19486987b0 Merge remote-tracking branch 'fw42/mixed_caps' Alexander Neumann 2015-04-25 10:59:09 +0200
  • 29bd0f34a0 Merge pull request #130 from fw42/writing_consistency Alexander Neumann 2015-04-25 10:54:32 +0200
  • d596712339 Merge pull request #131 from fw42/noatime Alexander Neumann 2015-04-25 10:52:44 +0200
  • dead2b7e93 rename "change" to "passwd" Florian Weingarten 2015-04-25 02:42:52 -0400
  • 262e5a8b4a O_NOATIME on Linux Florian Weingarten 2015-04-25 00:36:54 +0000
  • 170d147427 Consistent writing Florian Weingarten 2015-04-24 19:43:27 -0400
  • ebae478631 Prefer mixedCaps over underscore Florian Weingarten 2015-04-24 19:39:32 -0400
  • 8be6dc0265 Merge pull request #127 from fw42/gitignore Alexander Neumann 2015-04-25 01:13:15 +0200
  • 75fc05ffb9 Merge pull request #126 from fw42/remember_your_password Alexander Neumann 2015-04-25 01:13:04 +0200
  • 441f4deb66 remember your password Florian Weingarten 2015-04-24 19:08:05 -0400
  • d194663837 gitignore binary files Florian Weingarten 2015-04-24 18:56:17 -0400
  • 1eb6172c40 crypto: Use bytes.Reader for crypto reader Alexander Neumann 2015-04-25 00:00:32 +0200
  • 9c43688d1a crypto: Add buffer management to writer Alexander Neumann 2015-04-24 22:55:40 +0200
  • 387082f983 Fix test BenchmarkChunkEncrypt Alexander Neumann 2015-04-25 00:54:15 +0200
  • 61d1f6ad18 crypto: Return error when same slice is used Alexander Neumann 2015-04-19 14:06:55 +0200
  • 8e867817a5 crypto: Clarify slice usage for Encrypt/Decrypt Alexander Neumann 2015-04-19 13:34:42 +0200
  • 63e79539e9 crypto: Remove type iv Alexander Neumann 2015-04-15 20:51:52 +0200
  • 7b6bd98c9e crypto: Rename internal functions Alexander Neumann 2015-04-19 14:56:23 +0200
  • 7a7cc5b39f crypto: Test length Alexander Neumann 2015-04-12 21:48:17 +0200
  • f8e1043ad3 crypto: Match signature of Encrypt() to Decrypt() Alexander Neumann 2015-04-12 20:58:41 +0200
  • 7e6acfe44d crypto: move reader and writer to its own file Alexander Neumann 2015-04-12 10:57:41 +0200
  • 64f7d4d611 crypto: Rename exported funcs and structs, cleanup Alexander Neumann 2015-04-12 10:53:46 +0200
  • 21dc6dd3db Rename crypto functions and constants Alexander Neumann 2015-04-12 09:41:47 +0200
  • 3a2525809c Reorganize crypto code Alexander Neumann 2015-04-12 09:36:14 +0200
  • 8e8f31d3fe debug: fix typos Alexander Neumann 2015-04-09 22:34:25 +0200
  • 4f4f3c421a Use package "restic/test" Alexander Neumann 2015-04-09 21:15:48 +0200
  • a2514425a3 Split out test helpers into package "restic/test" Alexander Neumann 2015-04-09 20:11:19 +0200
  • 58f289003c Clarify terminology Alexander Neumann 2015-04-09 20:48:32 +0200
  • b99474154c Fix indenting Alexander Neumann 2015-04-09 19:59:16 +0200
  • 874d6ee2fe Add new structure to documentation Alexander Neumann 2015-04-08 21:42:13 +0200
  • cd22d1b9c1 Merge remote-tracking branch 'rakoo/latest' Alexander Neumann 2015-04-09 19:21:22 +0200
  • 1d0f8fa80e Take last snapshot as parent by default and allow force re-reading Matthieu Rakotojaona 2015-04-03 21:18:09 +0200
  • d2105a5085 Node: Also store ModeType bits in Mode Alexander Neumann 2015-04-07 21:57:07 +0200
  • 8fb032b590 doc: Add chunker_polynomial Alexander Neumann 2015-04-07 20:09:25 +0200
  • 9a5864642a doc: Add description of the id file Alexander Neumann 2015-04-07 19:57:06 +0200
  • f02865a205 chunker: Use polynomial functions Alexander Neumann 2015-04-06 20:45:06 +0200
  • 8986c75091 Add more benchmarks Alexander Neumann 2015-04-06 20:08:09 +0200
  • 3d058929e3 Fix chunker tests Alexander Neumann 2015-04-06 00:31:31 +0200
  • f924dc1dc6 Remove debug output Alexander Neumann 2015-04-06 00:26:58 +0200
  • b2307cafa2 Seed chunker with random per-repository polynomial Alexander Neumann 2015-04-06 00:22:19 +0200
  • c969a42e8d chunker: Allow resetting polynomial Alexander Neumann 2015-04-05 22:52:01 +0200
  • 25e3ac40ee chunker: Cache computations Alexander Neumann 2015-04-05 22:46:11 +0200
  • 367cc75970 chunker: Refactor to take polynomial on creation Alexander Neumann 2015-04-05 22:24:26 +0200
  • 3cdf3a25b9 chunker: Require a random irreducible polynomial Alexander Neumann 2015-04-05 11:09:59 +0200
  • 094ca7e635 Remove unused key offset from blob struct Alexander Neumann 2015-03-28 16:59:14 +0100
  • 24b14e21cc Remove pools for nodes and IDs Alexander Neumann 2015-03-22 16:38:03 +0100
  • 702b6cfc1e Make ID.Str() handle nil ids correctly Alexander Neumann 2015-03-15 19:05:25 +0100
  • 2abda75404 Refactor mockBackend for test Alexander Neumann 2015-03-28 16:42:35 +0100
  • b86786aec9 Do not archive non-existing items Alexander Neumann 2015-03-28 16:35:46 +0100
  • 8eccfc6e79 Add test for backing up non-existing files Alexander Neumann 2015-03-28 16:09:08 +0100
  • 4d24f2eab3 Correct plen for snapshots Alexander Neumann 2015-03-28 16:15:48 +0100
  • 616170ed2e Run sftp integration test in a subshell Alexander Neumann 2015-03-28 15:53:33 +0100
  • 1954680c9e Go1.3: Fix range over channel Alexander Neumann 2015-03-28 15:52:15 +0100
  • 2c136381c2 Fix travis test Alexander Neumann 2015-03-28 15:51:08 +0100
  • a6596cdb29 Run integration test for sftp backend with travis Alexander Neumann 2015-03-28 15:48:11 +0100
  • 223108c6ae Remove unused vars and const Alexander Neumann 2015-03-28 15:24:53 +0100
  • f157f775da Add checks for Server.Load(), use Blob for load Alexander Neumann 2015-03-28 15:07:08 +0100
  • 5e69788eac Refactor backends Alexander Neumann 2015-03-28 11:50:23 +0100
  • f51aba1510 CI: Move gofmt check to end of tests Alexander Neumann 2015-03-25 16:17:18 +0100
  • 53e66a4935 Design.md: Minor fixes Alexander Neumann 2015-03-22 22:46:38 +0100
  • 2dad4fba3a Clarify ciphertext mac Alexander Neumann 2015-03-22 21:29:19 +0100
  • 02282a4fff Clarify use of poly1305 Alexander Neumann 2015-03-22 21:26:14 +0100
  • 53ad706c6d Remove unused 'ram' tool Alexander Neumann 2015-03-22 21:03:25 +0100
  • 0ed2a066a0 Document crypto and master key JSON struct Alexander Neumann 2015-03-22 21:03:01 +0100
  • 65a653693e Rename keys to MasterKeys Alexander Neumann 2015-03-22 19:19:33 +0100
  • 664a12c950 Collect all master crypto keys in a single structure Alexander Neumann 2015-03-22 19:18:34 +0100
  • 78727c17a3 Update documentation to reflect changed crypto Alexander Neumann 2015-03-22 19:18:09 +0100
  • 47d71d23d2 Refactor JSON data structure for master keys Alexander Neumann 2015-03-22 19:09:30 +0100
  • 3e246170de Remove cache entries for non-existing snapshots Alexander Neumann 2015-03-22 16:09:35 +0100
  • 5257c54585 Correct string for catting data blobs Alexander Neumann 2015-03-22 15:42:46 +0100
  • 1c0e76ccd6 Bugfix: Backup changed data in incremental mode Alexander Neumann 2015-03-22 15:05:34 +0100
  • cfa2229bc0 Refactor cache refresh for blobs, add progress Alexander Neumann 2015-03-22 14:41:51 +0100
  • 702cf3c2ff Progress: Add function that is called on Start() Alexander Neumann 2015-03-22 14:19:16 +0100
  • f2df072f48 Progress: Don't panic for not running progress Alexander Neumann 2015-03-22 14:12:51 +0100
  • 2506fa9bef fixed variable handling, new go ldflags Florian Daniel 2015-03-22 13:41:45 +0100
  • 0d39d46ac6 Fix YAML config (again) Alexander Neumann 2015-03-22 13:26:41 +0100
  • c58fc8b6a2 Fix travis again Alexander Neumann 2015-03-22 13:22:32 +0100
  • e1acade174 Fix travis build Alexander Neumann 2015-03-22 13:09:14 +0100
  • 30ce48dc32 Add '-s' ldflag and output size to travis tests Alexander Neumann 2015-03-22 12:58:32 +0100
  • aca0692ee6 Add more error reporting Alexander Neumann 2015-03-21 14:43:33 +0100
  • 865d315ad6 Shorten status output if terminal is small Alexander Neumann 2015-03-16 20:48:29 +0100
  • 489cc654e8 Fix ETA display Alexander Neumann 2015-03-16 20:20:53 +0100
  • d9fbf9ad02 archlinux PKGBUILD added. Thanks to the contributors. Closes #44 Closes #106 Florian Daniel 2015-03-15 16:32:43 +0100
  • 5740f202e3 Add "Golang" keyword to README Alexander Neumann 2015-03-15 16:13:03 +0100
  • 71a57537ef Report errors, ignore files and continue. Closes #108 Alexander Neumann 2015-03-15 15:48:05 +0100
  • 1bb82afcf6 Add tests for bug #101 Alexander Neumann 2015-03-15 14:24:58 +0100
  • c9ee79fc54 DebugIf: only test function when tag is enabled Alexander Neumann 2015-03-15 14:19:37 +0100
  • 6aed4035f5 Add BreakIf function Alexander Neumann 2015-03-15 14:00:28 +0100
  • 3d768e39ea Add more error reporting Alexander Neumann 2015-03-15 12:20:30 +0100
  • 56bca76b74 Fix benchmark for EncryptWriter Alexander Neumann 2015-03-14 22:42:30 +0100
  • 12c8522b33 Fix file mode for data blobs Alexander Neumann 2015-03-14 20:19:52 +0100
  • e896a33c43 Remove a few Go versions Alexander Neumann 2015-03-14 20:02:17 +0100
  • 662e07d17a Refactor crypto layer, switch HMAC for Poyl1305-AES Alexander Neumann 2015-03-14 19:53:51 +0100
  • 3c92c7e689 Recreate blob cache if missing (closes #104) Alexander Neumann 2015-03-14 18:15:47 +0100
  • 05f3e98ed9 Try different spelling of 'go' Alexander Neumann 2015-03-14 15:38:59 +0100
  • 3bbd66f43a Move section, remove 'tip' Alexander Neumann 2015-03-14 15:37:12 +0100
  • f6977f1a6a Add 'release' to the list of Go versions Alexander Neumann 2015-03-14 15:34:30 +0100
  • 3f816f95c1 Include more Go versions Alexander Neumann 2015-03-14 15:07:29 +0100
  • 23ac4f84dd Set file-mode in repository read-only (Closes #48) Alexander Neumann 2015-03-14 14:29:32 +0100