Commit Graph

  • a2afa9aadd fs: Add directory to optional Purge interface - fixes #1891 Nick Craig-Wood 2020-06-04 22:25:14 +01:00
  • c2f3949ded Add tyhuber1 to contributors Nick Craig-Wood 2020-07-30 16:44:13 +01:00
  • bf355c4527 local: Add --local-no-set-modtime option to prevent modtime changes tyhuber1 2020-07-30 08:43:17 -07:00
  • 3daa63cae8 mount: fix volume name broken in recent refactor Nick Craig-Wood 2020-07-29 14:23:00 +01:00
  • 4441e012cf vfs: fix saving from chrome without --vfs-cache-mode writes #4293 Nick Craig-Wood 2020-07-22 10:18:52 +01:00
  • 122a47fba6 accounting: Allow transfers to be canceled with context #3257 Nick Craig-Wood 2020-06-04 15:32:17 +01:00
  • 421585dd72 accounting: add context to Account and propagate changes #3257 Nick Craig-Wood 2020-06-04 15:09:03 +01:00
  • 0bab9903ee drive: factor creation of the Fs so it can be re-used in team drive listing Nick Craig-Wood 2020-07-03 11:35:49 +01:00
  • 700deb0a81 drive: add rclone backend drives to list shared drives (teamdrives) Nick Craig-Wood 2020-07-03 11:17:41 +01:00
  • 1222b78ec4 cmount: add support for reading unknown length files using direct IO Nick Craig-Wood 2020-05-07 11:55:56 +01:00
  • 0ee16b51c4 mount: On Windows don't add -o uid/gid=-1 if user supplies -o uid/gid. Nick Craig-Wood 2020-03-07 16:32:37 +00:00
  • 26001d520a fs: add --bwlimit-file flag to limit speeds of individual file transfers Nick Craig-Wood 2020-06-20 16:10:02 +01:00
  • 8bf265c775 box: allow authentication with access token - fixes #4114 David 2020-05-22 10:59:45 +01:00
  • 62f0bbb598 dedupe: Make it obey the --size-only flag for duplicate detection #4321 Nick Craig-Wood 2020-06-16 12:39:26 +01:00
  • d5f4c74697 s3: implement cleanup and backend command to list & remove multipart uploads Nick Craig-Wood 2020-06-25 16:11:05 +01:00
  • 8f42532b6d sync: add --track-renames-strategy leaf Nick Craig-Wood 2020-06-09 20:40:03 +01:00
  • 2288a5c617 s3: implement profile and shared_credentials_file options Nick Craig-Wood 2020-06-26 11:14:40 +01:00
  • 957311f479 b2: fix transfers when using download_url Nick Craig-Wood 2020-04-11 13:47:56 +01:00
  • 2cc381b91d build: disable lib/plugin under gccgo to make rclone build with gccgo Nick Craig-Wood 2020-07-28 09:56:10 +01:00
  • f406dbbb4d s3: add --s3-no-check-bucket for minimising rclone transactions and perms Nick Craig-Wood 2020-07-22 12:02:17 +01:00
  • 3b2322285a Add kcris to contributors Nick Craig-Wood 2020-07-27 17:49:32 +01:00
  • 47d093e863 drive: update docs to show use of sharing with a user instead of impersonate kcris 2020-07-27 18:10:28 +02:00
  • b2ae94de5b mount: fix mount flags not working Nick Craig-Wood 2020-07-27 15:24:28 +01:00
  • 073e996cc2 docs: update install from source instructions Nick Craig-Wood 2020-07-27 11:47:46 +01:00
  • 4afea1ebaf docs: update install from source instructions Nick Craig-Wood 2020-07-27 11:47:46 +01:00
  • 711736054f Add Jack to contributors Nick Craig-Wood 2020-07-26 12:07:04 +01:00
  • d64212d902 serve/restic: expose interfaces so that rclone can be used as a library from within restic Jack 2020-07-26 04:06:47 -07:00
  • 8913679d88 accounting: Fix elapsed time not show actual time since beginning Chaitanya Bankanhal 2020-07-26 16:29:50 +05:30
  • 4f9a80e2d3 build: actions update, cache, go1.15-rc1 build Nick Craig-Wood 2020-07-24 11:44:51 +01:00
  • aa93b39d9b build: fix tests on go1.15 Nick Craig-Wood 2020-07-24 16:16:45 +01:00
  • fb2a4edd6f drive: drop "Disabling ListR" messages down to debug Nick Craig-Wood 2020-07-25 16:50:55 +01:00
  • 101f82c6b3 drive: drop "Disabling ListR" messages down to debug Nick Craig-Wood 2020-07-25 16:50:55 +01:00
  • d35673efc6 webdav: fix directory creation with 4shared - fixes #4428 Nick Craig-Wood 2020-07-17 16:48:31 +01:00
  • 3286d1992b mount: warn macOS users that mount implementation is changing #4393 Nick Craig-Wood 2020-07-24 15:41:31 +01:00
  • 4ac662d144 cmount: fix macOS losing directory contents #4393 Nick Craig-Wood 2020-07-05 12:09:49 +01:00
  • d73a418a55 cmount: always supply stat information in Readdir Nick Craig-Wood 2020-07-05 11:28:30 +01:00
  • 306a3e0cd7 cmount: catch panics in initialization and turn into error messages Nick Craig-Wood 2020-07-04 18:54:21 +01:00
  • 975a53c9e3 build: enable cmount on macOS #4393 Nick Craig-Wood 2020-07-03 21:36:21 +01:00
  • 78fdc5805b vendor: Update github.com/billziss-gh/cgofuse to v1.4.0 #4393 Nick Craig-Wood 2020-07-03 21:21:57 +01:00
  • 8f9d5af26d cache: remove mount tests as they aren't being run and cause maintenance issues Nick Craig-Wood 2020-07-24 10:59:39 +01:00
  • 6ff5787b40 mount: add VFS and Mount options to mount/listmounts Nick Craig-Wood 2020-07-23 17:34:54 +01:00
  • 3c1c6d2f01 mount: add mountOpt to mount/mount rc Nick Craig-Wood 2020-07-23 17:20:55 +01:00
  • 0272a7f405 mount: change interface of mount commands to take mount options Nick Craig-Wood 2020-07-23 17:17:01 +01:00
  • e1d34ef427 mount: factor Mount into mountlib and tidy signal handling Nick Craig-Wood 2020-07-23 13:08:38 +01:00
  • 26b4698212 mount: make mount/mount remote control take vfsOpt option Nick Craig-Wood 2020-07-22 18:31:54 +01:00
  • 2871268505 mount: change interface of mount commands to take VFS Nick Craig-Wood 2020-07-22 17:58:49 +01:00
  • 744828a4de rc: allow JSON parameters to simplify command line usage Nick Craig-Wood 2020-07-22 18:32:23 +01:00
  • 8f36afac89 vfs: check destination on rename and delete if it exists first FIXME needs tests fix-4293-vfs-write Nick Craig-Wood 2020-07-22 13:10:16 +01:00
  • 6277b8bf03 vfs: fix saving from chrome without --vfs-cache-mode writes - fixes #4293 Nick Craig-Wood 2020-07-22 10:18:52 +01:00
  • 10dea1ca47 vfs: fix saving from chrome without --vfs-cache-mode writes fix-vfs-write Nick Craig-Wood 2020-07-22 10:18:52 +01:00
  • ff84351655 operations: factor Check and related functions into its own files Nick Craig-Wood 2020-07-03 15:03:38 +01:00
  • 8b6f2bbb4b check,cryptcheck: add reporting of filenames for same/missing/changed #3264 Nick Craig-Wood 2020-03-09 10:54:41 +00:00
  • d2efb4b29b ftp: add support for --dump bodies and --dump auth Nick Craig-Wood 2020-07-18 09:52:22 +01:00
  • db56b1bfec serve/ftp: use refactored goftp.io/server library for binary shrink Nick Craig-Wood 2020-07-07 16:24:30 +01:00
  • 990a33b393 build: go mod tidy Nick Craig-Wood 2020-07-21 16:19:24 +01:00
  • 664c658da6 ftp: Update github.com/jlaffaye/ftp to fix interop with pure-ftpd Nick Craig-Wood 2020-07-21 16:17:37 +01:00
  • d1617ce7ce Stop doing vendoring - fixes #4032 Nick Craig-Wood 2020-03-04 14:01:25 +00:00
  • 2b50d44a2f Remove vendor directory #4032 Nick Craig-Wood 2020-07-17 15:43:59 +01:00
  • ddfde68140 vfs: fix directory locking caused by slow directory listings Nick Craig-Wood 2020-07-08 10:27:26 +01:00
  • f949856170 sync: fix deadlock with --track-renames-strategy modtime - fixes #4427 Nick Craig-Wood 2020-07-15 15:05:44 +01:00
  • 811b30d116 sync: fix deadlock with --track-renames-strategy modtime - fixes #4427 Nick Craig-Wood 2020-07-15 15:05:44 +01:00
  • bcd362fcd5 accounting: fix documentation for speed/speedAvg Nick Craig-Wood 2020-07-17 15:35:15 +01:00
  • 1fafcd4d28 Add Dmitry Ustalov to contributors Nick Craig-Wood 2020-07-15 23:15:06 +01:00
  • 2807a85f68 Add Morten Linderud to contributors Nick Craig-Wood 2020-07-15 23:15:06 +01:00
  • 39515acf68 Add Kevin to contributors Nick Craig-Wood 2020-07-15 23:15:06 +01:00
  • c0e9584403 docs: workaround and policy for Google Drive API Dmitry Ustalov 2020-07-16 01:14:39 +03:00
  • aaed74fe4e docs: workaround and policy for Google Drive API Dmitry Ustalov 2020-07-16 01:14:39 +03:00
  • ace56b6e0f docs: Update install.md to reflect minimum Go version Evan Harris 2020-07-06 07:42:47 -05:00
  • 126efaadcc vfs: fix renamed files not being uploaded with --vfs-cache-mode minimal Nick Craig-Wood 2020-07-08 11:40:41 +01:00
  • 2adc057d95 vfs: fix very high load caused by slow directory listings Nick Craig-Wood 2020-07-08 10:27:26 +01:00
  • 1d45c6eaaa ftp: add note to docs about home vs root directory selection Nick Craig-Wood 2020-07-15 15:27:47 +01:00
  • 59770a4953 ftp: add note to docs about home vs root directory selection Nick Craig-Wood 2020-07-15 15:27:47 +01:00
  • 394a4b0afe vfs: remove virtual directory entries on backends which can have empty dirs fix-vfs-vdir Nick Craig-Wood 2020-07-15 14:54:09 +01:00
  • e8222bbc95 make_manual: Support SOURCE_DATE_EPOCH Morten Linderud 2020-07-13 15:07:00 +02:00
  • 815643264b Avoid comma rendered in URL in onedrive.md (#4438) Kevin 2020-07-15 00:55:00 -07:00
  • 67098511db make_manual: Support SOURCE_DATE_EPOCH Morten Linderud 2020-07-13 15:07:00 +02:00
  • 07b2ce4ab2 Avoid comma rendered in URL in onedrive.md (#4438) Kevin 2020-07-15 00:55:00 -07:00
  • 4f8472664f s3: fix bucket Region auto detection when Region unset in config #2915 Nick Craig-Wood 2020-07-05 09:49:26 +01:00
  • 80d2f38192 s3: fix bucket Region auto detection when Region unset in config #2915 Nick Craig-Wood 2020-07-05 09:49:26 +01:00
  • e773b07dce lib/terminal: DEBUG which kind of terminal we are using FIXME DO NOT MERGE fix-4415-term Nick Craig-Wood 2020-07-10 17:11:30 +01:00
  • f97d690535 vendor: changes after go mod tidy Nick Craig-Wood 2020-07-10 16:45:40 +01:00
  • 0792f4722c swift: fix purge not deleting directory markers Nick Craig-Wood 2020-07-10 15:16:11 +01:00
  • db37360a1d swift: fix dangling large objects breaking the listing Nick Craig-Wood 2020-07-10 11:03:08 +01:00
  • 44ff766f98 mkdir: warn when using mkdir on remotes which can't have empty directories Nick Craig-Wood 2020-07-08 11:56:09 +01:00
  • bfa5715017 fs/accounting: sort transfers by start time Max Sum 2020-06-16 23:18:32 +08:00
  • e2183ad661 fs/accounting: use transferMap instead of stringSet Max Sum 2020-06-14 02:37:42 +08:00
  • e2201689cf build: add ARMv7 to the supported builds - fixes #748 Nick Craig-Wood 2020-06-02 11:27:16 +01:00
  • 0f72aa8a5f docs: add section about config variable precedence Nick Craig-Wood 2020-07-07 11:12:35 +01:00
  • b2f4f52b64 vfs cache: make logging consistent and remove some debug logging Nick Craig-Wood 2020-07-06 16:06:42 +01:00
  • c65ed26a7e vfs: vfscache: Fix renaming of items while they are being uploaded Nick Craig-Wood 2020-07-03 17:16:49 +01:00
  • df5dbaf49b vfs: writeback: add Rename call for renaming items in the writeback queue Nick Craig-Wood 2020-07-03 17:16:28 +01:00
  • 80fe1f16db b2: note that b2's encoding now allows \ but rclone's hasn't changed Nick Craig-Wood 2020-07-06 16:28:30 +01:00
  • f524a4c1cc vendor: drop unused github.com/djherbis/times Nick Craig-Wood 2020-07-03 21:18:41 +01:00
  • c61c3cddbd Add Evan Harris to contributors Nick Craig-Wood 2020-07-06 14:29:21 +01:00
  • 51767aee23 Add Garrett Squire to contributors Nick Craig-Wood 2020-07-06 14:29:21 +01:00
  • cd3d7e2dca docs: Update install.md to reflect minimum Go version Evan Harris 2020-07-06 07:42:47 -05:00
  • 4f7f5404ce build: fix file handle leak in GitHub release tool Garrett Squire 2020-07-04 02:51:37 -07:00
  • 3278b297cf pcloud: fix oauth on European region "eapi.pcloud.com" Nick Craig-Wood 2020-07-02 18:39:14 +01:00
  • d4b2709fb0 pcloud: fix oauth on European region "eapi.pcloud.com" Nick Craig-Wood 2020-07-02 18:39:14 +01:00
  • 5c0af62d0a drive: make dangling shortcuts appear in listings Nick Craig-Wood 2020-06-27 11:10:09 +01:00