Commit Graph

  • f73ee5eade Make all config file variables be settable in the environment Nick Craig-Wood 2016-12-20 18:03:09 +00:00
  • 0d75d2585f Allow all options to be set from environment variables Nick Craig-Wood 2016-12-20 15:50:46 +00:00
  • 3b0f944e23 Add time-based bandwidth limits. Marco Paganini 2017-01-02 18:52:41 -08:00
  • aaeab58ce6 Add Lukas Loesche to contributors Nick Craig-Wood 2017-01-03 20:47:40 +00:00
  • 5894c02a34 Typo: the the -> the in docs and comments Lukas Loesche 2016-12-31 18:20:31 +01:00
  • f1221b510b Change --track-renames to use the length,hash pair stored in a map Nick Craig-Wood 2017-01-03 17:35:12 +00:00
  • 274ab349f4 sync: Only allow --track-renames if have a common hash Nick Craig-Wood 2017-01-02 16:37:59 +00:00
  • 86392fb800 Add Bjørn Erik Pedersen to contributors Nick Craig-Wood 2017-01-03 20:34:36 +00:00
  • adc156ab2a docs: Document track-renames option Bjørn Erik Pedersen 2016-12-20 19:30:50 +01:00
  • 47d3a450a4 sync: Track and perform server-side renames Bjørn Erik Pedersen 2016-12-18 11:03:56 +01:00
  • 5c89fd679d Fix incorrect vendoring for swift library Nick Craig-Wood 2017-01-03 17:39:56 +00:00
  • 1cad759306 Update vendor directory Nick Craig-Wood 2017-01-02 16:12:05 +00:00
  • 5b8b379feb Version v1.35 v1.35 Nick Craig-Wood 2017-01-02 15:30:34 +00:00
  • f538fd8eb4 Update RELEASE procedure Nick Craig-Wood 2017-01-02 14:38:14 +00:00
  • 4dd5428b13 Fix rmdirs test and integration tests which depend on each other Nick Craig-Wood 2016-12-31 15:36:58 +00:00
  • 64ec220d5d Fix --no-update-modtime test on remotes which don't support hashes Nick Craig-Wood 2016-12-31 15:19:26 +00:00
  • cbfec0d281 Fix tests for missing config file Nick Craig-Wood 2016-12-20 15:05:08 +00:00
  • 80c044f2d3 Stop overwriting global remote in tests Nick Craig-Wood 2016-12-20 14:15:11 +00:00
  • 1b2dda8c4c oauthutil: Reload config file off disk before updating token Nick Craig-Wood 2016-12-19 15:04:07 +00:00
  • 473bdad00b crypt: Prevent the user pointing crypt at itself - fixes #927 Nick Craig-Wood 2016-12-19 14:09:59 +00:00
  • 4482e75f38 Fix golint Nick Craig-Wood 2016-12-15 21:02:41 +00:00
  • 43c530922a Restore ability for any command to show stats by adding --stats flag Nick Craig-Wood 2016-12-15 17:40:17 +00:00
  • dd60f088ed mount: retry reads on error #873 Nick Craig-Wood 2016-12-14 21:17:48 +00:00
  • 0117aeafbf mount: this removes the async buffering as it was killing seek performance Nick Craig-Wood 2016-12-14 21:15:12 +00:00
  • 442861581a Update release process - fixes #855 Nick Craig-Wood 2016-12-14 17:49:26 +00:00
  • 4e809c951d acd: Note that Move and DirMove are now supported - fixes #122 Nick Craig-Wood 2016-12-14 17:45:20 +00:00
  • 215fd2a11d b2: use new prefix and delimiter parameters in directory listings Nick Craig-Wood 2016-12-14 17:37:26 +00:00
  • 13b705e227 mount: report the modification times for directories from the remote #940 #950 Nick Craig-Wood 2016-12-14 15:26:04 +00:00
  • 8083804575 Make sure wrapped retry/fatal errors are never nil to avoid panic Nick Craig-Wood 2016-12-13 16:02:14 +00:00
  • ec0916c59d crypt: return unexpected EOF instead of Failed to authenticate decrypted block #873 Nick Craig-Wood 2016-12-12 15:20:40 +00:00
  • 7392cd1a1a Add section on how to set RCLONE_CONFIG_PASS from a script Nick Craig-Wood 2016-12-12 12:33:43 +00:00
  • 2656a0e070 Update go to 1.7.4 and 1.6.4 in CI Nick Craig-Wood 2016-12-09 17:12:11 +00:00
  • 5b5df9ae8e acd: fix the corner cases in Move and DirMove and refactor Nick Craig-Wood 2016-12-09 16:56:07 +00:00
  • fafbcc8e2f Make server side move more obvious in debug Nick Craig-Wood 2016-12-09 16:50:28 +00:00
  • c55402caa2 drive: create destination directory on Move() Nick Craig-Wood 2016-12-09 16:45:11 +00:00
  • d132dc7640 drive: make DirMove more efficient and complain about moving the root Nick Craig-Wood 2016-12-09 15:41:09 +00:00
  • 48a2e3844d Add optional interface DirCacheFlush for making the tests more reliable Nick Craig-Wood 2016-12-09 15:39:29 +00:00
  • d911bf3889 Add links to the forum in the main pages Nick Craig-Wood 2016-12-08 10:41:55 +00:00
  • dcf53a1d12 Allows multiple --include/--exclude/--filter options - fixes #875 Nick Craig-Wood 2016-12-07 13:37:40 +00:00
  • 3bdfa284a9 Make rclone lsd obey the filters properly Nick Craig-Wood 2016-12-07 11:16:36 +00:00
  • cb9f1eefd2 crypt: fix Mkdir/Rmdir with a dir parameter - fixes rmdirs command Nick Craig-Wood 2016-12-06 15:13:29 +00:00
  • dd99a4b3dc Update golang.org/x/sys to enable mips compile #849 Nick Craig-Wood 2016-12-06 15:12:29 +00:00
  • e79a5de7df local: fix Mkdir/Rmdir with a dir on Windows Nick Craig-Wood 2016-12-05 18:09:45 +00:00
  • c24da0b886 fuse: add stats printing and note which files are transferring Nick Craig-Wood 2016-12-01 08:49:47 +00:00
  • be4fd51289 fuse: Add bandwidth accounting and buffering Nick Craig-Wood 2016-11-30 20:18:14 +00:00
  • 2cbdb95ce5 Only show transfer stats on commands which transfer stuff - fixes #849 Nick Craig-Wood 2016-12-04 16:52:24 +00:00
  • 716ce49ce9 Patch vendored version of stretchr to use latest go-spew Nick Craig-Wood 2016-12-04 16:28:27 +00:00
  • 34b9ac8a5d Update vendor directory Nick Craig-Wood 2016-12-04 16:25:30 +00:00
  • c265f451f2 Implement moveto and copyto commands for choosing a destination name on copy/move Nick Craig-Wood 2016-10-23 17:34:17 +01:00
  • 2058652fa4 Allow overlapping remotes in move when DirMove is supported Nick Craig-Wood 2016-10-22 17:53:52 +01:00
  • 50b3cfccb1 Factor Move out of sync.go and add remote parameter to Move and Copy Nick Craig-Wood 2016-10-22 17:53:10 +01:00
  • 5e35aeca9e Regularize the command definition names Nick Craig-Wood 2016-10-22 12:05:45 +01:00
  • 05798672c8 acd: Fix nil pointer deref - fixes #916 Nick Craig-Wood 2016-11-30 21:05:35 +00:00
  • 7929b6e756 fuse: support R/W files only if truncate is set. Nick Craig-Wood 2016-11-28 17:56:54 +00:00
  • 2756900749 Fix not transferring files that don't differ in size - fixes #911 Nick Craig-Wood 2016-11-28 17:08:15 +00:00
  • 539853df36 Fix rmdirs test Nick Craig-Wood 2016-11-28 12:23:24 +00:00
  • 651db36674 Add Scott McGillivray to authors Nick Craig-Wood 2016-11-28 12:15:34 +00:00
  • f9df545e3c add --stats-unit option and improve alignment for --stats output Scott McGillivray 2016-11-22 12:04:05 +08:00
  • 5e62ede8d0 make the parameter format for --stats flag more obvious Scott McGillivray 2016-11-22 11:51:09 +08:00
  • 7f41c9a015 Add Thibault Molleman to contributors Nick Craig-Wood 2016-11-27 18:54:24 +00:00
  • ac7727861e drive docs: update openoffice formats Thibault Molleman 2016-11-26 12:05:40 +01:00
  • 943a0938e7 Add 0xJAKE to contributors Nick Craig-Wood 2016-11-27 18:42:11 +00:00
  • 6580d9478e filtering docs: clarify / referencing root of remote in filters, not root of local drive 0xJAKE 2016-11-27 12:20:45 -06:00
  • 36d411c25d acd docs: clarify --max-size only ignoring files (not splitting) 0xJAKE 2016-11-27 12:18:47 -06:00
  • 8aae166a5b Add missing rmdirs command Nick Craig-Wood 2016-11-27 18:36:13 +00:00
  • aaad0354e6 Clarify match rules in filter docs Nick Craig-Wood 2016-11-27 12:10:52 +00:00
  • f3365dd251 Make rclone rmdirs command to delete empty directories - fixes #831 Nick Craig-Wood 2016-11-27 11:49:31 +00:00
  • aaa1370a36 Add directory parameter to Rmdir and Mkdir #100 #831 Nick Craig-Wood 2016-11-25 21:52:43 +00:00
  • c41b67ea08 mount: Implement statfs interface so df works - fixes #894 Nick Craig-Wood 2016-11-20 22:54:03 +00:00
  • 0b562bcabc mount: Note that write is now supported on ACD Nick Craig-Wood 2016-11-19 10:54:37 +00:00
  • 1e41a015b5 just use one upload method, as go-acd can determine size itself now Stefan Breunig 2016-11-17 21:54:40 +01:00
  • 8b82cc7073 Patch vendored version of stretchr to use latest go-spew Nick Craig-Wood 2016-11-19 10:35:00 +00:00
  • e19b30bd26 Add test dependencies back to vendor directory Nick Craig-Wood 2016-11-19 10:22:36 +00:00
  • 09897c8d0d Save test dependencies too on make update Nick Craig-Wood 2016-11-19 10:22:23 +00:00
  • d4ddbcea96 Notes on the vendor directory Nick Craig-Wood 2016-11-19 10:09:50 +00:00
  • 00af021abb Update vendor dependencies Nick Craig-Wood 2016-11-19 10:03:41 +00:00
  • 8118623680 Rebuild the godeps from scratch on update and include godep as a build_dep Nick Craig-Wood 2016-11-19 10:04:22 +00:00
  • 2c594dd996 acd: fix docs for --max-size Nick Craig-Wood 2016-11-17 17:30:49 +00:00
  • d8b7156b5c Add Alishan Ladhani to contributors Nick Craig-Wood 2016-11-15 16:22:00 +00:00
  • d4a609c6cd Update Onedrive doc to reflect file size limit Alishan Ladhani 2016-11-13 23:23:26 -05:00
  • bf243f30d3 report number of blocks in fuse Stefan Breunig 2016-11-12 14:10:36 +01:00
  • 3ce82facac Add Stefan Breunig to contributors Nick Craig-Wood 2016-11-11 18:04:42 +00:00
  • fb1458815a acd: add support for server side DirMove #122 Stefan Breunig 2016-11-07 21:38:57 +01:00
  • 2243b065e8 acd: filter out bogus children Amazon reports sometimes Stefan Breunig 2016-11-06 17:07:11 +01:00
  • 718694d5ee acd: server side move #122 Stefan Breunig 2016-11-01 13:34:47 +01:00
  • 77f38cb6f1 acd: extend move test to check conflict cases for two step rename+move Stefan Breunig 2016-11-01 13:05:06 +01:00
  • ca017980a3 Add support for server side move operations Too Much IO 2016-10-30 21:02:38 +11:00
  • 4105da206a b2: reauth the account while doing uploads too #825 Nick Craig-Wood 2016-11-07 13:30:51 +00:00
  • 34e7ca90fc Update go-acd vendor to fix error message - fixes #860 Nick Craig-Wood 2016-11-07 10:20:26 +00:00
  • 687abe7803 Fix godep update Nick Craig-Wood 2016-11-06 14:50:52 +00:00
  • 9b1820a7ad Update go-acd dependency Nick Craig-Wood 2016-11-06 14:26:12 +00:00
  • 5f320cc540 Add missing vendor files v1.34 Nick Craig-Wood 2016-11-06 10:40:40 +00:00
  • 23b8f008e0 Add missing docs changes Nick Craig-Wood 2016-11-06 10:39:25 +00:00
  • d95288175f Version v1.34 Nick Craig-Wood 2016-11-06 10:17:52 +00:00
  • b83f7ac06b Update dependencies pre release Nick Craig-Wood 2016-11-05 18:35:34 +00:00
  • f7af730b50 Use a vendor directory for repeatable builds - fixes #816 Nick Craig-Wood 2016-10-31 15:50:02 +00:00
  • 01be5bff02 Fix ogier/pflag vs spf13/pflag Nick Craig-Wood 2016-10-31 14:45:52 +00:00
  • e825df6448 Fix Check on crypted file systems Nick Craig-Wood 2016-11-05 18:17:21 +00:00
  • ff41b0d435 Improve error message when source remote isn't found in sync #848 Nick Craig-Wood 2016-11-05 18:03:55 +00:00
  • e162377ca3 acd: Simplify the wait options into a single --acd-upload-wait-per-gb - fixes #262 Nick Craig-Wood 2016-11-05 13:57:03 +00:00