fbe1c7f1ea
dropbox: remove unused code
2018-04-05 15:23:23 +01:00
c4531daa43
local: work on spurious "can't copy - source file is being updated" errors #2206
...
Update all the time comparisons to use time.Time.Equal instead of ==
Improve the logging for that error so we can see exactly what has changed
2018-04-05 14:57:30 +01:00
6e11a25df5
cache: flush the memory cache after close
2018-04-04 23:25:53 +03:00
0865e38917
Add Matt Holt to contributors
2018-04-04 14:56:50 +01:00
ab2fa59fc4
Add Alexander Neumann to contributors
2018-04-04 14:56:50 +01:00
e13f65b953
serve restic: Print actual listener address
2018-04-04 14:56:26 +01:00
5b8977a053
serve restic: Disallow overwriting files in append-only mode - Fixes #2195
...
* Disallow overwriting files in append-only mode
* Add tests for append-only mode
2018-04-04 14:49:13 +01:00
1dea99ab20
cache: purge file data on notification
2018-04-03 23:24:45 +03:00
06a8d3011d
Add Chih-Hsuan Yen to contributors
2018-04-02 11:43:22 +01:00
e7fd607078
Fix make tarball
2018-04-02 11:42:53 +01:00
eca99b33c0
lsd,lsf: make sure all times we output are in local time - fixes #2183
...
Previous to this change times from lsd/lsf were output in whatever
timezone they were in whereas times from lsl were converted to
localtime.
2018-04-01 15:40:04 +01:00
e42cee5e02
cache: always forget parent dir for notifications - for #2117
2018-03-31 12:44:09 +03:00
d45c750f76
Add Steve Kriss to contributors
2018-03-30 19:55:49 +01:00
2c2bb0f750
cmd/serve/restic: add append-only mode
2018-03-30 19:54:52 +01:00
a8267d1628
link: allow creating public link to files and folders - closes #1562
2018-03-29 09:10:19 +02:00
9df266a6b4
onedrive: Fix socket leak in multipart session upload
...
This had gone unnoticed until recently when we changed to uploading
all files with a multipart session.
2018-03-28 21:03:19 +01:00
4d553ef701
drive: when initialized with a filepath, optional features used incorrect root path – see #2182
2018-03-28 20:33:39 +02:00
1ba3ffdc59
Add Keith Goldfarb to contributors
2018-03-26 21:03:18 +01:00
72f1b097a7
Add gbadanahatti to contributors
2018-03-26 21:03:18 +01:00
885044d0a5
Add seuffert to contributors
2018-03-26 21:03:18 +01:00
6c10312c75
ncdu: added a "refresh" key - for #2174
...
Added Control+L key to refresh screen. Not sure if this is the
best choice, but it appears to be somewhat common.
2018-03-26 21:02:39 +01:00
e5aa5fe7d8
s3: docs: Minor format and URL changes to IBM COS Documentation content
2018-03-26 20:49:53 +01:00
9b140b42c9
docs: fix current download link
2018-03-26 17:45:45 +01:00
0bfbde8856
fstest: make ChangeNotify test clean up after itself and be more reliable
...
Previous to this fix old notifications could creep in and cause the
test to fail. It also left files around which upset the TestObjectRemove test.
Fixes #2177
2018-03-24 19:57:44 +00:00
98a924602f
mount, cmount: set --attr-timeout default to 1s - fixes #2157
...
This works around these 3 problems:
* rclone using too much memory #2157
* rclone not serving files to samba
* https://forum.rclone.org/t/rclone-1-39-vs-1-40-mount-issue/5112
* excessive time listing directories #2095
2018-03-23 22:42:51 +00:00
7e80e609e8
docs: install.sh add macOS fallback for mktemp - fixes #2173
2018-03-23 22:24:28 +00:00
91b068ad3a
sync: implement --ignore-errors - fixes #642
2018-03-23 22:01:10 +00:00
b52e34ef5e
cache: add info log on notification - for #2150
2018-03-23 22:41:01 +02:00
32e6eee341
release: add another step to update the release dependencies #2172
2018-03-23 12:43:18 +00:00
c5f1d501ed
docs: fix download links for .deb and .rpm
2018-03-23 12:43:18 +00:00
0ed0d9a7bc
cache: integrate with Plex websocket
2018-03-22 21:21:03 +02:00
d9c13bff83
add rc cache/stats
2018-03-22 21:16:16 +02:00
ce91289b09
docs: tweak rc cache documentation to give an example
2018-03-22 15:10:34 +00:00
5ba5be9b37
gcs: ignore zero length directory markers at the root too
2018-03-21 20:10:00 +00:00
e9a2cbec37
s3: ignore zero length directory markers at the root too
2018-03-21 20:09:37 +00:00
4f6f07c074
cmount: fix error handling for Open/OpenDir
2018-03-21 19:44:30 +00:00
f6020f1308
gcs: ignore zero length directory markers
2018-03-19 17:42:27 +00:00
a46f2a9eb7
s3: ignore zero length directory markers - fixes #1621
2018-03-19 17:41:46 +00:00
911a78ce6d
sftp: require go1.8+ after github.com/pkg/sftp update
2018-03-19 16:37:40 +00:00
d64789528d
vendor: update all dependencies
2018-03-19 15:51:38 +00:00
940df88eb2
Start v1.40-DEV development
2018-03-19 14:20:48 +00:00
19ca9fb939
release: Put the releases into a v1.XX subdirectory
2018-03-19 14:20:09 +00:00
26f1c55987
Version v1.40
v1.40
2018-03-19 10:06:13 +00:00
1afac32d80
serve restic: script for running integration test against all remotes
2018-03-18 19:15:39 +00:00
26fbd00b4f
serve restic: don't buffer the JSON output in memory for the list command
2018-03-18 16:26:58 +00:00
1313b529ff
serve restic: use ListR (--fast-list) if available
...
For Restic's use case, --fast-list will use less transactions and
calling ListR directly means we can avoid the usual memory overhead.
2018-03-18 16:22:05 +00:00
82e835d6fc
serve restic: make it easy to run integration tests against any remote
...
Just `cd cmd/serve/restic` then `go test -v -remote TestRemote:`
2018-03-18 14:23:56 +00:00
fa867a9a4c
serve restic: implement accounting for uploads and downloads
...
This means the bandwidth stats will be correct and the bandwidth
throttling will work correctly. This was forgotten as a previous
iteration of the code was using the higher level operations.Rcat which
took care of this.
2018-03-18 14:19:43 +00:00
38d9475a34
release: include a source tarball and sign everything #1449
2018-03-17 15:06:04 +00:00
c21c7e75b0
Add Stefan Lindblom to contributors
2018-03-17 12:12:23 +00:00