albertony 7ee22fcdf9 build: fix linting issues reported by running golangci-lint with different GOOS 6 days ago
..
accounting 159e274921 build: fix linting issues reported by golangci-lint on windows 2 days ago
asyncreader 5d6b8141ec Replace deprecated ioutil 1 year ago
cache 5994fcfed8 fs/cache: add PutErr to add an fs.Fs with an fs.ErrorIsFile error to the cache 1 month ago
chunkedreader 555def2da7 build: add package comments to silence revive linter 1 year ago
chunksize 0501773db1 azureblob,b2,s3: fix chunksize calculations producing too many parts 1 year ago
config 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
dirtree 07133b892d dirtree: fix performance with large directories of directories and --fast-list 9 months ago
driveletter 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
filter 7835991147 fs: add more detailed logging for file includes/excludes 3 months ago
fserrors 7ee22fcdf9 build: fix linting issues reported by running golangci-lint with different GOOS 2 days ago
fshttp fd2322cb41 fs/fshttp: fix --contimeout being ignored 5 months ago
fspath 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
hash 251a8e3c39 hash: allow runtime configuration of supported hashes for testing 5 months ago
list fd1ca2dfe8 fs: allow Metadata calls to be called with Directory or Object 1 month ago
log fdc56b21c1 log: fix lint issue SA1019: syscall.Syscall has been deprecated since Go 1.18: Use SyscallN instead. 2 days ago
logger 7ee22fcdf9 build: fix linting issues reported by running golangci-lint with different GOOS 2 days ago
march 88bd80c1fa march: Fix excessive parallelism when using --no-traverse 5 months ago
object 3d473eb54e docs: fix typos found by codespell in docs and code comments 7 months ago
operations 5323a21898 operations: fix move when dst is nil and fdst is case-insensitive 1 week ago
rc 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
sync f2e693f722 sync: fix case normalisation on s3 1 week ago
walk 7835991147 fs: add more detailed logging for file includes/excludes 3 months ago
backend_config.go f6576237a4 fs: fix typos found by codespell 1 year ago
backend_config_test.go 296ceadda6 fs: add --all to rclone config create/update to ask all the config questions #3455 2 years ago
bits.go e1ad467009 fs: fix docs for Bits 6 months ago
bits_test.go 12db7b6935 fs: add IsSet convenience method to Bits 6 months ago
bwtimetable.go 6fd9e3d717 build: reformat comments to pass go1.19 vet 1 year ago
bwtimetable_test.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
config.go 4e07a72dc7 fs: Implement --no-update-dir-modtime to disable setting modification times on dirs 1 month ago
config_list.go fc1bf5f931 Make flags show up with their proper names, eg SizeSuffix rather than int 5 years ago
config_list_test.go 9f671c5dd0 fs: fix tests for *SepList 5 years ago
config_test.go 254c6ef1dd build: add lint ignore comment required for golangci-staticcheck in addition to stand-alone staticcheck 1 year ago
configmap.go 770b3496a1 config: fix in memory config not saving on the fly backend config 2 years ago
countsuffix.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
countsuffix_test.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
cutoffmode.go 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum 6 months ago
cutoffmode_test.go 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum 6 months ago
daemon_other.go 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
daemon_unix.go 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
deletemode.go 11da2a6c9b Break the fs package up into smaller parts. 6 years ago
dir.go fd1ca2dfe8 fs: allow Metadata calls to be called with Directory or Object 1 month ago
dir_wrapper.go 252562d00a combine: fix CopyDirMetadata error on upstream root 1 month ago
direntries.go 4b27c6719b fs: Allow sync of a file and a directory with the same name 4 years ago
direntries_test.go 57d5de6fba build: fix up package paths after repo move 4 years ago
dump.go 47ca0c326e fs: implement --metadata-mapper to transform metatadata with a user supplied program 5 months ago
dump_test.go 55d10f4d25 fs: re-implement DumpMode with Bits 6 months ago
enum.go 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum 6 months ago
enum_test.go 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum 6 months ago
features.go a4cadd1128 fs: add Directory Metadata flags for backends and interfaces 1 month ago
fingerprint.go 79f5d940cf fs: add Fingerprint to detect changes in an object 3 years ago
fingerprint_test.go 6b670bd439 mockfs: make it so it can be registered as an Fs 1 year ago
fs.go 8c02fe7b89 sync: update docs and error messages to reflect fixes to overlap checks 1 year ago
fs_test.go d0d41fe847 rclone config redacted: implement support mechanism for showing redacted config 9 months ago
log.go 998df26ceb onedrive: fix --metadata-mapper called twice if writing permissions 3 weeks ago
log_test.go e9763552f7 fs: fix a typo in a comment 5 months ago
metadata.go fd1ca2dfe8 fs: allow Metadata calls to be called with Directory or Object 1 month ago
metadata_mapper_code.go 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
metadata_test.go 47ca0c326e fs: implement --metadata-mapper to transform metatadata with a user supplied program 5 months ago
mimetype.go fd1ca2dfe8 fs: allow Metadata calls to be called with Directory or Object 1 month ago
mount_helper.go 6fd9e3d717 build: reformat comments to pass go1.19 vet 1 year ago
mount_helper_test.go a36fef8a66 rclone.mount: ignore _netdev mount argument - FIxes #5808 1 year ago
newfs.go 2c50f26c36 mount: fix mount failure on macOS with on the fly remote 10 months ago
newfs_test.go 2c50f26c36 mount: fix mount failure on macOS with on the fly remote 10 months ago
open_options.go 24b4148b5e fs: add MetadataAsOpenOptions 1 month ago
open_options_test.go c4451bc43a fs: add --metadata-set flag to specify metadata for uploads 1 year ago
override.go c18c66f167 fs: when creating new fs.OverrideRemotes don't layer overrides if not needed 11 months ago
override_dir.go 43fa256d56 fs: add OverrideDirectory for overriding path of directory 11 months ago
override_dir_test.go 43fa256d56 fs: add OverrideDirectory for overriding path of directory 11 months ago
override_test.go dd71f5d968 fs: move operations.NewOverrideRemote to fs.NewOverrideRemote 1 year ago
pacer.go 96438ff259 pacer: fix b2 deadlock by defaulting max connections to unlimited 6 months ago
parseduration.go 7803b4ed6c fs: improve JSON Unmarshalling for Duration 1 month ago
parseduration_test.go 7803b4ed6c fs: improve JSON Unmarshalling for Duration 1 month ago
parsetime.go 31caa019fa rc: fix output of Time values in options/get 11 months ago
parsetime_test.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
registry.go 0f6c10ca02 config: add ending period on description option help text 3 weeks ago
sizesuffix.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
sizesuffix_test.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
terminalcolormode.go 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum 6 months ago
terminalcolormode_test.go 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum 6 months ago
tristate.go 5f4d7154c0 fs: fix tristate conversion to JSON 1 year ago
tristate_test.go 3553cc4a5f fs: fix option types printing incorrectly for backend flags 6 months ago
types.go fd1ca2dfe8 fs: allow Metadata calls to be called with Directory or Object 1 month ago
version.go ce168ecac2 Configurable version suffix independent of version number 1 year ago
versioncheck.go 68bf6aa584 build: remove build constraint syntax for go 1.16 and older 6 days ago
versionsuffix.go ce168ecac2 Configurable version suffix independent of version number 1 year ago
versiontag.go b7783f75a4 Start v1.67.0-DEV development 1 month ago