.. |
all
|
azureblob: rework and complete #801
|
2017-08-04 22:56:16 +01:00 |
testdata
|
Add configuration file encryption
|
2016-02-16 16:32:05 +01:00 |
accounting_other.go
|
Fix non-windows/non-unix builds for bwlimit/SIGUSR2 feature and add a mutex
|
2016-10-30 19:20:16 +00:00 |
accounting_unix.go
|
Fix bwlimit toggle in conjunction with schedules (Fixes #1607)
|
2017-08-31 15:33:29 +01:00 |
accounting.go
|
fs: fix gofmt
|
2017-08-31 16:01:19 +01:00 |
buffer_test.go
|
Attempt to make async buffer test more reliable
|
2017-05-24 16:24:06 +01:00 |
buffer.go
|
fs/buffer: Fix panic on concurrent Read/Close - fixes #1213
|
2017-03-06 19:22:17 +00:00 |
closed_conn_unsupported.go
|
fs: add more errors to be considered temporary errors
|
2017-09-14 18:01:43 +01:00 |
config_other.go
|
keep file permissions and try to keep user/group on supported systems (fixes #1467)
|
2017-06-25 09:05:24 +02:00 |
config_read_password_unsupported.go
|
Stub out ReadPassword on plan9 and solaris to fix compilation
|
2016-02-21 10:31:53 +00:00 |
config_read_password.go
|
Print password prompts to stderr
|
2017-04-22 09:38:39 +01:00 |
config_test.go
|
Fix config tests to save configData which fixes subsequent tests
|
2017-06-29 12:31:53 +01:00 |
config_unix.go
|
keep file permissions and try to keep user/group on supported systems (fixes #1467)
|
2017-06-25 09:05:24 +02:00 |
config.go
|
Implement --immutable option
|
2017-09-24 20:00:00 +01:00 |
counting_reader.go
|
yandex: implement streaming uploads (see #1614)
|
2017-08-19 14:07:23 +02:00 |
dir.go
|
fs: add optional ID to fs.Directory and set it in the remotes which care
|
2017-08-07 15:31:22 +01:00 |
driveletter_windows.go
|
windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:)
|
2015-02-07 22:32:51 +00:00 |
driveletter.go
|
windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:)
|
2015-02-07 22:32:51 +00:00 |
error_test.go
|
fs: improve retriable error detection
|
2017-09-16 19:48:49 +01:00 |
error.go
|
fs: improve retriable error detection
|
2017-09-16 19:48:49 +01:00 |
filter_test.go
|
Fix filters to add ** rules to directory rules
|
2017-01-05 19:33:49 +00:00 |
filter.go
|
Fix --files-from with an empty file copying everything - fixes #1196
|
2017-03-04 10:12:54 +00:00 |
flags_test.go
|
Allow all options to be set from environment variables
|
2017-01-03 22:42:47 +00:00 |
flags.go
|
Add --tpslimit and --tpslimit-burst to limit transactions per second for HTTP
|
2017-07-16 17:25:39 +01:00 |
fs_test.go
|
fs: Add --disable flag to disable optional features - fixes #1551
|
2017-08-07 21:34:45 +01:00 |
fs.go
|
Implement --immutable option
|
2017-09-24 20:00:00 +01:00 |
glob_test.go
|
Convert to using github.com/pkg/errors everywhere
|
2016-06-13 17:43:03 +01:00 |
glob.go
|
Convert to using github.com/pkg/errors everywhere
|
2016-06-13 17:43:03 +01:00 |
hash_test.go
|
dropbox: support Dropbox content hashing scheme - fixes #1302
|
2017-05-29 12:04:44 +01:00 |
hash.go
|
dropbox: support Dropbox content hashing scheme - fixes #1302
|
2017-05-29 12:04:44 +01:00 |
http_new.go
|
Add --bind flag for choosing the local addr on outgoing connections - fixes #1087
|
2017-07-23 16:27:39 +01:00 |
http_old.go
|
Fix --bind flag changes under go1.6
|
2017-07-23 22:36:32 +01:00 |
http_test.go
|
Fix test failure with new stretchr/testify - fixes #1550
|
2017-07-23 08:59:07 +01:00 |
http.go
|
http: add --user-agent option. close #1557
|
2017-08-17 06:49:27 +02:00 |
log.go
|
Add --stats-log-level so can see --stats without -v - fixes #1180
|
2017-06-26 22:50:37 +01:00 |
march_test.go
|
fs: stop normalizing file names but do a normalized compare in the sync
|
2017-09-16 19:49:31 +01:00 |
march.go
|
fs: stop normalizing file names but do a normalized compare in the sync
|
2017-09-16 19:49:31 +01:00 |
object.go
|
Create fs.Directory interface and use it everywhere
|
2017-06-30 14:26:59 +01:00 |
operations_internal_test.go
|
Make ListDirSorted check for subdirectories and write test
|
2017-07-19 09:36:27 +01:00 |
operations_test.go
|
fuse: re-use rcat to support uploads for all remotes (fixes #1672)
|
2017-09-16 22:49:08 +02:00 |
operations.go
|
Implement --immutable option
|
2017-09-24 20:00:00 +01:00 |
options.go
|
Fix Range header option
|
2017-06-20 21:27:14 +01:00 |
path_test.go
|
Factor RemoteSplit into fs
|
2017-06-07 12:27:33 +01:00 |
path.go
|
Factor RemoteSplit into fs
|
2017-06-07 12:27:33 +01:00 |
readers_test.go
|
Added RepetableReader to fs. used in OneDrive with io.LimitedReader to display accurate speed
|
2017-05-02 22:31:05 +01:00 |
readers.go
|
Added RepetableReader to fs. used in OneDrive with io.LimitedReader to display accurate speed
|
2017-05-02 22:31:05 +01:00 |
redirect_stderr_unix.go
|
Add --syslog flag to optionally log to syslog on capable platforms
|
2017-02-11 20:27:46 +00:00 |
redirect_stderr_windows.go
|
Update references from HTTP to HTTPS where possible
|
2017-03-29 05:38:34 -07:00 |
redirect_stderr.go
|
Add --syslog flag to optionally log to syslog on capable platforms
|
2017-02-11 20:27:46 +00:00 |
retriable_errors_windows.go
|
fs: improve retriable error detection
|
2017-09-16 19:48:49 +01:00 |
retriable_errors.go
|
fs: improve retriable error detection
|
2017-09-16 19:48:49 +01:00 |
sync_test.go
|
fs: fix --immutable tests on remotes which don't have modtime
|
2017-09-28 08:56:30 +01:00 |
sync.go
|
Implement --immutable option
|
2017-09-24 20:00:00 +01:00 |
syslog_unix.go
|
Add --syslog flag to optionally log to syslog on capable platforms
|
2017-02-11 20:27:46 +00:00 |
syslog.go
|
Add --syslog flag to optionally log to syslog on capable platforms
|
2017-02-11 20:27:46 +00:00 |
test_all.go
|
azureblob: rework and complete #801
|
2017-08-04 22:56:16 +01:00 |
version.go
|
Start v1.37-DEV development
|
2017-07-22 20:43:06 +01:00 |
versioncheck.go
|
Require go1.6 for building rclone
|
2017-05-11 17:07:49 +01:00 |
walk_test.go
|
fs: Implement NewDirTree for non --fast-list
|
2017-07-26 16:38:44 +01:00 |
walk.go
|
fs: Add Find method to DirTree
|
2017-07-26 16:38:53 +01:00 |