Commit Graph

  • 0cdbde1bd0 Remove unneeded comments Alexander Neumann 2015-08-20 18:54:24 +02:00
  • 4755fff37f README: Add appveyor build status Alexander Neumann 2015-08-19 22:20:44 +02:00
  • 2644722198 Reset read-only flag before removing Alexander Neumann 2015-08-19 22:02:47 +02:00
  • 10232155ef build.go: make sure to exit 1 on error Alexander Neumann 2015-08-19 21:40:36 +02:00
  • 5d51c8ffcd lock: fix merge error, use processExists() Alexander Neumann 2015-08-19 21:14:15 +02:00
  • b8c0935f8a tests: use internal bzip2/gzip implementation Alexander Neumann 2015-08-19 21:00:17 +02:00
  • 7079e46642 appveyor: download tar Alexander Neumann 2015-08-19 21:00:11 +02:00
  • d21b782119 appveyor: use run_integration_tests.go Alexander Neumann 2015-08-19 20:45:54 +02:00
  • 23845b071b integration: compile on current architecture by default Alexander Neumann 2015-08-19 20:44:37 +02:00
  • 527593c6df ci test: add message prefix Alexander Neumann 2015-08-19 20:29:06 +02:00
  • 5b21d67a49 lock_test: correct merge error, use offset 500k Alexander Neumann 2015-08-19 20:25:59 +02:00
  • 2df7ed6c9b fix brew cask on darwin Alexander Neumann 2015-08-19 20:16:58 +02:00
  • f0c8b11793 cleanup travis config, add run_integration_tests.go Alexander Neumann 2015-08-19 20:12:41 +02:00
  • 59751645be build.go: allow running tests in temporary GOPATH Alexander Neumann 2015-08-19 20:11:48 +02:00
  • a37431e963 appveyor: run build.go, use workspace from godeps Alexander Neumann 2015-08-18 23:19:42 +02:00
  • b34c53d39b windows: fix nil pointer reference Alexander Neumann 2015-08-18 23:18:12 +02:00
  • f2dbdcb9e8 Add appveyor config Alexander Neumann 2015-08-18 23:07:24 +02:00
  • 90d1414331 Cross-compile on windows Alexander Neumann 2015-08-18 22:56:53 +02:00
  • 5c076245d4 add version file v0.0.1alpha Alexander Neumann 2015-08-19 17:19:09 +02:00
  • ac7965aca2 Merge pull request #269 from restic/build_without_git Alexander Neumann 2015-08-19 16:40:24 +02:00
  • 38f1a8d0a9 Allow building without git Florian Weingarten 2015-08-19 00:31:14 -04:00
  • cd4cc1daec Merge pull request #261 from restic/fix-260 Alexander Neumann 2015-08-18 22:53:52 +02:00
  • 9367c57bcc Merge pull request #267 from bchapuis/fix-254 Alexander Neumann 2015-08-18 22:48:33 +02:00
  • a4cb8995a8 Merge pull request #266 from bchapuis/fix-263 Alexander Neumann 2015-08-18 22:47:14 +02:00
  • fcb769fa3b Merge pull request #262 from restic/fix-tests Alexander Neumann 2015-08-18 22:45:50 +02:00
  • 1a47ea4ab8 test helpers: add RemoveAll and ResetReadOnly Alexander Neumann 2015-08-18 21:05:49 +02:00
  • 36ed3add3a add build constraints for windows Alexander Neumann 2015-08-17 19:40:34 +02:00
  • 47219a790f crypto tests: remove dependency on /dev/urandom Alexander Neumann 2015-08-16 23:09:39 +02:00
  • c228a212b0 SetupTarTestFixture: don't depend on "sh" Alexander Neumann 2015-08-16 23:02:02 +02:00
  • 4f8cc1180d Vagrantfile: Disable default rsync on /vagrant Alexander Neumann 2015-08-16 22:27:16 +02:00
  • 3ac04257a4 fuse: disable for OpenBSD Alexander Neumann 2015-08-16 22:27:07 +02:00
  • a820719c07 Merge pull request #259 from klauspost/windows-support-rebased Alexander Neumann 2015-08-18 20:25:58 +02:00
  • bc5e0fa68f test the reader obtained with GetReader() Chapuis Bertil 2015-08-18 17:57:06 +02:00
  • 513be4b8ab test the GetReader() function Chapuis Bertil 2015-08-18 15:10:13 +02:00
  • 9d1c03f56e Update progress status when necessary Chapuis Bertil 2015-08-18 09:26:10 +02:00
  • 8a2d7ff2bc Add default cache location for Windows. klauspost 2015-08-17 14:17:54 +02:00
  • 21ab5a488d Allow filter patterns/paths to be both '/' and os.PathSeparator klauspost 2015-08-17 11:48:24 +02:00
  • a3570af500 Create separate disEntry.equals for Windows. klauspost 2015-08-17 11:10:12 +02:00
  • d5dab39a4a Disable FUSE test on Windows. klauspost 2015-08-17 11:02:04 +02:00
  • 73de59a615 Make check for non-existing paths OS independent. klauspost 2015-08-17 11:01:24 +02:00
  • fbe746c261 locks: fix testing stale locks created on other hosts Alexander Neumann 2015-08-16 16:24:04 +02:00
  • 35bd8f80c0 Split out process check as separate function. Klaus Post 2015-08-16 15:30:36 +02:00
  • 347e800b4e Set output binary name in a variable. Klaus Post 2015-08-16 14:20:37 +02:00
  • d6935d6625 Fix log message Klaus Post 2015-08-16 14:16:40 +02:00
  • 2291e70322 Match ParseInt return type. Klaus Post 2015-08-16 13:36:21 +02:00
  • 346c0c0c58 Don't panic on mknod on Windows Klaus Post 2015-08-16 13:24:21 +02:00
  • 3f992c3d6e Remove redundant code. Klaus Post 2015-08-16 13:22:27 +02:00
  • 458e4bb3f7 Remove empty lines. Klaus Post 2015-08-16 13:21:00 +02:00
  • e1f6bbac9f Create uid/gid convertion function. Klaus Post 2015-08-16 13:16:02 +02:00
  • 0e7d0d8dba Create ignoreSigIntProcAttr() Klaus Post 2015-08-16 12:51:01 +02:00
  • 520b1b65b0 Create setNewFileMode function. Klaus Post 2015-08-16 12:39:38 +02:00
  • dfe232cf46 Add Windows node support. Klaus Post 2015-08-14 15:57:47 +02:00
  • 2e7b40baca Make UID/GID '0' on Windows. Klaus Post 2015-08-14 15:50:14 +02:00
  • 4dc746dac2 Change repository type detection to first check if path is a directory that exists. Klaus Post 2015-08-14 15:39:16 +02:00
  • fb3778abb6 Disable mount command on Windows. Klaus Post 2015-08-14 15:33:11 +02:00
  • 2dcb527828 Only use Setsid on Unix. Klaus Post 2015-08-14 15:32:07 +02:00
  • 7c84d810d3 Make sure we can delete files on Windows. Klaus Post 2015-08-14 15:30:36 +02:00
  • 3804bc7493 Use bigger offset in test to avoid random test failures. Klaus Post 2015-08-14 15:19:45 +02:00
  • 3504ea3992 Skip UID/GID and SIGHUP lock-check on Windows Klaus Post 2015-08-14 15:13:11 +02:00
  • 5d5f3de62f Output EXE file on Windows platform. Klaus Post 2015-08-14 15:08:07 +02:00
  • dc842ffa09 Add a word about git commits Alexander Neumann 2015-08-12 20:38:43 +02:00
  • 17ee6b1c4b Merge pull request #251 from restic/fuse-ownership Alexander Neumann 2015-07-27 21:39:45 +02:00
  • d5ce2da2aa fuse test: remove debug output Alexander Neumann 2015-07-26 20:57:03 +02:00
  • dde0fd8421 Add option to use root as owner of files/dirs Alexander Neumann 2015-07-26 20:41:29 +02:00
  • bdcb2175c5 fuse: show correct uid and gid Alexander Neumann 2015-07-21 22:11:30 +02:00
  • 05e2afba0b Merge pull request #249 from restic/reduce-fuse-memory-usage Alexander Neumann 2015-07-26 19:20:13 +02:00
  • b85927576b Address code review comments Alexander Neumann 2015-07-26 18:00:53 +02:00
  • d1629e1e4e fuse: move to top level Alexander Neumann 2015-07-26 17:20:26 +02:00
  • bd746a0425 fuse: refactor and add tests for fuse.file Alexander Neumann 2015-07-26 16:43:42 +02:00
  • 7608610d72 Merge pull request #250 from restic/remove-dead-code Alexander Neumann 2015-07-26 15:12:41 +02:00
  • 9753c37e31 Remove dead code Alexander Neumann 2015-07-26 14:56:34 +02:00
  • 55ddd5317d Reduce memory usage for fuse mount Alexander Neumann 2015-07-26 14:25:01 +02:00
  • 90ed679e88 Merge pull request #246 from restic/id-as-array Alexander Neumann 2015-07-25 22:32:58 +02:00
  • 054256468b Fix message display for parent snapshot id Alexander Neumann 2015-07-25 18:09:38 +02:00
  • 5cdcc99eba Use array instead of hash for backend.ID Alexander Neumann 2015-07-25 17:05:45 +02:00
  • 2fa6124545 Merge pull request #245 from restic/fix-224 Alexander Neumann 2015-07-25 13:17:09 +02:00
  • deaca157fe restore: ignore errors Alexander Neumann 2015-07-25 12:58:55 +02:00
  • c91f185818 Add FROSCON talk Alexander Neumann 2015-07-25 12:17:26 +02:00
  • b5ebd702fe Merge pull request #242 from restic/add-exclude-patterns-to-snapshot Alexander Neumann 2015-07-23 20:11:43 +02:00
  • cc34401152 Record exclude patterns in snapshot Alexander Neumann 2015-07-22 22:33:23 +02:00
  • ec3893e655 Merge pull request #240 from restic/fix-fuse-symlinks Alexander Neumann 2015-07-21 22:16:33 +02:00
  • 9911d46996 fuse: rename child/children -> node/items Alexander Neumann 2015-07-21 21:34:59 +02:00
  • 3f4b5b8d48 fuse/mount: display symlinks properly Alexander Neumann 2015-07-21 21:25:05 +02:00
  • 1ac72b8813 Fix style issue Alexander Neumann 2015-07-21 21:24:06 +02:00
  • 99dae57b4f fuse: use node.Type instead of node.Mode Alexander Neumann 2015-07-21 21:23:40 +02:00
  • aeb5a694d3 Merge pull request #238 from restic/fix-checks-on-bsd Alexander Neumann 2015-07-21 19:47:33 +02:00
  • ac8d01ac8c Merge pull request #231 from restic/implement-filter-functions Alexander Neumann 2015-07-20 21:33:16 +02:00
  • 258b6a77ee Refactor skipping symlink ModTime checks, add OpenBSD Alexander Neumann 2015-07-20 21:29:21 +02:00
  • bd3ce5d4a3 Fix tests on freebsd Alexander Neumann 2015-07-20 21:02:38 +02:00
  • 1da89253cf Add include filter for restore Alexander Neumann 2015-07-20 19:20:20 +02:00
  • c0337a2675 Add exclude filter to restorer and 'restore' command Alexander Neumann 2015-07-20 00:38:44 +02:00
  • 7fd52f9f57 Add exclude filter to archiver and 'backup' command Alexander Neumann 2015-07-20 00:13:39 +02:00
  • 0d8bad273d Remove combined include/exclude filters Alexander Neumann 2015-07-19 22:26:01 +02:00
  • b425ea19e5 filter: fix bug, copy slice with new pattern Alexander Neumann 2015-07-13 23:15:57 +02:00
  • e9285539be filter: implement handling ** Alexander Neumann 2015-07-13 22:51:35 +02:00
  • bbdb2ebfa0 Add filter implementation for files Alexander Neumann 2015-07-13 22:05:21 +02:00
  • 7e0a9aa565 Merge pull request #122 from rakoo/fuse Alexander Neumann 2015-07-19 23:34:02 +02:00
  • 77c0f69dd0 Don't test fuse on non-darwin Matthieu Rakotojaona 2015-07-19 23:24:37 +02:00
  • 3767eb2675 Unmount and remove directory for mount in tests Matthieu Rakotojaona 2015-07-19 23:02:48 +02:00
  • e44716381c Unmount when closing application from cli Matthieu Rakotojaona 2015-07-19 23:02:02 +02:00