Nick Craig-Wood
5d911e9450
pacer: Factor TokenDispenser into pacer from box remote
2017-07-29 23:14:47 +01:00
Nick Craig-Wood
a56d51c594
Add Andy Pilate to contributors
2017-07-27 21:18:37 +01:00
Andy Pilate
ef328c5497
Fixes typo in command dedupe definition
2017-07-27 21:17:57 +01:00
Andy Pilate
49e4cdb8b9
Added information about Drive server copies limits
2017-07-27 21:17:24 +01:00
Stefan Breunig
ee52365e88
doc: add FAQ entry for "tcp lookup no such host" - fixes #683
2017-07-27 18:20:25 +02:00
Nick Craig-Wood
f3060caf04
Implement tree command - fixes #1528
2017-07-26 23:06:48 +01:00
Nick Craig-Wood
bfef0bc2e9
vendor: add github.com/a8m/tree
2017-07-26 23:06:48 +01:00
Nick Craig-Wood
da9926d574
vendor: update golang.org/x/sys
...
Now that https://github.com/golang/go/issues/21136 is fixed
2017-07-26 22:56:17 +01:00
Nick Craig-Wood
ebc8361933
mount: Add notes on Windows limitations from Bill Zissimopoulos
2017-07-26 21:08:24 +01:00
Nick Craig-Wood
71fe046937
fs: Add Find method to DirTree
2017-07-26 16:38:53 +01:00
Nick Craig-Wood
d5ff7104e5
fs: Implement NewDirTree for non --fast-list
2017-07-26 16:38:44 +01:00
Nick Craig-Wood
cd4895690a
fstest: Factor test initialisation into Initialise()
2017-07-26 16:38:33 +01:00
Nick Craig-Wood
1ecf2bcbd5
fs: fix typo in --bind description
2017-07-23 23:08:33 +01:00
Nick Craig-Wood
c3d6cc91ec
Fix --bind flag changes under go1.6
...
Correcting 9f24639568
2017-07-23 22:36:32 +01:00
Nick Craig-Wood
6fce1ac267
vendor: roll back golang.org/x/sys to fix compile
...
Until https://github.com/golang/go/issues/21136 is fixed
2017-07-23 22:24:24 +01:00
Nick Craig-Wood
9f24639568
Add --bind flag for choosing the local addr on outgoing connections - fixes #1087
...
Supported by all remotes except FTP.
2017-07-23 16:27:39 +01:00
Nick Craig-Wood
8b30023f0d
Update MAINTAINERS with how to update the authors file.
2017-07-23 15:06:11 +01:00
Nick Craig-Wood
c507836617
Add Zhiming Wang to contributors
2017-07-23 15:02:19 +01:00
Zhiming Wang
6152bab28d
local: add --skip-links to suppress symlink warnings
...
Give users a way to explicitly acknowledge that symlinks are to be skipped
without warnings.
Fixes #1480 .
2017-07-23 15:02:02 +01:00
Nick Craig-Wood
6ae29df4d7
Add commit message and updating a backend sections to CONTRIBUTING
2017-07-23 13:23:42 +01:00
Nick Craig-Wood
de54fd4c64
mount: add docs for windows install
2017-07-23 13:05:02 +01:00
Nick Craig-Wood
859721f3cf
Add John Papandriopoulos to contributors
2017-07-23 13:05:02 +01:00
John Papandriopoulos
d134d78979
b2: add --b2-hard-delete to permanently delete instead of hide files - Fixes #1547
2017-07-23 13:02:42 +01:00
Nick Craig-Wood
7b81f12dad
box: add docs
...
* reorder remotes so they are in alphabetical order by full name everywhere
* update CONTRIBUTING doc
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
d279161cee
Implement box storage remote - #97
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
b5bf819256
acd,b2,crypt,drive: add missing upload options
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
384724fd11
rest, b2, onedrive: remove Absolute parameter from rest.Opts and replace with RootURL
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
5f70746d39
rest: Allow RootURL to be overridden
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
088806ba4c
rest: add Parameters field to opts for adding URL parameters
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
45ba4ed594
rest: implement multipart uploads
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
edfa1b3a69
oauthutil: fix panic from use of nil context
2017-07-23 11:32:34 +01:00
Nick Craig-Wood
db6009126d
Fix test failure with new stretchr/testify - fixes #1550
2017-07-23 08:59:07 +01:00
Nick Craig-Wood
5255cbf5e3
Update godep as part of vendor update
2017-07-23 08:51:57 +01:00
Nick Craig-Wood
eb87cf6f12
vendor: update all dependencies
2017-07-23 08:51:42 +01:00
Nick Craig-Wood
0b6fba34a3
Fix fetch_windows target in Makefile
2017-07-22 20:44:09 +01:00
Nick Craig-Wood
c8b5ee1e54
Start v1.37-DEV development
2017-07-22 20:43:06 +01:00
Nick Craig-Wood
a73ecec11f
Version v1.37
2017-07-22 20:04:29 +01:00
Nick Craig-Wood
c223464cd0
mount: fix panic on renames - fixes #1533
...
Make sure d.items is not nil and improve locking
2017-07-22 11:00:51 +01:00
Nick Craig-Wood
39d09c04a2
drive: Make --drive-trashed-only show all directories - fixes #1524
...
Without showing all directories it doesn't show trashed files which
are in an untrashed directory.
This isn't an ideal fix, but it makes the feature useable.
2017-07-22 10:03:27 +01:00
Stefan Breunig
db5494b316
document SIGUSR2 to toggle bandwidth limiter ( fixes #1424 )
2017-07-22 10:49:45 +02:00
Stefan Breunig
c3dab09a94
add Yaroslav Halchenko to contributors
2017-07-22 10:28:12 +02:00
Yaroslav Halchenko
3ddcbce989
DOC: any empty directoryies -> empty directories ( fixes #1546 )
2017-07-22 10:24:41 +02:00
Nick Craig-Wood
0cf19ef66a
Make ListDirSorted check for subdirectories and write test
2017-07-19 09:36:27 +01:00
Nick Craig-Wood
655891170f
Check in ListDirSorted that the directory entries all belong
2017-07-18 23:39:42 +01:00
Nick Craig-Wood
93423a0812
swift: fix zero length directory markekrs showing in the subdirectory listing
...
This was causing lots of duplicated files to be copied.
2017-07-18 23:38:48 +01:00
Nick Craig-Wood
78f33f5d6e
Add gdm85 to contributors
2017-07-18 15:16:17 +01:00
gdm85
209b7da3b2
gcs: Add ability to specify location and storage class via config and command line
...
* Add gcs-location and gcs-storage-class options for Google Cloud Storage
* Added config options (same as S3)
* Updated configuration example in documentation for Google Cloud Storage
2017-07-18 15:15:29 +01:00
Nick Craig-Wood
6f71260acf
Add --tpslimit and --tpslimit-burst to limit transactions per second for HTTP
...
This is useful if you are being rate limited or banned by your cloud
storage provider.
2017-07-16 17:25:39 +01:00
Nick Craig-Wood
ec6c3f2686
vendor: remove github.com/tsenart/tb
2017-07-16 16:14:44 +01:00
Nick Craig-Wood
62e28d0a72
Replace token bucket limiter github.com/tsenart/tb with golang.org/x/time/rate
...
In tests tsenart/tb has proved inaccurate at low rates.
2017-07-16 16:14:44 +01:00