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

Commit graph

  • 577a1bb232 Merge pull request #264 from restic/fix-124 Alexander Neumann 2015-08-21 22:19:14 +02:00
  • 8b485c59fc Update README and Design documentation Florian Daniel 2015-08-21 22:08:10 +02:00
  • 34d7a674f8 cleanup readme Florian Daniel 2015-08-17 21:35:06 +02:00
  • 228cafaab0 Remove warning, add note about compatibility Alexander Neumann 2015-08-21 22:00:12 +02:00
  • fdbff14e78 Merge pull request #271 from restic/go1.5 Alexander Neumann 2015-08-20 20:58:33 +02:00
  • fd2365724e Remove unneded variables Alexander Neumann 2015-08-20 19:45:04 +02:00
  • 9f7346354b CI: only run gox -build-toolchain for Go < 1.5 Alexander Neumann 2015-08-20 19:42:40 +02:00
  • 94eebbaa88 travis: add go1.5 Alexander Neumann 2015-08-20 19:15:07 +02:00
  • d7426a72f4 Revert "travis: remove unneeded GOPATH definition from" Alexander Neumann 2015-08-20 19:21:35 +02:00
  • 864579404c Merge pull request #268 from restic/cross-compile-windows Alexander Neumann 2015-08-20 19:11:46 +02:00
  • 3eac8061f9 travis: remove unneeded GOPATH definition from Alexander Neumann 2015-08-20 19:08:09 +02:00
  • 7ebf5397a3 clean up Makefile Alexander Neumann 2015-08-20 19:05:19 +02:00
  • 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
  • 4bb95b85d6 Merge d29ccafa61 into dc842ffa09 Klaus Post 2015-08-13 13:42:20 +00:00
  • d29ccafa61 Check if local path exists, and use it if so. klauspost 2015-08-13 15:27:49 +02:00
  • 630aeb4194 Output .exe file on Windows. klauspost 2015-08-13 14:57:57 +02:00
  • e49b38aca7 Only use Setsid on Unix. klauspost 2015-08-13 14:57:31 +02:00
  • 61d94a0954 Disable mount on Windows. klauspost 2015-08-13 14:46:49 +02:00
  • 3a4c02912a Disable UID/GID/mode/symlink tests on Windows. klauspost 2015-08-13 14:15:38 +02:00
  • 8d419713de Disable symlinks on Windows. klauspost 2015-08-13 14:13:40 +02:00
  • cc805b9325 Set "fake" PID on Windows to larger value. klauspost 2015-08-13 14:12:18 +02:00
  • a260e82e6a Disable SUGHUP lock check on Windows. klauspost 2015-08-13 14:10:32 +02:00
  • f2fd632e30 Don't set Read-Only on Windows. klauspost 2015-08-13 12:51:50 +02:00
  • 3e0974aca7 closed some http request bodies Chapuis Bertil 2015-08-13 08:47:22 +02:00
  • dc842ffa09 Add a word about git commits Alexander Neumann 2015-08-12 20:38:43 +02:00
  • 2e6187fe6f Keep track of open local files and close them. Still a lot of Access Denied errors related to removing files. klauspost 2015-08-12 17:32:03 +02:00
  • db26917bb5 EWINDOWS is not present on other OS'es, so use a stub function instead. klauspost 2015-08-12 16:14:56 +02:00
  • b051b0a507 Windows does not have Lchown, so ignore that error. klauspost 2015-08-12 16:06:22 +02:00
  • 0fb1ad40f2 Don't defer until we have checked the error. klauspost 2015-08-12 15:57:18 +02:00
  • 9f9c2a2be0 Ignore Uid/Gid parse errors, since Windows user/group ID isn't numbers. klauspost 2015-08-12 15:56:02 +02:00
  • caee192488 Cast to correct size ;) klauspost 2015-08-12 15:31:50 +02:00
  • 15f7340a58 Explicitly cast types from OS Stat_t structs. klauspost 2015-08-12 15:27:22 +02:00
  • 74dcdf3899 Add freebsd to unixes. Fix import. Fix cast. klauspost 2015-08-12 15:20:26 +02:00
  • d8a512ccf6 Get initial Windows compilation working. klauspost 2015-08-12 15:03:23 +02:00
  • b7fb50b8d9 Remove colored text. Messes up on Windows. klauspost 2015-08-12 14:26:17 +02:00
  • 0f22fa7db8 replaced if with switch Chapuis Bertil 2015-08-07 11:37:14 +02:00
  • 4ef94db328 added some Type and ID tests in the backend, sorted the json list, changed POST request HTTP status from 403 to 409 when a resource already exists Chapuis Bertil 2015-08-07 11:18:36 +02:00
  • 934fd9c2d8 adopted a more defensive approache for contructing the path in the REST backend Chapuis Bertil 2015-08-06 12:20:18 +02:00
  • 9f07645922 integrated the comments from the review, simplified the backend and added some documentation Chapuis Bertil 2015-08-06 12:08:55 +02:00
  • 010c9ed176 added the dependency to gorilla mux for testing the REST backend Chapuis Bertil 2015-08-05 16:48:03 +02:00
  • 6c63613ff7 integrated the rest backend in the tests Chapuis Bertil 2015-08-05 14:53:09 +02:00