Nick Craig-Wood
5fba913207
local: fix detection of directories in new object creation
...
This stops the local listing erroring on all symlinks
2017-02-27 17:03:31 +00:00
Nick Craig-Wood
f7252645ba
Make the Makefile build rclone with the correct version number by default
2017-02-27 11:53:03 +00:00
Nick Craig-Wood
e48d19f895
acd: make file size warning at Info level so it appears by default
2017-02-26 13:23:12 +00:00
Nick Craig-Wood
6bad0ad9c4
Fix installation instructions to install in /usr/bin not /usr/sbin
2017-02-26 10:09:23 +00:00
Nick Craig-Wood
dc5b7dc102
rest: don't duplicate headers on redirect now go1.8 does it
2017-02-25 21:41:03 +00:00
Nick Craig-Wood
55eafb3a9a
gcs: fix depth 1 directory listings
2017-02-25 16:03:29 +00:00
Nick Craig-Wood
5b6dd36307
dropbox, yandex: fix return of wrapped nil introduced in 79e3c67bbd
2017-02-25 15:23:27 +00:00
Nick Craig-Wood
175c39e1d0
b2: fix uploading empty files with go1.8
2017-02-25 15:22:14 +00:00
Nick Craig-Wood
84b12574de
sftp: fix detection of file vs directory
2017-02-25 14:31:27 +00:00
Nick Craig-Wood
efbb040e3f
yandex: fix single level directory listing
2017-02-25 13:41:24 +00:00
Nick Craig-Wood
79e3c67bbd
local, yandex, dropbox: fix NewObject suceeding on a directory #1079
...
Add tests to make it consistent across all remotes
2017-02-25 11:09:57 +00:00
Nick Craig-Wood
527099ae72
dropbox: normalise the case for single level directory listings #1165
...
This should fix directory at a time syncs having strange case.
2017-02-24 22:49:29 +00:00
Nick Craig-Wood
e2f0feef3c
Add debugging to print hash values on failed hash comparison
2017-02-23 11:23:19 +00:00
Nick Craig-Wood
30e97ad9ec
Fix parsing of remotes in moveto and copyto - fixes #1079
2017-02-22 22:09:33 +00:00
Nick Craig-Wood
07dc76eff0
Remove unused test file
2017-02-22 20:58:24 +00:00
Nick Craig-Wood
e59dc81658
Stop --track-renames deleting case folded source files - fixes #1094
...
What was happening is that when Move was implemented as Copy + Delete,
MoveFile was seeing the files didn't need transferring (because they
were identical) then deleted the source.
The fix uses Move instead and patches onedrive to disallow a case
folded identical copy (which errors with 500 error)
2017-02-22 19:28:22 +00:00
Nick Craig-Wood
f40443359d
Fix exit code docs - fixes #1169
2017-02-22 18:00:56 +00:00
Nick Craig-Wood
6b0f2ef4bd
Fix --delete-before deleting files on copy - fixes #1166
2017-02-22 13:17:38 +00:00
Nick Craig-Wood
12aa03f5b8
dropbox: fix depth 1 listing - fixes #1165
2017-02-22 12:48:16 +00:00
Nick Craig-Wood
73a96dc588
Improve directory listing tests to detect issue #1165
2017-02-22 11:53:40 +00:00
Nick Craig-Wood
980cd5bfd8
Put the -beta-latest files at the root of beta.rclone.org - fixes #1047
2017-02-20 18:03:02 +00:00
Nick Craig-Wood
86cc9f3dfb
Include git-log.txt into beta releases - fixes #1047
2017-02-20 17:08:07 +00:00
Nick Craig-Wood
1ae604fcf4
cross-compile: make rclone-beta-latest* for download #1047
2017-02-20 16:58:46 +00:00
Nick Craig-Wood
5e93fe96d3
cross-compile: add missing .exe suffix to windows binaries
2017-02-20 16:36:54 +00:00
Nick Craig-Wood
31745320c8
Log the rclone version at the end of the run - fixes #847
2017-02-20 16:36:25 +00:00
Nick Craig-Wood
2da6cd7f84
Introduce AtExit to fix --cpuprofile and --memprofile to write profiles at end of run
2017-02-20 16:33:45 +00:00
Nick Craig-Wood
6e0e1ad9cb
Add more description to the snapcraft files
2017-02-18 12:02:04 +00:00
Dedsec1
dd62c94d05
Create dev-snapcraft.yaml for current snapshot rclone
2017-02-18 11:53:12 +00:00
Nick Craig-Wood
ee70b99143
Add Hisham Zarka to contributors
2017-02-18 11:42:26 +00:00
Hisham Zarka
b3a526814e
fix --ignore-checksum
2017-02-18 13:13:53 +04:00
Nick Craig-Wood
69a15ae173
Replace gox with a go script to do cross compiling
...
gox wasn't building the mips binaries for some reason.
2017-02-17 21:54:32 +00:00
Nick Craig-Wood
1d7f95da8e
Support MIPS big and little endian - fixes #849
2017-02-17 19:11:08 +00:00
Nick Craig-Wood
8ec57d145e
Update vendor directory
...
Re-added cobra patch 499475bb41
2017-02-17 16:49:51 +00:00
Nick Craig-Wood
3ef9f6f016
mount: add test scripts
2017-02-17 11:37:19 +00:00
Nick Craig-Wood
990b676e13
travis: only run go latest on OS X and include go tip, but allow failures
...
fixup
2017-02-17 10:34:29 +00:00
Nick Craig-Wood
5cdfe9c7ae
Updae to go1.8
2017-02-17 09:40:14 +00:00
Nick Craig-Wood
033d1eb7af
Refactor Account interface
2017-02-17 09:15:24 +00:00
Nick Craig-Wood
ac62ef430d
Prevent double closes on async buffer
2017-02-17 08:55:24 +00:00
Nick Craig-Wood
928be0f1fd
mount: fix seek with buffering to use correct interface
...
Stop pre-cache before seeking which stops lots of excess data transfer
2017-02-17 08:55:24 +00:00
Nick Craig-Wood
6f75290678
Make async buffering start slowly to improve seek performance
2017-02-17 08:26:14 +00:00
Dedsec1
8c2b50c7ed
Update snapcraft.yaml
2017-02-16 22:25:44 +00:00
Nick Craig-Wood
2b1695e09b
Add Dedsec1 to contributors
2017-02-16 22:22:47 +00:00
Nick Craig-Wood
ef604f6100
mount: implement renaming directories - fixes #954
...
This also fixes various caching issues renaming files.
2017-02-16 17:42:38 +00:00
Nick Craig-Wood
f3c5745468
Add srcRemote and dstRemote parameters to DirMove #954
2017-02-16 17:42:37 +00:00
Nick Craig-Wood
e4835f535d
sftp: remove stray debug
2017-02-16 12:40:29 +00:00
Nick Craig-Wood
33c2873ae9
drive: Fix Rmdir on directories with trashed files - fixes #1040
...
When we try to delete a directory which is empty other than with
trashed files, we trash the directory rather than deleting it.
2017-02-16 12:29:37 +00:00
Nick Craig-Wood
dac4bb22d3
mount: Make include and exclude filters apply to mount - fixes #1060
2017-02-15 23:28:53 +00:00
Nick Craig-Wood
b52c80e85c
sync: don't update mod times if --dry-run set - fixes #1100
2017-02-15 23:09:44 +00:00
Nick Craig-Wood
f15c6b68b6
Re-add the async buffer on seek - fixes #1137
2017-02-15 22:54:21 +00:00
Nick Craig-Wood
3f778d70f7
Add sync.Pool to async reader
2017-02-15 22:37:58 +00:00