This website requires JavaScript.
6cc783f20b
ftp: stop rmdir being recursive
Nick Craig-Wood
2017-05-18 15:52:28 +01:00
3136a75f4d
ftp: add connection pool and remove excess locking
Nick Craig-Wood
2017-05-18 15:51:35 +01:00
a9101f8608
ftp: Fix for go1.6 and go1.7
Nick Craig-Wood
2017-05-16 20:19:03 +01:00
af043eda15
Vendor github.com/jlaffaye/ftp for ftp backend
Nick Craig-Wood
2017-05-16 18:01:02 +01:00
35c210d36f
ftp: fix remaining issues to make tests work
Nick Craig-Wood
2017-05-03 21:45:01 +01:00
3ed0440bd2
ftp: use path instead of filepath
Nick Craig-Wood
2017-05-03 16:42:04 +01:00
c13cff37ef
ftp: replace URL parser with url.URL
Nick Craig-Wood
2017-05-03 16:07:40 +01:00
fce734662f
ftp: fix golint/go vet/errchk errors and move methods into standard order
Nick Craig-Wood
2017-05-03 13:51:03 +01:00
e0ba1a2cd2
ftp: fix bitrot
Nick Craig-Wood
2017-05-03 13:18:17 +01:00
c72fca2711
Add ftp backend - fixes #540
Antonio Messina and Nick Craig-Wood
2016-12-27 21:52:30 +01:00
ae17d88518
Add Bill Zissimopoulos to contributors
Nick Craig-Wood
2017-05-18 20:48:47 +01:00
e19fc49a5f
add circleci configuration
Bill Zissimopoulos and Nick Craig-Wood
2017-05-15 23:07:07 -07:00
95c0378e3c
update cgofuse dependency to v1.0.1
Bill Zissimopoulos and Nick Craig-Wood
2017-05-15 23:06:54 -07:00
7ee3cfd7c9
Add Igor Kharin to contributors
Nick Craig-Wood
2017-05-15 21:03:16 +01:00
bd2cdeeeab
sftp: specify HostKeyCallback in ClientConfig
Igor Kharin and Nick Craig-Wood
2017-05-15 20:00:07 +07:00
77cd93ef89
Fix tag to 8 digits of commit to make Appveyor and Travis consistent
Nick Craig-Wood
2017-05-15 20:58:48 +01:00
5b063679b5
travis: install libfuse for cmount build and disable on OS X
Nick Craig-Wood
2017-05-11 14:57:32 +01:00
09093a9954
Use appveyor to build the Windows beta releases
Nick Craig-Wood
2017-05-13 09:59:41 +01:00
df0cfa9735
Add -no-clean flag to cross-compile.go
Nick Craig-Wood
2017-05-15 09:36:55 +01:00
64d7489fd2
Add -include, -exclude -cgo to cross-compile.go
Nick Craig-Wood
2017-05-13 09:55:29 +01:00
ecedcd0e7f
cmount: stop failing tests on Windows
Nick Craig-Wood
2017-05-15 17:40:44 +01:00
3dff91d691
mount: add missing build constraint to fix Windows build
Nick Craig-Wood
2017-05-13 09:03:40 +01:00
e131ef3714
Fix appveyor tests after vendor update
Nick Craig-Wood
2017-05-12 22:36:52 +01:00
ea0bc278ba
cmount: Vendor github.com/billziss-gh/cgofuse
Nick Craig-Wood
2017-05-12 11:01:05 +01:00
b553c23d5b
Automate production of zip files for Windows
Nick Craig-Wood
2017-05-12 10:03:35 +01:00
4f954896a8
appveyor: make build include WinFsp and test cmount
Nick Craig-Wood
2017-05-11 14:56:11 +01:00
b259f8b752
cmount, mount, mountlib: make --read-only reject modify operations
Nick Craig-Wood
2017-05-11 13:15:51 +01:00
8be8a8e41b
mountlib: on read only open of file, make open pending until first read
Nick Craig-Wood
2017-05-11 08:33:45 +01:00
79aa060e21
win-build.bat example bat file for building with WinFsp under Windows
Nick Craig-Wood
2017-05-10 11:20:38 +01:00
f9500729b7
mountlib: fix cross platform tests
Nick Craig-Wood
2017-05-10 11:19:32 +01:00
204a19e67f
cmount: Wait for mountpoint to appear on Windows before declaring mounted
Nick Craig-Wood
2017-05-10 11:16:53 +01:00
e6ffe3464c
cmount: check for filesystem blowing up before Init is called
Nick Craig-Wood
2017-05-10 09:34:01 +01:00
0384364c3e
cmount: pass --FileSystemName under windows
Nick Craig-Wood
2017-05-10 09:20:09 +01:00
763facfd78
cmount: implement --fuse-flag to pass commands to fuse library directly
Nick Craig-Wood
2017-05-10 09:13:46 +01:00
bc88f1dafa
cmount: fix openFile leak
Nick Craig-Wood
2017-05-09 15:10:26 +01:00
0c055a1215
cmount: Statfs: reduce max size of volume for Windows
Nick Craig-Wood
2017-05-09 14:38:06 +01:00
938d7951ab
cmount: allow extra options to pass to fuse with -o
Nick Craig-Wood
2017-05-09 14:24:07 +01:00
b4466bd9b1
Add -o uid=-1 -o gid=-1 for Windows/WinFsp
Nick Craig-Wood
2017-05-09 14:03:37 +01:00
31f76aa464
cmount: implement no-ops for Fsync, Chmod, Chown, Access, Fsyncdir and stop using fuse.FileSystemBase
Nick Craig-Wood
2017-05-09 13:59:21 +01:00
c887c164dc
cmount: add function tracing
Nick Craig-Wood
2017-05-09 11:40:02 +01:00
115ac00222
mount, mountlib: move function tracing into mount
Nick Craig-Wood
2017-05-09 11:39:33 +01:00
50e79bc087
fs: Implement fs.Trace for tracing entry and exit of functions
Nick Craig-Wood
2017-05-09 11:38:58 +01:00
abda616f84
mountlib: make Nodes also be fmt.Stringer so they debug nicely
Nick Craig-Wood
2017-05-09 11:29:02 +01:00
9c3048580a
cmount: fix code quality warnings
Nick Craig-Wood
2017-05-08 18:05:38 +01:00
c1d5faa32a
mountlib: fix code quality warnings
Nick Craig-Wood
2017-05-08 18:05:12 +01:00
d127d8686a
mountlib: pass options in fsys not as args
Nick Craig-Wood
2017-05-08 17:52:09 +01:00
bc9856b570
Forward port 930ff266f2 to cmount branch
Nick Craig-Wood
2017-05-08 17:47:22 +01:00
855071cc19
cmount: name the command mount under windows and cmount under linux
Nick Craig-Wood
2017-05-08 17:10:15 +01:00
b179540e80
cmount: fix Getattr to work on directories
Nick Craig-Wood
2017-05-08 14:56:15 +01:00
6a8e4690d3
mountlib: windows fixes for drive letter and timing
Nick Craig-Wood
2017-05-08 14:55:05 +01:00
917ea6ac57
mountlib: make tests work under all platforms
Nick Craig-Wood
2017-05-08 12:20:39 +01:00
7b47a1e842
cmount: set the correct values for uid, gid under Windows
Nick Craig-Wood
2017-05-08 10:53:59 +01:00
bcd87009e2
Fix docs typo
Nick Craig-Wood
2017-05-07 21:12:23 +01:00
caf85737c3
cmount: fix Windows compile (thanks Bill Zissimopoulos)
Nick Craig-Wood
2017-05-07 20:48:17 +01:00
e1516e0159
Forward port 58a82cd578 into cmount branch
Nick Craig-Wood
2017-05-07 13:04:20 +01:00
ee1111e4c9
cmount: a new mount option based on cgofuse.
Nick Craig-Wood
2017-05-02 22:36:11 +01:00
268fe0004c
mount: factor filesystem code into mountlib and mounttest
Nick Craig-Wood
2017-05-02 22:35:07 +01:00
0c92a64bb3
vendor: update spf13/cobra to fix arg parsing
Nick Craig-Wood
2017-05-12 19:49:32 +01:00
8b61692754
vendor: update github.com/aws/aws-sdk-go to get plan9 build fix
Nick Craig-Wood
2017-05-12 14:24:51 +01:00
663e6f3ec0
vendor: patch github.com/aws/aws-sdk-go to fix the build
Nick Craig-Wood
2017-05-11 17:11:35 +01:00
17633f5460
Require go1.6 for building rclone
Nick Craig-Wood
2017-05-11 17:07:49 +01:00
98c2d2c41b
Switch to using the dep tool and update all the dependencies
Nick Craig-Wood
2017-05-11 15:39:54 +01:00
5135ff73cb
Compile 386 builds with "GO386=387" for maximum compatibility #437
Nick Craig-Wood
2017-05-09 11:58:29 +01:00
58a82cd578
allow the fuse directory cached to be cleaned manually (fixes #803 )
Stefan Breunig and Nick Craig-Wood
2017-05-04 22:49:06 +02:00
d86ea8623b
Add Yoni Jah second email to contributors
Nick Craig-Wood
2017-05-02 22:52:35 +01:00
cdeeff988e
Added RepetableReader to fs. used in OneDrive with io.LimitedReader to display accurate speed
Yoni Jah and Nick Craig-Wood
2017-04-06 00:19:26 +08:00
930ff266f2
compare checksums on upload/download via FUSE
Stefan Breunig and Nick Craig-Wood
2017-05-01 14:38:41 +02:00
d5c0fe632f
Add Zahiar Ahmed to contributors
Nick Craig-Wood
2017-05-02 22:16:16 +01:00
3c5c5eeec2
Add us-east-2 (Ohio) and eu-west-2 (London) S3 regions
Zahiar Ahmed and Nick Craig-Wood
2017-04-30 17:11:30 +01:00
56f017c60c
drive: use explicit fields for all endpoints
Martin Kristensen and Nick Craig-Wood
2017-04-27 11:00:04 +02:00
b6517840ca
Update build to go 1.8.1
Nick Craig-Wood
2017-04-25 08:10:36 +01:00
1ccfea5aa9
Add Anisse Astier to contributors
Nick Craig-Wood
2017-04-25 08:08:33 +01:00
7e858f4b8d
dropbox: typo
Anisse Astier and Nick Craig-Wood
2017-04-24 17:38:49 +02:00
7b4f368307
acd: fix typo in log message for temp link download
Martin Kristensen and Nick Craig-Wood
2017-04-24 16:36:34 +02:00
06a3502ed8
Script to update authors.md automatically from the git changelog
Nick Craig-Wood
2017-04-24 20:36:06 +01:00
a9a43144ca
Add Too Much IO to contributors
Nick Craig-Wood
2017-04-24 20:33:51 +01:00
dd968a8ccf
drive: nextPageToken field was missing
Martin Kristensen and Nick Craig-Wood
2017-04-24 15:40:54 +02:00
0d6e1afe54
drive: only request owner field when using --drive-auth-owner-only
Martin Kristensen and Nick Craig-Wood
2017-04-23 21:12:28 +02:00
7d9faffd4b
Add Martin Kristensen to contributors
Nick Craig-Wood
2017-04-23 17:03:20 +01:00
d7df065320
drive: reduce bandwidth by adding fields for partial responses
Martin Kristensen and Nick Craig-Wood
2017-04-20 18:58:51 +02:00
84d4d7f9d9
oauthutil: Print redirection URI if using own credentials.
Michael Ledin and Nick Craig-Wood
2017-03-03 01:36:00 +03:00
733d6fe56c
Add Michael Ledin to contributors
Nick Craig-Wood
2017-04-22 10:24:33 +01:00
8350544092
onedrive: swap to using http://localhost:53682/ as redirect URL.
Michael Ledin and Nick Craig-Wood
2017-03-02 23:21:35 +03:00
6a63bc2788
Add Hraban Luyat to contributors
Nick Craig-Wood
2017-04-22 09:39:46 +01:00
66e8c1600e
Print password prompts to stderr
Hraban Luyat and Nick Craig-Wood
2017-04-15 18:17:53 +01:00
82b8d68ffb
crypt: report the name:root as specified by the user
Stephen Harris and Nick Craig-Wood
2017-04-10 12:52:31 -04:00
b86bbcd67e
Add Jon Craton to contributors
Nick Craig-Wood
2017-04-22 09:22:51 +01:00
38b6d607aa
fixed typo
Jon Craton and Nick Craig-Wood
2017-04-14 15:07:46 -04:00
e1647a5a08
crypt: Fix obfuscate filename encryption method
Stephen Harris and Nick Craig-Wood
2017-04-14 08:30:18 -04:00
bc25190fc7
Fix misleading log message with --dry-run - fixes #1309
Nick Craig-Wood
2017-04-10 16:07:22 +01:00
e3a41321cc
onedrive: changed QueryEscape to PathEscape - fixes #1296
Yoni Jah and Nick Craig-Wood
2017-03-30 22:44:36 +08:00
2fd86c93fc
allow modTime to be changed even before all writers are closed (fixes #1197 -- again)
Stefan Breunig
2017-03-30 20:58:11 +02:00
2b8c461e04
Add Ihor Dvoretskyi to contributors
Nick Craig-Wood
2017-03-29 18:12:13 +01:00
a54692d165
OneDrive vs One Drive
Ihor Dvoretskyi and Nick Craig-Wood
2017-03-08 13:21:57 +02:00
4b4c59a4bb
crypt: add integration tests for obfuscate name encryption
Nick Craig-Wood
2017-03-23 20:32:29 +00:00
81d688107e
Add Stephen Harris to contributors
Nick Craig-Wood
2017-03-29 17:55:24 +01:00
6e003934fc
crypt: add an "obfuscate" option for filename encryption.
Stephen Harris and Nick Craig-Wood
2017-03-12 14:14:36 -04:00
37e1b20ec1
Updated .pkgr.yml file to use rclone as its own cli.
Dedsec1 and Nick Craig-Wood
2017-03-21 14:22:41 -04:00
d1787b50fd
Yoni Jah to contributors
Nick Craig-Wood
2017-03-29 17:37:33 +01:00
9dfc346998
onedrive: Retry on token expired error, reset upload body on retry
Yoni Jah and Nick Craig-Wood
2017-03-23 21:10:43 +08:00