| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-26 | ensure the following logic are executed | Chris Lu | 1 | -4/+0 | |
| 2021-08-26 | refactor: separating out remote.proto | Chris Lu | 1 | -48/+1 | |
| 2021-08-25 | cloud drive: add support for Wasabi | Chris Lu | 1 | -0/+5 | |
| * disable md5, sha256 checking to avoid reading one chunk twice * single threaded upload to avoid chunk swapping (to be enhanced later) | |||||
| 2021-08-24 | cloud drive: add support for Baidu BOS | Chris Lu | 1 | -0/+6 | |
| 2021-08-24 | cloud drive: add support for Tencent COS | Chris Lu | 1 | -0/+5 | |
| 2021-08-24 | cloud drive: add support for Aliyun OSS | Chris Lu | 1 | -0/+7 | |
| 2021-08-24 | cloud drive: add support for BackBlaze | Chris Lu | 1 | -0/+3 | |
| 2021-08-24 | cloud drive: add support for Azure | Chris Lu | 1 | -0/+2 | |
| 2021-08-23 | Java: FilerProto.Entry can read size via attributes | Chris Lu | 1 | -15/+34 | |
| 2021-08-23 | cloud drive: s3 configurable force path style | Chris Lu | 1 | -0/+1 | |
| 2021-08-23 | cloud drive: S3 supports storage class | Chris Lu | 1 | -0/+1 | |
| 2021-08-23 | cloud drive: add google cloud storage | Chris Lu | 1 | -0/+1 | |
| 2021-08-14 | rename | Chris Lu | 1 | -1/+1 | |
| 2021-08-14 | rename, fix wrong logic. | Chris Lu | 1 | -1/+1 | |
| 2021-08-09 | Java: 1.6.7 Support Mounted Remote Storage | Chris Lu | 10 | -13/+45 | |
| 2021-08-09 | shell: remote.cache remote.uncache | Chris Lu | 1 | -4/+14 | |
| 2021-08-07 | Merge branch 'master' into add_remote_storage | Chris Lu | 1 | -2/+2 | |
| 2021-08-07 | java: use empty value as replication default | Chris Lu | 1 | -2/+2 | |
| 2021-07-29 | remote storage location changed to struct | Chris Lu | 1 | -1/+6 | |
| 2021-07-27 | remote.mount saves the mapping | Chris Lu | 1 | -5/+1 | |
| 2021-07-27 | directory to remote storage mapping | Chris Lu | 1 | -0/+15 | |
| 2021-07-26 | remote.mount | Chris Lu | 1 | -6/+7 | |
| 2021-07-21 | configure and store remote configurations | Chris Lu | 1 | -3/+4 | |
| 2021-07-19 | add remote to filer.Entry and filer_pb entry, add RemoteConf | Chris Lu | 1 | -0/+8 | |
| 2021-07-19 | proto: add remote | Chris Lu | 1 | -0/+7 | |
| 2021-07-12 | add version to filer configuration response | Chris Lu | 1 | -0/+1 | |
| 2021-07-05 | Change java client MIN_BUFFER_SIZE to 1MB | Jerome Barotin | 1 | -1/+1 | |
| 2021-07-01 | mount: recursively rename locally | Chris Lu | 1 | -0/+1 | |
| 2021-06-04 | filer: add path-specific option to enforce readonly | Chris Lu | 1 | -0/+1 | |
| 2021-05-23 | java 1.6.6 | Chris Lu | 8 | -9/+9 | |
| 2021-05-21 | minor | Chris Lu | 1 | -1/+1 | |
| 2021-05-21 | Java Client: throw exception when assign fails | Chris Lu | 1 | -0/+6 | |
| 2021-05-21 | Java client: fix passing replication value | Chris Lu | 1 | -1/+1 | |
| 2021-05-17 | java client 1.6.5 | Chris Lu | 8 | -9/+9 | |
| 2021-05-07 | handle "/" in exist | Jérôme Barotin | 2 | -1/+11 | |
| 2021-05-07 | Add exists() to java client | Jérôme Barotin | 2 | -1/+12 | |
| 2021-05-06 | java: filer client add modified time to touch() function | Chris Lu | 1 | -16/+24 | |
| 2021-05-06 | another simple example | Chris Lu | 1 | -0/+22 | |
| 2021-05-06 | make SeaweedInputStream throw FileNotFoundException | Jérôme Barotin | 1 | -0/+5 | |
| 2021-04-06 | add HCFS over ftp | limd | 18 | -0/+1867 | |
| 2021-03-30 | patch https://github.com/advisories/GHSA-5mg8-w23w-74h3 | Chris Lu | 1 | -1/+1 | |
| https://github.com/advisories/GHSA-5mg8-w23w-74h3 | |||||
| 2021-03-30 | Bump guava from 28.0-jre to 29.0-jre in /other/java/client | dependabot[bot] | 1 | -1/+1 | |
| Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2021-03-30 | Java client 1.6.4 | Chris Lu | 8 | -9/+9 | |
| 2021-03-29 | Java client: ByteBuffer.clear supports higher JDK versions | Chris Lu | 1 | -1/+2 | |
| 2021-03-22 | revert wrong change | Chris Lu | 3 | -3/+3 | |
| 2021-03-22 | Java client 1.6.3 | Chris Lu | 8 | -12/+12 | |
| 2021-03-22 | Java client: support windows | Chris Lu | 1 | -5/+5 | |
| 2021-02-25 | Java: 1.6.2 | Chris Lu | 8 | -9/+9 | |
| 2021-02-24 | Java client: ByteBuffer.clear supports higher JDK versions | Chris Lu | 1 | -1/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1836 | |||||
| 2021-02-21 | use basic file object to parse path | Chris Lu | 1 | -17/+16 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1825 | |||||
