Commit Graph

  • a67c7461ee s3: skip SetModTime for objects > 5GB - fixes #534 Nick Craig-Wood 2016-06-19 17:26:44 +01:00
  • e0aa4bb492 Fix incomplete local hashes. Klaus Post 2016-06-19 14:49:34 +02:00
  • ab0947ee37 Fix typo in changelog Nick Craig-Wood 2016-06-18 16:58:00 +01:00
  • bd0227450e Version v1.30 v1.30 Nick Craig-Wood 2016-06-18 16:29:53 +01:00
  • f438f1e9ef Fix stats print Nick Craig-Wood 2016-06-18 16:40:22 +01:00
  • 3f7b2c1ade Add Justin R. Wilson to contributors Nick Craig-Wood 2016-06-18 14:31:17 +01:00
  • 6e35a3b3ce Add AES256 server-side encryption for s3 - Fixes #491 Justin R. Wilson 2016-06-14 15:22:54 -05:00
  • d3dd672640 Document recursion requirements for Fses Nick Craig-Wood 2016-06-18 14:12:47 +01:00
  • 2a46be8cf3 b2: implement large file uploading - fixes #456 Nick Craig-Wood 2016-06-15 18:49:11 +01:00
  • 1b4370bde1 Rework retry logic when copying objects Nick Craig-Wood 2016-06-18 10:55:58 +01:00
  • cc6a776034 drive, acd: Tweak logging after changing Fs.Put so that it must cope with existing files Nick Craig-Wood 2016-06-18 10:54:42 +01:00
  • 2cfb3834f2 Log errors with %v Nick Craig-Wood 2016-06-18 09:32:14 +01:00
  • 46135d830e Add --ignore-size flag - fixes #399 Nick Craig-Wood 2016-06-17 17:20:08 +01:00
  • 318e42e35b Add a section on quoting in the shell to the docs - fixes #473 Nick Craig-Wood 2016-06-17 16:28:50 +01:00
  • c7f04e24d3 Document that you can't repeat filter flags - fixes #506 Nick Craig-Wood 2016-06-17 16:06:21 +01:00
  • e4650eff58 drive: fix retry of multipart uploads - fixes #520 Nick Craig-Wood 2016-06-15 21:48:30 +01:00
  • 869d91269d Debug cause of low level retries Nick Craig-Wood 2016-06-15 21:48:14 +01:00
  • df1092ef33 Change Fs.Put so that it must cope with existing files Nick Craig-Wood 2016-06-12 15:06:27 +01:00
  • 4c5b2833b3 Convert to using github.com/pkg/errors everywhere Nick Craig-Wood 2016-06-12 15:06:02 +01:00
  • 7fe653c350 Unwrap errors properly for patform specific connection retry code. Nick Craig-Wood 2016-06-10 13:48:41 +01:00
  • 661715733a Make sure we don't use conflicting content types on upload - fixes #513 Nick Craig-Wood 2016-06-09 17:52:58 +01:00
  • f17cb1bf50 Fix retry of Windows wsaend errors #442 Nick Craig-Wood 2016-06-09 15:34:13 +01:00
  • 9ec06df79f Be explicit about which arch we support which fixes failure to build with new gox Nick Craig-Wood 2016-06-09 15:33:26 +01:00
  • 67d0375b98 Audit use of log.Print and change to Debug, Log, or ErrorLog as appropriate Nick Craig-Wood 2016-06-06 21:23:54 +01:00
  • 4882b8ba67 Tweak website footer Nick Craig-Wood 2016-06-06 21:23:22 +01:00
  • 108760e17b Log -v output to stdout by default - fixes #228 Nick Craig-Wood 2016-06-04 18:49:27 +01:00
  • f15e7e89d2 Add version string to debug startup message Nick Craig-Wood 2016-06-03 23:08:14 +01:00
  • e2788aa729 Display the transfer stats in more human readable form - fixes #428 Nick Craig-Wood 2016-06-03 22:49:50 +01:00
  • 772f99fd74 Make SizeSuffix output without b suffix for more useful printouts Nick Craig-Wood 2016-06-03 22:49:14 +01:00
  • 9bbcdeefd0 Start the logger earlier so all messages go there - fixes #486 Nick Craig-Wood 2016-06-03 22:08:27 +01:00
  • a21cc161de Make 0 size files specifiable with --max-size 0b - fixes #450 Nick Craig-Wood 2016-06-03 21:54:27 +01:00
  • e818b7c206 Represent -1 as "off" for SIZE values Nick Craig-Wood 2016-06-03 21:51:39 +01:00
  • 5723d788a4 Add b suffix so we can specify bytes in --bwlimit, --min-size etc Nick Craig-Wood 2016-06-03 21:16:48 +01:00
  • 1d6698a754 Build tweaks - fixes #484 Nick Craig-Wood 2016-06-03 20:09:34 +01:00
  • 1fce83b936 swift: add auth version parameter - fixes #407 Nick Craig-Wood 2016-06-03 17:52:02 +01:00
  • ccdd1ea6c4 Add --max-depth parameter Nick Craig-Wood 2016-06-02 21:02:44 +01:00
  • 348734584b Try OS X 10.11 to fix travis build Nick Craig-Wood 2016-05-30 20:32:35 +01:00
  • c6a79ff72d Fix remaining places in listing where we were logging errors not returning them Nick Craig-Wood 2016-05-30 19:49:21 +01:00
  • b6f1391da3 Fix new style directory listing on windows Nick Craig-Wood 2016-05-30 19:44:15 +01:00
  • ce94c0e729 Update go versions in travis Nick Craig-Wood 2016-05-28 20:45:25 +01:00
  • 58befe280c Fix directory name normalisation on OS X Nick Craig-Wood 2016-05-28 20:23:37 +01:00
  • 4c0f4ccb65 Fix destination of Facebook share link - fixes #499 Nick Craig-Wood 2016-05-28 17:27:25 +01:00
  • 085677d511 acd: Work around spurious 403 errors Nick Craig-Wood 2016-05-28 15:45:39 +01:00
  • 0a922ad1dc acd: Reauth on 401 errors Nick Craig-Wood 2016-05-23 18:03:22 +01:00
  • 83c3bb2f1a Add Romain Lapray to contributors Nick Craig-Wood 2016-05-28 16:39:17 +01:00
  • 83087a45f0 Details about Hubic "default" folder rlapray 2016-05-27 19:12:28 +02:00
  • cadf202107 Clarify filtering docs #489 Nick Craig-Wood 2016-05-19 12:39:16 +01:00
  • 36700d36a7 Fix dropbox root directory listings Nick Craig-Wood 2016-05-16 17:54:59 +01:00
  • ad85f6e413 Implement directory include filtering for efficiency Nick Craig-Wood 2016-05-16 17:14:04 +01:00
  • 536526cc92 amazonclouddrive: Restart directory listings on error - fixes #475 Nick Craig-Wood 2016-05-14 17:15:42 +01:00
  • ac9c20b048 Make IsRetryError function Nick Craig-Wood 2016-05-14 17:11:19 +01:00
  • 2db35f0ce7 Dump out unexpected state in integration test Nick Craig-Wood 2016-05-07 21:19:26 +01:00
  • dbfa7031d2 Factor Lister into own file, write tests and fix Nick Craig-Wood 2016-05-07 17:12:34 +01:00
  • c2d0e86431 Add more tests for List() and fix resulting problems Nick Craig-Wood 2016-05-07 14:50:35 +01:00
  • 68ec6a9f5b Add a directory parameter to Fs.List() Nick Craig-Wood 2016-04-23 21:46:52 +01:00
  • 753b0717be Refactor the List and ListDir interface Nick Craig-Wood 2016-04-21 20:06:21 +01:00
  • 3bdad260b0 Fix typo (thanks Saverio Proto) Nick Craig-Wood 2016-05-06 14:09:12 +01:00
  • d205dc23e9 Fix oddities using a file in the root - fixes #471 Nick Craig-Wood 2016-05-06 13:52:50 +01:00
  • bdd26d71b2 Clarify swift errors - fixes #460 Nick Craig-Wood 2016-05-02 12:34:15 +01:00
  • 8b2f6faf18 Re-enable OS X in travis tests Nick Craig-Wood 2016-05-01 10:10:53 +01:00
  • 7c01bbddf8 Normalise path names for OSX local filesystem Nick Craig-Wood 2016-05-01 09:53:40 +01:00
  • 1752ee3c8b Retry errors which indicate the connection closed prematurely. Nick Craig-Wood 2016-04-29 16:42:08 +01:00
  • 5c2d8ffe33 Retry only the failing tests in the integration tests Nick Craig-Wood 2016-04-26 08:11:37 +01:00
  • 7fecd5c8c6 Add Leigh Klotz to contributors Nick Craig-Wood 2016-04-22 21:12:45 +01:00
  • 19b7ff12ad Doc updates for pasword prompt changes Leigh Klotz 2016-03-29 13:10:35 -07:00
  • b053234eb1 Add Fabian Ruff to contributors Nick Craig-Wood 2016-04-22 21:02:54 +01:00
  • 640d7bd365 Add domain option for openstack (v3 auth) Fabian Ruff 2016-04-21 01:00:49 +02:00
  • 8af68e779f Add Michal Witkowski to contributors Nick Craig-Wood 2016-04-22 20:09:16 +01:00
  • 3a1198cac5 gcs: Don't configure the oauth token if service_account_file is supplied Nick Craig-Wood 2016-04-22 19:58:52 +01:00
  • 022ab4516d Add service account support for GCS Michal Witkowski 2016-04-20 15:40:40 +01:00
  • 17aac9b15f Note certificates FAQ works on Solaris too Nick Craig-Wood 2016-04-22 11:53:56 +01:00
  • 6c0c9abd57 Use "password:" instead of "password>" prompt Klaus Post 2016-03-29 08:32:18 +02:00
  • 70496c15e1 Add Jim Tittsler to contributors Nick Craig-Wood 2016-04-21 19:37:41 +01:00
  • 8b61e68bb7 Fix doc typos. Jim Tittsler 2016-04-20 11:50:28 +09:00
  • bb75d80d33 Fix frontmatter v1.29-1-gbb75d80 Nick Craig-Wood 2016-04-18 18:55:07 +01:00
  • 157d7d45f5 Version v1.29 v1.29 Nick Craig-Wood 2016-04-18 18:30:29 +01:00
  • b5cba73cc3 Make test more reliable Nick Craig-Wood 2016-04-18 17:48:52 +01:00
  • dd36264aad Add FAQ All my uploaded docx/xlsx/pptx files appear as archive/zip Nick Craig-Wood 2016-04-12 21:41:24 +01:00
  • ddb47758f3 drive: increase default chunk size to 8 MB and document - fixes #397 Nick Craig-Wood 2016-04-12 21:33:55 +01:00
  • 9539bbf78a Fix appveyor build after vet removal from tools repo Nick Craig-Wood 2016-04-07 20:07:00 +01:00
  • 0f8e7c3843 Make rclone check obey the --size-only flag - fixes #419 Nick Craig-Wood 2016-04-07 14:56:27 +01:00
  • b835330714 Use "application/octet-stream" if mime.TypeByExtension returns invalid type Nick Craig-Wood 2016-04-07 14:32:01 +01:00
  • 310db14ed6 Notes on --transfers and B2 Nick Craig-Wood 2016-04-04 17:58:36 +01:00
  • 7f2e9d9a6b Require go v1.5 for compilation Klaus Post 2016-03-28 12:36:52 +02:00
  • 6cc9c09610 drive: preserve mime type on file update - fixes #417 Nick Craig-Wood 2016-04-04 16:58:28 +01:00
  • 93c60c34e1 b2: Fix incorrect value of Precision - should be 1ms not 1s Nick Craig-Wood 2016-03-24 15:23:27 +00:00
  • 02c11dd4a7 Don't de-reference swift connection Klaus Post 2016-03-23 15:15:38 +01:00
  • 40dc575aa4 Update Travis CI Klaus Post 2016-03-23 15:02:01 +01:00
  • f8101771c9 Disable keepalive to keep server from serving stale results. Klaus Post 2016-03-23 14:00:43 +01:00
  • 8f4d6973fb Fix missing "quit" option when there are no remotes. Klaus Post 2016-03-23 10:11:57 +01:00
  • ced3a4bc19 Implement -I, --ignore-times for unconditional upload - fixes #311 Nick Craig-Wood 2016-03-22 17:02:27 +00:00
  • cb22583212 b2: Enable mod time syncing - fixes #348 Nick Craig-Wood 2016-03-22 15:23:37 +00:00
  • 414b35ea56 Change the interface of SetModTime to return an error - #348 Nick Craig-Wood 2016-03-22 15:07:10 +00:00
  • f469905d07 dropbox: Note 10,000 files limitation on purge - fixes #374 Nick Craig-Wood 2016-03-22 14:46:43 +00:00
  • 20f4b2c91d b2: update API to new version - fixes #393 Nick Craig-Wood 2016-03-22 14:39:56 +00:00
  • 37543bd1d9 b2: Fix parsing of mod time when not in metadata Nick Craig-Wood 2016-03-22 10:26:37 +00:00
  • 0dc0052e93 Note that filters must use / not \ - #394 Nick Craig-Wood 2016-03-19 17:40:54 +00:00
  • bd27473762 swift: Don't return an MD5SUM for static large objects - #392 Nick Craig-Wood 2016-03-17 17:36:20 +00:00
  • 9dccf91da7 swift/hubic: document segmented object MD5SUM limitations - fixes #392 Nick Craig-Wood 2016-03-16 17:39:44 +00:00
  • a1323eb204 s3: Fix uploading files bigger than 50GB - fixes #386 Nick Craig-Wood 2016-03-10 16:48:55 +00:00