Commit Graph

  • ed91d6b5a5 Added Ishuah Kariuki to MAINTAINERS.md ishuah 2017-11-09 17:10:32 +03:00
  • c65734ee69 move: delete source directory after successful move - fixes #1642 ishuah 2017-11-06 19:18:13 +03:00
  • 8c8abfd6dc vendor: update github.com/a8m/tree - fixes #1797 Nick Craig-Wood 2017-11-06 11:23:27 +00:00
  • dfaee55ef3 crypt: Added option to encrypt directory names or leave them intact - #1240 ishuah 2017-11-06 10:35:53 +03:00
  • 72072d7d6b Add Pierre Carlson to contributors Nick Craig-Wood 2017-11-05 22:09:31 +00:00
  • f1287e13f7 Add new fields for swift configuration to support IBM Bluemix Swift Pierre Carlson 2017-11-02 14:29:40 -05:00
  • 7749157596 Add --auto-confirm flag Substantiel 2017-11-05 22:56:50 +01:00
  • 682b4d54c5 onedrive: Add option to choose resourceURL during setup of OneDrive Business account if more than one is avauilable for user Oliver Heyme 2017-10-28 18:48:39 +02:00
  • 245edd1b0e local: fix equality check for times Nick Craig-Wood 2017-11-05 09:02:23 +00:00
  • 4d081ec87e Add Corban Raun to contributors Nick Craig-Wood 2017-11-05 21:39:31 +00:00
  • a8dfc5ce3b Fix spelling in some documentation Corban Raun 2017-10-28 00:03:51 -06:00
  • 68d0b5adbb serve webdav: this implements a webdav server for any rclone remote. Nick Craig-Wood 2017-04-25 14:57:59 +01:00
  • c4ad3ac94c vendor: ensure golang.org/x/net/webdav is vendored Nick Craig-Wood 2017-10-28 20:25:42 +01:00
  • 16e16bc220 serve http: use vfs to cache the directories and support Range header Nick Craig-Wood 2017-10-27 20:56:31 +01:00
  • 73dfa21ba3 local: avoid triggering the race detector Nick Craig-Wood 2017-11-03 16:12:16 +00:00
  • c31556c6d1 vfs: Make sure all public methods are locked in Read and Write Handle Nick Craig-Wood 2017-11-03 16:11:44 +00:00
  • 2083ac6e2a vfs: add ECLOSED and tidy errors Nick Craig-Wood 2017-11-03 11:35:36 +00:00
  • 22ee839d05 cmount,vfs: unify Read and Write handles and File and Dir where possible Nick Craig-Wood 2017-11-03 09:32:18 +00:00
  • 5634659ea3 mount,vfs: unify Read and Write handles in preparation for ReadWrite handles Nick Craig-Wood 2017-11-02 18:22:26 +00:00
  • e18122e88b vfs: add tests and subsequent fixes Nick Craig-Wood 2017-10-29 21:14:05 +00:00
  • 07ec8073fe mount: remove unused DirEntry struct Nick Craig-Wood 2017-10-29 11:44:29 +00:00
  • 8184ec4b70 vfs: add EPERM to errors Nick Craig-Wood 2017-10-31 15:33:08 +00:00
  • 190367d917 vfs: factor duplicated Open code into vfs from mount/cmount Nick Craig-Wood 2017-10-30 10:14:39 +00:00
  • a5dc62f6c1 vfs: Make file handles compatible with OS Nick Craig-Wood 2017-10-29 21:11:17 +00:00
  • 3e0c91ba4b vfs: Move DefaultOpt to vfs and make some methods private Nick Craig-Wood 2017-10-29 17:37:54 +00:00
  • 7e065440fb vfs: rename Lookup to Stat to be more in keeping with os Nick Craig-Wood 2017-10-29 11:36:38 +00:00
  • e8883e9fdb vfs: factor flags into vfsflags and remove global variables Nick Craig-Wood 2017-10-29 11:00:56 +00:00
  • 1a8f824bad vfs: use os package errors where possible Nick Craig-Wood 2017-10-28 20:16:03 +01:00
  • c1aaff220d Factor new vfs module out of cmd/mountlib Nick Craig-Wood 2017-10-28 20:01:34 +01:00
  • 6da6b2556b mountlib: make directory entries be returned in sorted order Nick Craig-Wood 2017-10-27 22:07:59 +01:00
  • ca19fd2d7e mountlib: Make read/write file handles support more standard interfaces Nick Craig-Wood 2017-10-27 21:41:34 +01:00
  • 2fac74b517 mountlib: store only Node in *Dir removing DirEntry struct Nick Craig-Wood 2017-10-26 17:21:03 +01:00
  • 8b6daaa877 mountlib: add DirEntry() to Node interface Nick Craig-Wood 2017-10-26 17:02:48 +01:00
  • 3af9d63261 mountlib: add Remove and RemoveAll methods to Node Nick Craig-Wood 2017-10-26 16:55:40 +01:00
  • c6cd2a5280 mountlib: add parent and entry to Dir Nick Craig-Wood 2017-10-26 16:05:34 +01:00
  • 0bb84efe75 mountlib: Rename Remove to RemoveName Nick Craig-Wood 2017-10-26 15:37:45 +01:00
  • 3ec15ac2bd mountlib: make sure Node is always set in DirEntry Nick Craig-Wood 2017-10-25 10:06:37 +01:00
  • 750690503e mountlib: make Node satisfy os.FileInfo interface Nick Craig-Wood 2017-10-25 10:00:26 +01:00
  • 54950d3423 mountlib: make more useful as a general purpose file system adaptor Nick Craig-Wood 2017-10-24 21:06:06 +01:00
  • 014aa3d157 fstest: check no files or directories between runs Nick Craig-Wood 2017-11-01 13:07:33 +00:00
  • cc7ed13b9b fs: factor test running code into fstest/run.go Nick Craig-Wood 2017-10-29 12:23:10 +00:00
  • 6552581a17 b2: correct docs on SHA1s on large files Nick Craig-Wood 2017-11-03 12:49:15 +00:00
  • f60e2a7aac swift: add OS_TENANT_ID to config Nick Craig-Wood 2017-11-02 14:49:07 +00:00
  • cacae8d12d swift: add OS_USER_ID to config Nick Craig-Wood 2017-11-01 21:26:04 +00:00
  • 4a1013f2de swift: Allow configs with user id instead of user name Nick Craig-Wood 2017-10-31 14:23:10 +00:00
  • d0b9baab13 Update travis builds to go 1.9.2 and go 1.8.5 Nick Craig-Wood 2017-10-26 22:30:53 +01:00
  • 96665c16cb serve http: make it compile on go1.6 and go1.7 Nick Craig-Wood 2017-10-26 21:52:29 +01:00
  • 39b9f80302 Add John Leach to contributors Nick Craig-Wood 2017-10-26 21:39:22 +01:00
  • 1602a3a055 Check if swift segments container exists before create John Leach 2017-10-25 00:17:13 +01:00
  • fafaea7edc Add Andrew Starr-Bochicchio to contributors Nick Craig-Wood 2017-10-26 21:35:19 +01:00
  • e6fb96cfd4 Initial docs for usage with DigitalOcean Spaces. Andrew Starr-Bochicchio 2017-10-19 12:31:25 -04:00
  • e612673ea0 webdav: fix Copy, Move and DirMove to be more compatible Nick Craig-Wood 2017-10-25 22:56:47 +01:00
  • fd2406f94e webdav: fix directory detection when creating a remote Nick Craig-Wood 2017-10-25 12:00:23 +01:00
  • cd146415d1 serve http: error if Range supplied (not supported yet) Nick Craig-Wood 2017-10-24 23:17:04 +01:00
  • 2740c965c0 serve http: Fix timeouts Nick Craig-Wood 2017-10-24 23:07:46 +01:00
  • 6669165b6b serve http command to serve a remote over HTTP Nick Craig-Wood 2016-12-06 18:00:24 +00:00
  • a06bcd4c57 Add paypal.me link to donate page Nick Craig-Wood 2017-10-23 12:56:48 +01:00
  • 6df1f6fad1 webdav: support put.io #580 Nick Craig-Wood 2017-10-23 12:13:01 +01:00
  • 683befaec1 Add Jason Rose to contributors Nick Craig-Wood 2017-10-20 15:45:55 +01:00
  • 10f27e2ff2 allow trailing+leading whitespace for passwords - #1717 ishuah 2017-10-19 14:36:12 +03:00
  • d121a94c20 Corrected default log-level value Jason Rose 2017-10-19 11:19:44 -04:00
  • 567071750b vendor: update github.com/ncw/swift to fix memory leak in swift transfers Nick Craig-Wood 2017-10-19 14:44:13 +01:00
  • 115053930e Make error messages less crypting when revealing an unobscured password - fixes #1743 Nick Craig-Wood 2017-10-16 22:03:06 +01:00
  • ef1346602e Add contributors Nick Craig-Wood 2017-10-14 12:10:22 +01:00
  • 9417194751 Fix dedupe description typo Dan Dascalescu 2017-10-16 01:00:50 -07:00
  • 69ba806528 2017-Oct update to the Drive docs Dan Dascalescu 2017-10-15 19:46:20 -07:00
  • ae9d58d625 Copy edit the SFTP guide Dan Dascalescu 2017-10-15 18:27:59 -07:00
  • d6bab0169f Per-remote env variables start with RCLONE_CONFIG_ Ubuntu 2017-10-14 22:42:38 +02:00
  • d7dd6f3814 Typo fix: resove -> resolve Ubuntu 2017-10-14 22:42:00 +02:00
  • edfab09eb9 config: add sub commands for full config file management Nick Craig-Wood 2017-10-14 11:50:41 +01:00
  • 0575623dff Add config listproviders, listoptions, jsonconfig for automated config thierry 2017-09-21 23:27:39 +02:00
  • fc8b13c993 moveto/copyto: Fix to allow copying to the same name - fixes #1736 Nick Craig-Wood 2017-10-12 20:45:36 +01:00
  • b531bf1349 Add android and IOS build to circleci Nick Craig-Wood 2017-10-11 13:40:02 +01:00
  • 43ced30f11 fs: Add more errors to retry - fixes #1733 Nick Craig-Wood 2017-10-10 19:51:02 +01:00
  • 106bc1c9fc Add jersou to contributors Nick Craig-Wood 2017-10-10 19:44:44 +01:00
  • f64ee433b7 docs: missing "sync" command name fix jersou 2017-10-09 18:47:07 +02:00
  • 3eb7f52e39 fs: Add "unexpected EOF reading trailer" as a retriable error - fixes #1730 Nick Craig-Wood 2017-10-09 17:29:16 +01:00
  • 7f3dc9b5c4 Implement WebDAV remote #580 Nick Craig-Wood 2017-10-02 20:29:23 +01:00
  • bcdd79320b rest: Add SetUserPass to create Authorization header Nick Craig-Wood 2017-10-04 21:26:40 +01:00
  • 2453abfbea rest: add a Signer callback Nick Craig-Wood 2017-07-25 19:16:26 +01:00
  • efd88c5676 rest: add CallXML and DecodeXML functions Nick Craig-Wood 2017-07-25 17:38:18 +01:00
  • 4966611866 rest: factor URLJoin and URLEscape from http remote Nick Craig-Wood 2017-10-02 17:37:36 +01:00
  • 00fe6d95da fs: fix duplicate files causing spurious copies Nick Craig-Wood 2017-10-02 16:52:53 +01:00
  • b7521c0fe2 dropbox: fix error when renaming directories - fixes #1708 Nick Craig-Wood 2017-10-02 11:21:16 +01:00
  • a1d942e5c3 pcloud: make compile with go1.6 Nick Craig-Wood 2017-10-01 16:41:23 +01:00
  • 9e9297838f Implement pcloud remote - #418 Nick Craig-Wood 2017-09-19 16:09:43 +01:00
  • 6403242f48 drive, yandex: add missing CleanUpper interface check Nick Craig-Wood 2017-09-30 16:33:39 +01:00
  • 737cf3d957 rest: factor multipart upload out into function and generalise Nick Craig-Wood 2017-09-21 10:18:34 +01:00
  • 8f2f480628 rest: Add TransferEncoding and Close parameters Nick Craig-Wood 2017-09-20 10:53:20 +01:00
  • a5e0115b19 Makefile: clean some more files Nick Craig-Wood 2017-09-30 16:02:00 +01:00
  • 63d0734c71 tree: remove workaround for tree library bug now it is fixed Nick Craig-Wood 2017-09-30 15:51:14 +01:00
  • b017fcfe9a vendor: update all dependencies to latest versions Nick Craig-Wood 2017-09-30 15:27:27 +01:00
  • 911d121bb9 docs: Fix version number Nick Craig-Wood 2017-09-30 15:22:00 +01:00
  • 1c10497b68 Start v1.38-DEV development Nick Craig-Wood 2017-09-30 15:16:09 +01:00
  • d96e45ba5b Version v1.38 v1.38 Nick Craig-Wood 2017-09-30 14:19:47 +01:00
  • 657b3a674d fs: fix test_all -clean to run just one cleaning thread per remote Nick Craig-Wood 2017-09-30 11:07:09 +01:00
  • 5177d8c854 docs: update website footer Nick Craig-Wood 2017-09-30 09:27:47 +01:00
  • b2b989434d docs: use a shortcode to insert the version string Nick Craig-Wood 2017-09-25 20:59:46 +01:00
  • 3e9861eecf docs: improve links to cloud providers Nick Craig-Wood 2017-09-25 17:55:19 +01:00
  • 3fc69f4140 docs: fix daggers Nick Craig-Wood 2017-09-25 18:10:38 +01:00