Commit Graph

  • 2730e9ff08 build: fix docker build running out of space Nick Craig-Wood 2023-10-18 15:29:55 +0100
  • 37d786c82a selfupdate: fix "invalid hashsum signature" error Nick Craig-Wood 2023-10-18 11:25:32 +0100
  • 56fe12c479 build: add the serve docker tests to the integration tester Nick Craig-Wood 2023-10-18 11:32:01 +0100
  • 9197180610 build: fix docker build running out of space Nick Craig-Wood 2023-10-18 15:29:55 +0100
  • f4a538371d Add Ivan Yanitra to contributors Nick Craig-Wood 2023-10-18 17:55:10 +0100
  • f2ec08cba2 Add Keigo Imai to contributors Nick Craig-Wood 2023-10-18 17:55:10 +0100
  • 8f25531b7f Add Gabriel Espinoza to contributors Nick Craig-Wood 2023-10-18 17:55:10 +0100
  • 0ee6d0b4bf azureblob: add support cold tier Ivan Yanitra 2023-10-18 15:01:11 +0800
  • 4ac4597afb drive: add a note that --drive-scope accepts comma-separated list of scopes Keigo Imai 2023-10-16 13:53:49 +0900
  • 143df6f6d2 docs: change authors email for SimJoSt Joda Stößer 2023-10-18 13:05:06 +0200
  • 8264ba987b Changelog updates from Version 1.64.1 Nick Craig-Wood 2023-10-17 18:36:41 +0100
  • 929d8b8a6d Start v1.64.2-DEV development Nick Craig-Wood 2023-10-17 18:35:56 +0100
  • 583eee635f Version v1.64.1 v1.64.1 Nick Craig-Wood 2023-10-17 16:50:14 +0100
  • 7a27d9a192
    lib/http: export basic go strings functions Gabriel Espinoza 2023-10-16 14:46:19 -0400
  • 195ad98311 docs: update documentation for --fast-list adding info about ListR albertony 2023-09-23 18:07:50 +0200
  • ba836e729e mount: fix automount not detecting drive is ready Nick Craig-Wood 2023-10-13 17:29:16 +0100
  • 29baa5888f mount: fix automount not detecting drive is ready Nick Craig-Wood 2023-10-13 17:29:16 +0100
  • a6db2e7320 serve sftp: return not supported error for not supported commands Nick Craig-Wood 2023-09-22 15:17:40 +0100
  • c7a2719fac sftp: implement --sftp-copy-is-hardlink to server side copy as hardlink Nick Craig-Wood 2023-09-21 14:55:48 +0100
  • c190b9b14f serve sftp: return not supported error for not supported commands Nick Craig-Wood 2023-09-22 15:17:40 +0100
  • 31486aa7e3 b2: fix chunked streaming uploads Nick Craig-Wood 2023-10-13 15:46:36 +0100
  • 5fa68e9ca5 b2: fix chunked streaming uploads Nick Craig-Wood 2023-10-13 15:46:36 +0100
  • d24e5bc7e4 build: upgrade golang.org/x/net to v0.17.0 to fix HTTP/2 rapid reset Nick Craig-Wood 2023-10-12 17:41:39 +0100
  • 077c1a0f57 b2: fix server side copies greater than 4GB Nick Craig-Wood 2023-10-12 11:15:42 +0100
  • b9727cc6ab build: upgrade golang.org/x/net to v0.17.0 to fix HTTP/2 rapid reset Nick Craig-Wood 2023-10-12 17:41:39 +0100
  • d8d76ff647 b2: fix server side copies greater than 4GB Nick Craig-Wood 2023-10-12 11:15:42 +0100
  • 3bb82b4dd5 cmd: Make --progress output logs in the same format as without Nick Craig-Wood 2023-10-05 17:37:21 +0100
  • 1591592936 operations: fix error message on delete to have file name - fixes #7355 Nick Craig-Wood 2023-10-09 16:56:13 +0100
  • cc036884d4 operations: fix OpenOptions ignored in copy if operation was a multiThreadCopy Vitor Gomes 2023-10-10 16:31:21 +0200
  • f6b9fdf7c6 build: fix docker beta build running out of space Nick Craig-Wood 2023-10-10 09:55:07 +0100
  • c9fe2f75a8 oracleobjectstorage: fix OpenOptions being ignored in uploadMultipart with chunkWriter Nick Craig-Wood 2023-10-09 17:13:42 +0100
  • 340a67c012 s3: fix OpenOptions being ignored in uploadMultipart with chunkWriter Vitor Gomes 2023-10-06 17:53:36 +0200
  • 264b3f0c90 vfs: [bugfix] Update dir modification time Saleh Dindar 2023-09-24 14:51:08 -0700
  • a7978cea56 operations: close file in TestUploadFile test so it can be deleted on Windows Nick Craig-Wood 2023-10-04 17:51:42 +0100
  • bebd82c586 b2: reduce default --b2-upload-concurrency to 4 to reduce memory usage Nick Craig-Wood 2023-09-25 15:24:55 +0100
  • af02c3b2a7 b2: fix locking window when getting mutipart upload URL Nick Craig-Wood 2023-09-25 11:13:40 +0100
  • 77dfe5f1fd pacer: fix b2 deadlock by defaulting max connections to unlimited Nick Craig-Wood 2023-09-25 11:01:51 +0100
  • e9a95a78de s3: fix slice bounds out of range error when listing Nick Craig-Wood 2023-09-24 16:51:58 +0100
  • 82ca5295f4 docs: fix backend doc generator to not output duplicate config names Nick Craig-Wood 2023-09-22 18:16:00 +0100
  • 9d8a40b813 docs: fix typos found by codespell in docs and code comments Dimitri Papadopoulos Orfanos 2023-09-23 13:20:01 +0200
  • 12d80c5219 onedrive: fix the configurator to allow /teams/ID in the config Nick Craig-Wood 2023-09-21 15:36:26 +0100
  • 038a87c569 lsjson: make sure we set the global metadata flag too Nick Craig-Wood 2023-09-20 21:44:00 +0100
  • 3ef97993ad b2: fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 Nick Craig-Wood 2023-09-18 20:41:31 +0100
  • 04bba67cd5 azureblob: fix "fatal error: concurrent map writes" Nick Craig-Wood 2023-09-13 15:36:44 +0100
  • 29dd29b9f3 build(deps): bump docker/setup-qemu-action from 2 to 3 dependabot[bot] 2023-09-15 08:16:15 +0000
  • 532248352b build(deps): bump docker/setup-buildx-action from 2 to 3 dependabot[bot] 2023-09-13 14:56:51 +0000
  • ab803942de storj: update storj.io/uplink to v1.12.0 Kaloyan Raev 2023-09-14 12:45:50 +0300
  • f933e80258 docs: add notes on how to update the website between releases Nick Craig-Wood 2023-09-13 17:01:42 +0100
  • 1c6f0101a5 docs: remove minio sponsor box for the moment Nick Craig-Wood 2023-09-13 16:47:17 +0100
  • c6f161de90 docs: update Storj partner link Nick Craig-Wood 2023-09-13 16:46:16 +0100
  • bdcf7fe28c docs: add MacPorts install info Herby Gillot 2023-09-13 08:28:02 -0400
  • 776dc47eb8 build(deps): bump docker/metadata-action from 4 to 5 dependabot[bot] 2023-09-12 22:59:29 +0000
  • 167046e21a build(deps): bump docker/login-action from 2 to 3 dependabot[bot] 2023-09-12 22:59:27 +0000
  • 98d50d545a build(deps): bump docker/build-push-action from 4 to 5 dependabot[bot] 2023-09-12 22:59:27 +0000
  • 48242c5357 fix overview of oracle object storage as it supports multithreaded Manoj Ghosh 2023-09-12 22:30:17 -0700
  • e437e6c209 operations: ensure concurrency is no greater than the number of chunks - fixes #7299 Pat Patterson 2023-09-12 23:18:06 -0700
  • b813a01718 Start v1.64.1-DEV development Nick Craig-Wood 2023-10-11 11:55:24 +0100
  • 5afa838457 cmd: Make --progress output logs in the same format as without Nick Craig-Wood 2023-10-05 17:37:21 +0100
  • 2de084944b operations: fix error message on delete to have file name - fixes #7355 Nick Craig-Wood 2023-10-09 16:56:13 +0100
  • 48a8bfa6b3 operations: fix OpenOptions ignored in copy if operation was a multiThreadCopy Vitor Gomes 2023-10-10 16:31:21 +0200
  • d3ce795c30 build: fix docker beta build running out of space Nick Craig-Wood 2023-10-10 09:55:07 +0100
  • c04657cd4c Add Volodymyr to contributors Nick Craig-Wood 2023-10-10 15:58:58 +0100
  • 6255d9dfaa
    operations: implement --partial-suffix to control extension of temporary file names Volodymyr 2023-10-10 14:27:32 +0300
  • f56ea2bee2 s3: fix no error being returned when creating a bucket we don't own Nick Craig-Wood 2023-10-06 11:45:03 +0100
  • d6ba60c04d oracleobjectstorage: fix OpenOptions being ignored in uploadMultipart with chunkWriter Nick Craig-Wood 2023-10-09 17:13:42 +0100
  • 37eaa3682a s3: fix OpenOptions being ignored in uploadMultipart with chunkWriter Vitor Gomes 2023-10-06 17:53:36 +0200
  • c5f6fc3283 drive: add --drive-show-all-gdocs to allow unexportable gdocs to be server side copied Nick Craig-Wood 2023-09-25 15:18:40 +0100
  • 4daf755da0 Add Saleh Dindar to contributors Nick Craig-Wood 2023-10-09 16:52:50 +0100
  • eee8ad5146 Add Beyond Meat to contributors Nick Craig-Wood 2023-10-09 16:52:50 +0100
  • bcb3289dad nfsmount: documentation for new NFS mount feature for macOS Saleh Dindar 2023-10-04 09:40:46 -0700
  • ef2ef8ef84 nfsmount: New mount command to provide mount mechanism on macOS without FUSE Saleh Dindar 2023-10-04 10:33:12 -0700
  • c69cf46f06 serve nfs: new `serve nfs` command Saleh Dindar 2023-10-04 10:28:41 -0700
  • 25f59b2918 vfs: Add go-billy dependency and make sure vfs.Handle implements billy.File Saleh Dindar 2023-10-04 10:25:57 -0700
  • 7801b160f2 vfs: [bugfix] Update dir modification time Saleh Dindar 2023-09-24 14:51:08 -0700
  • 23f8dea182 vfs: [bugfix] Implement Name() method in WriteFileHandle and ReadFileHandle Saleh Dindar 2023-08-31 06:28:10 -0700
  • 3337fe31c7 vfs: add --vfs-refresh flag to read all the directories on start Beyond Meat 2023-09-08 06:41:12 -0700
  • a752563842 operations: add operations/check to the rc API Nick Craig-Wood 2023-05-24 10:51:30 +0100
  • c12085b265 operations: close file in TestUploadFile test so it can be deleted on Windows Nick Craig-Wood 2023-10-04 17:51:42 +0100
  • 3ab9077820 googlephotos: implement batcher for uploads - fixes #6920 Nick Craig-Wood 2023-09-13 11:57:52 +0100
  • b94806a143 dropbox: factor batcher into lib/batcher Nick Craig-Wood 2023-09-12 16:10:45 +0100
  • 55d10f4d25 fs: re-implement DumpMode with Bits Nick Craig-Wood 2023-10-03 12:56:17 +0100
  • 75745fcb21 fs: create fs.Bits for easy creation of parameters from a bitset of choices Nick Craig-Wood 2023-10-03 12:55:24 +0100
  • 1cc22da87d vfs: re-implement CacheMode with fs.Enum Nick Craig-Wood 2023-09-27 15:31:47 +0100
  • 3092f82dcc fs: re-implement CutoffMode, LogLevel, TerminalColorMode with Enum Nick Craig-Wood 2023-09-27 15:31:47 +0100
  • 60a6ef914c fs: create fs.Enum for easy creation of parameters from a list of choices Nick Craig-Wood 2023-09-26 16:49:09 +0100
  • 3553cc4a5f fs: fix option types printing incorrectly for backend flags Nick Craig-Wood 2023-09-27 13:58:27 +0100
  • b8591b230d onedrive: implement ListR method which gives --fast-list support Nick Craig-Wood 2023-09-19 12:09:51 +0100
  • ecb09badba onedrive: factor API types back into correct file Nick Craig-Wood 2023-09-19 09:42:12 +0100
  • cb43e86d16 b2: reduce default --b2-upload-concurrency to 4 to reduce memory usage Nick Craig-Wood 2023-09-25 15:24:55 +0100
  • 5c48102ede b2: fix locking window when getting mutipart upload URL Nick Craig-Wood 2023-09-25 11:13:40 +0100
  • 96438ff259 pacer: fix b2 deadlock by defaulting max connections to unlimited Nick Craig-Wood 2023-09-25 11:01:51 +0100
  • c1df3ce08c docs: add utime (time of file upload) to standard system metadata albertony 2023-09-23 16:12:19 +0200
  • 19ad39fa1c jottacloud: add support for reading and writing metadata albertony 2022-08-04 20:48:13 +0200
  • b296f37801 s3: fix slice bounds out of range error when listing Nick Craig-Wood 2023-09-24 16:51:58 +0100
  • 23e44c6065 Add rinsuki to contributors Nick Craig-Wood 2023-09-25 11:52:12 +0100
  • 8fd66daab6 drive: add support of SHA-1 and SHA-256 checksum rinsuki 2023-09-24 18:07:47 +0900
  • 9e80d48b03 s3: add docs on how to add a new provider Nick Craig-Wood 2023-09-21 12:35:23 +0100
  • eb3082a1eb s3: add Linode provider Nick Craig-Wood 2023-09-21 12:38:06 +0100
  • 77ea22ac5b s3: Factor providers list out and auto generate textual version Nick Craig-Wood 2023-09-21 11:32:42 +0100
  • 9959712a06 docs: fix backend doc generator to not output duplicate config names Nick Craig-Wood 2023-09-22 18:16:00 +0100