Commit Graph

  • 7e7f3de355 qingcloud: fix typos in trace messages François Leurent 2018-12-26 15:51:48 +01:00
  • 1f6a1cd26d vfs: add test_vfs code for hunting for deadlocks Nick Craig-Wood 2018-12-21 16:16:33 +00:00
  • 2cfe2354df vfs: fix deadlock between RWFileHandle.close and File.Remove - fixes #2857 Nick Craig-Wood 2018-12-21 13:55:06 +00:00
  • 13387c0838 vfs: fix deadlock on concurrent operations on a directory - fixes #2811 Nick Craig-Wood 2018-12-03 21:51:39 +00:00
  • 108ec53c0c onedrive: fix driveID of src being moved not determined correctly onedrive-sharedfolders Cnly 2018-12-26 16:27:58 +08:00
  • 64e303321b onedrive: make moving between drives fall back to copying then deleting Cnly 2018-12-26 15:57:16 +08:00
  • 7d87386d58 fstests: fix TestFsName fails when using remote:with/path Cnly 2018-12-26 15:14:25 +08:00
  • beb773d20c onedrive: fix broken support for "shared with me" folders - #2536, #2778 Cnly 2018-12-26 15:10:12 +08:00
  • 5babf2dc5c Update drive.md Animosity022 2018-12-21 09:31:55 -05:00
  • 9012d7c6c1 cmd: fix --progress crash under Windows Jenkins - fixes #2846 Nick Craig-Wood 2018-12-19 12:36:29 +00:00
  • df1faa9a8f webdav: fail soft on time parsing errors Nick Craig-Wood 2018-11-30 10:44:24 +00:00
  • 3de7ad5223 b2: for a bucket limited application key check the bucket name Nick Craig-Wood 2018-12-14 10:10:13 +00:00
  • 9cb3a68c38 crypt: check for maximum length before decrypting filename Garry McNulty 2018-12-18 20:35:41 +00:00
  • c1dd76788d httplib: make http serving with auth generate INFO messages on auth fail Nick Craig-Wood 2018-12-13 12:15:05 +00:00
  • 5ee1816a71 filter: parallelise reading of --files-from - fixes #2835 Nick Craig-Wood 2018-12-13 10:47:09 +00:00
  • 63b51c6742 vendor: add golang.org/x/sync as a dependency Nick Craig-Wood 2018-12-13 10:45:52 +00:00
  • e7684b7ed5 Add William Cocker to contributors Nick Craig-Wood 2018-12-06 21:53:53 +00:00
  • dda23baf42 s3 : update doc for Glacier storage class William Cocker 2018-12-06 15:35:29 +01:00
  • 8575abf599 s3: add GLACIER storage class William Cocker 2018-12-06 22:53:05 +01:00
  • feea0532cd azureblob: ignore directory markers - fixes #2806 Nick Craig-Wood 2018-12-05 21:34:10 +00:00
  • d3e8ae1820 Add Mark Otway to contributors Nick Craig-Wood 2018-12-06 15:13:03 +00:00
  • 91a9a959a2 Add Mathieu Carbou to contributors Nick Craig-Wood 2018-12-06 15:11:34 +00:00
  • 04eae51d11 Fix install for Synology Mark Otway 2018-12-06 14:03:21 +00:00
  • 8fb707e16d Fixes #1788: Retry-After support for Dropbox backend Mathieu Carbou 2018-12-05 10:11:41 -05:00
  • 4138d5aa75 Issue #1788: Pointing to Dropbox's v5.0.0 tag Mathieu Carbou 2018-12-05 13:15:41 -05:00
  • fc654a4cec http: fix backend with --files-from and non-existent files Nick Craig-Wood 2018-12-04 17:40:44 +00:00
  • 26b5f55cba Update after goimports change Nick Craig-Wood 2018-12-04 10:11:57 +00:00
  • 3f572e6bf2 webdav: fix infinite loop on failed directory creation - fixes #2714 Nick Craig-Wood 2018-11-29 17:54:02 +00:00
  • 941ad6bc62 azureblob: use the s3 pacer for 0 delay - fixes #2799 Nick Craig-Wood 2018-11-30 12:21:03 +00:00
  • 5d1d93e163 azureblob: use the rclone HTTP client - fixes #2654 Nick Craig-Wood 2018-11-30 12:08:22 +00:00
  • 35fba5bfdd Add Garry McNulty to contributors Nick Craig-Wood 2018-12-02 20:52:04 +00:00
  • 887834da91 b2: cleanup unfinished large files Garry McNulty 2018-12-02 18:05:32 +00:00
  • 107293c80e copy,move: restore --no-traverse flag Nick Craig-Wood 2018-11-25 16:49:38 +00:00
  • e3c4ebd59a march: factor calling parameters into a structure Nick Craig-Wood 2018-11-25 17:26:58 +00:00
  • d99ffde7c0 s3: change --s3-upload-concurrency default to 4 to increase perfomance #2772 Nick Craig-Wood 2018-12-02 17:51:14 +00:00
  • 198c34ce21 s3: implement --s3-upload-cutoff for single part uploads below this - fixes #2772 Nick Craig-Wood 2018-11-26 21:09:23 +00:00
  • 0eba88bbfe sftp: check directory is empty before issuing rmdir Nick Craig-Wood 2018-11-30 17:37:55 +00:00
  • aeea4430d5 swift: efficiency: slim Object and reduce requests on upload Nick Craig-Wood 2018-12-02 10:23:55 +00:00
  • 4b15c4215c sftp: fix rmdir on Windows based servers (eg CrushFTP) Nick Craig-Wood 2018-11-29 21:34:37 +00:00
  • 50452207d9 swift: add --swift-no-chunk to disable segmented uploads in rcat/mount Nick Craig-Wood 2018-11-28 15:51:18 +00:00
  • 01fcad9b9c rc: fix docs for sync/{sync,copy,move} and operations/{copy,move}file Nick Craig-Wood 2018-11-29 10:57:36 +00:00
  • eb41253764 azureblob: allow building azureblob backend on *BSD themylogin 2018-11-26 18:16:02 +03:00
  • 89625e54cf vendor: update dependencies to latest Nick Craig-Wood 2018-11-24 15:31:25 +00:00
  • 58f7141c96 drive, googlecloudstorage: disallow on go1.8 due to dependent library changes Nick Craig-Wood 2018-11-26 14:08:51 +00:00
  • e56c6402a7 serve restic: disallow on go1.8 because of dependent library changes Nick Craig-Wood 2018-11-26 14:07:25 +00:00
  • d0eb8ddc30 serve webdav: disallow on go1.8 due to dependent library changes Nick Craig-Wood 2018-11-25 16:34:51 +00:00
  • 411f75aadf azureblob: enable on freebsd, netbsd, openbsd fix-azure-bsd-compile Nick Craig-Wood 2018-11-26 08:32:58 +00:00
  • a6c28a5faa Start v1.45-DEV development Nick Craig-Wood 2018-11-24 15:20:24 +00:00
  • d35bd15762 Version v1.45 v1.45 Nick Craig-Wood 2018-11-24 13:44:25 +00:00
  • 8b8220c4f7 azureblob: wait for up to 60s to create a just deleted container Nick Craig-Wood 2018-11-24 10:53:44 +00:00
  • 5fe3b0ad71 Add Stephen Harris to contributors Nick Craig-Wood 2018-11-24 10:56:09 +00:00
  • 4c8c87a935 Update PROXY section of the FAQ Stephen Harris 2018-11-23 14:58:32 -05:00
  • bb10a51b39 test_all: limit to go1.11 so the template used is supported Nick Craig-Wood 2018-11-23 16:05:09 +00:00
  • df01f7a4eb test_all: fix regexp for retrying nested tests Nick Craig-Wood 2018-11-23 14:25:51 +00:00
  • e84790ef79 swift: add pacer for retries to make swift more reliable #2740 Nick Craig-Wood 2018-11-22 22:15:52 +00:00
  • 369a8ee17b ncdu: fix deleting files Nick Craig-Wood 2018-11-22 21:41:17 +00:00
  • 84e21ade6b cmount: fix on Linux - only apply volname for Windows and macOS Nick Craig-Wood 2018-11-22 20:41:05 +00:00
  • 703b0535a4 yandex: update docs Sebastian Bünger 2018-11-19 18:52:36 +01:00
  • 155264ae12 yandex: complete rewrite Get rid of the api client and use rest/pacer for all API calls Add Copy, Move, DirMove, PublicLink, About optional interfaces Improve general error handling Remove ListR for now due to inconsitent behaviour fixes #2586, progress on #2740 and #2178 Sebastian Bünger 2018-11-19 18:27:00 +01:00
  • 31e2ce03c3 fstests: re-arrange backend integration tests so they can be retried Nick Craig-Wood 2018-11-22 17:43:18 +00:00
  • e969505ae4 info: fix control character map output Nick Craig-Wood 2018-11-20 14:04:27 +00:00
  • 26e2f1a998 Add Alexander to contributors Nick Craig-Wood 2018-11-20 10:22:11 +00:00
  • 2682d5a9cf - install with busybox if any Alexander 2018-11-19 11:13:31 +07:00
  • 2191592e80 Add Henry Ptasinski to contributors Nick Craig-Wood 2018-11-19 13:33:59 +00:00
  • 18f758294e Add Peter Kaminski to contributors Nick Craig-Wood 2018-11-19 13:33:59 +00:00
  • f95c1c61dd s3: add config info for Wasabi's US-West endpoint Henry Ptasinski 2018-11-17 08:24:00 -08:00
  • 8c8dcdd521 webdav: fix config parsing so --webdav-user and --webdav-pass flags work Nick Craig-Wood 2018-11-17 13:14:54 +00:00
  • 141c133818 fstest: Wait for longer if neccessary in TestFsChangeNotify Nick Craig-Wood 2018-11-16 07:45:24 +00:00
  • 0f03e55cd1 fstests: ignore main directory creation in TestFsChangeNotify Nick Craig-Wood 2018-11-15 17:48:38 +00:00
  • 9e6ba92a11 fstests: attempt to fix TestFsChangeNotify flakiness Nick Craig-Wood 2018-11-15 17:16:23 +00:00
  • 762561f88e fstest: factor out retry logic from put code and make testPut return the object too Nick Craig-Wood 2018-11-15 17:15:56 +00:00
  • 084fe38922 fstests: fixes the integration test errors running crypt over swift. Nick Craig-Wood 2018-11-15 16:28:04 +00:00
  • 63a2a935fc fix typos in original files, per #2727 review request Peter Kaminski 2018-11-14 08:11:58 -08:00
  • 64fce8438b docs: Fix a couple of minor typos in rclone_mount.md Peter Kaminski 2018-11-05 17:37:43 -08:00
  • f92beb4e14 fstest: Fix TestPurge causing errors with subsequent tests on azure Nick Craig-Wood 2018-11-14 17:14:02 +00:00
  • f7ce2e8d95 azureblob: fix erroneous Rmdir error "directory not empty" Nick Craig-Wood 2018-11-14 17:13:39 +00:00
  • 3975d82b3b Add brused27 to contributors Nick Craig-Wood 2018-11-13 17:00:26 +00:00
  • d87aa33ec5 azureblob: Avoid context deadline exceeded error by setting a large TryTimeout value - Fixes #2647 brused27 2018-11-05 12:33:57 -06:00
  • 1b78f4d1ea Changed the docs scripts to use $HOME & $USER instead of specific values Anagh Kumar Baranwal 2018-10-23 23:36:30 +05:30
  • b3704597f3 cmount: make --volname work for Windows - fixes #2679 Nick Craig-Wood 2018-10-21 11:05:20 +01:00
  • 16f797a7d7 filter: add --ignore-case flag - fixes #502 Nick Craig-Wood 2018-11-12 14:29:37 +00:00
  • ee700ec01a lib/readers: add mutex to RepeatableReader - fixes #2572 Nick Craig-Wood 2018-11-12 12:02:05 +00:00
  • 9b3c951ab7 Add Jake Coggiano to contributors Nick Craig-Wood 2018-11-12 11:34:28 +00:00
  • 22d17e79e3 dropbox: add dropbox impersonate support - fixes #2577 Jake Coggiano 2018-09-17 17:35:12 -07:00
  • 6d3088a00b vendor: add github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/team/ Jake Coggiano 2018-11-11 11:47:35 -08:00
  • 84202c7471 onedrive: note 50,000 files is limit for one directory #2707 Nick Craig-Wood 2018-11-11 10:57:49 +00:00
  • 96a05516f9 acd,box,onedrive,pcloud: remote log.Fatal from NewFs Nick Craig-Wood 2018-11-11 10:40:13 +00:00
  • 4f6a942595 cmd: Make --progress update the stats right at the end Nick Craig-Wood 2018-11-11 09:57:37 +00:00
  • c4b0a37b21 rc: improve docs on debugging Nick Craig-Wood 2018-11-10 10:18:13 +00:00
  • 9322f4baef Add Erik Swanson to contributors Nick Craig-Wood 2018-11-08 12:58:41 +00:00
  • fa0a1e7261 s3: fix role_arn, credential_source, ... Erik Swanson 2018-11-06 18:50:28 -08:00
  • 4ad08794c9 fserrors: add "server closed idle connection" to retriable errors Nick Craig-Wood 2018-11-05 14:51:05 +00:00
  • c0f600764b Add Scott Edlund to contributors Nick Craig-Wood 2018-11-07 14:27:06 +00:00
  • f139e07380 enable softfloat on MIPS arch Scott Edlund 2018-11-05 12:37:41 +07:00
  • c6786eeb2d move: don't create directories with --dry-run - fixes #2676 Nick Craig-Wood 2018-11-04 13:01:01 +00:00
  • 57b85b8155 rc: fix job tests on Windows Nick Craig-Wood 2018-11-06 12:01:02 +00:00
  • 2b1194c57e rc: update docs with new methods rest-api Nick Craig-Wood 2018-11-04 20:44:47 +00:00
  • e6dd121f52 config: add rc operations for config Nick Craig-Wood 2018-11-04 18:23:12 +00:00
  • e600217666 config: create config directory on save if it is missing Nick Craig-Wood 2018-11-05 14:00:33 +00:00
  • bc17ca7ed9 rc: implement core/obscure Nick Craig-Wood 2018-11-04 16:30:56 +00:00