| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-17 | possibly fix concurrent access to entry object in SeaweedOutputStream | Chris Lu | 3 | -21/+19 | |
| 2020-05-24 | HCFS: 1.2.8 fix hbase related bugs | Chris Lu | 9 | -7/+174 | |
| 1. SeaweedFileSystem.listStatus need to work with file also 2. SeaweedRead readChunkView has wrong len | |||||
| 2020-05-08 | able to read chan and write chan | Chris Lu | 1 | -0/+19 | |
| 2020-05-05 | add broker connects to filer | Chris Lu | 1 | -0/+9 | |
| 2020-04-26 | HCFS 1.2.7 | Chris Lu | 5 | -5/+5 | |
| 2020-04-26 | Hadoop: fix entry not found for HCFS | Chris Lu | 3 | -9/+14 | |
| also fix cipher related changes. | |||||
| 2020-04-21 | async meta caching: can stream updates now | Chris Lu | 1 | -0/+1 | |
| 2020-04-17 | filer: able to append to a file | Chris Lu | 1 | -0/+11 | |
| 2020-04-12 | refactoring | Chris Lu | 1 | -3/+3 | |
| 2020-04-12 | remove configurable topics folder location | Chris Lu | 1 | -1/+0 | |
| 2020-04-08 | add If-None-Match and If-Modified-Since | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1269 | |||||
| 2020-04-05 | watch entries with common path prefix | Chris Lu | 1 | -1/+1 | |
| 2020-04-05 | filer: able to tail meta data changes | Chris Lu | 1 | -1/+1 | |
| 2020-03-30 | writing meta logs is working | Chris Lu | 1 | -0/+19 | |
| 2020-03-29 | HDFS: 1.2.6 | Chris Lu | 5 | -5/+5 | |
| 2020-03-29 | HDFS: support chunk cache | Chris Lu | 3 | -34/+41 | |
| 2020-03-28 | Update SeaweedRead.java | Chris Lu | 1 | -0/+2 | |
| 2020-03-28 | add notes | Chris Lu | 1 | -0/+2 | |
| 2020-03-20 | S3 API: fix DeleteMultipleObjectsHandler | Chris Lu | 1 | -3/+0 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1241 | |||||
| 2020-03-14 | HDFS support encrypted data storage | Chris Lu | 11 | -59/+308 | |
| 2020-03-08 | filer: remember content is gzipped or not | Chris Lu | 1 | -0/+1 | |
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -0/+2 | |
| 2020-02-27 | weed queue starts | Chris Lu | 1 | -0/+1 | |
| 2020-02-25 | move filer assign volume grpc errror to response | Chris Lu | 1 | -0/+1 | |
| 2020-02-25 | s3: implemented DeleteMultipleObjects | Chris Lu | 1 | -0/+4 | |
| 2020-02-24 | filer: dynamically create bucket under /buckets folder | Chris Lu | 1 | -0/+3 | |
| 2020-02-24 | s3: move buckets folder configuration to filer | Chris Lu | 1 | -0/+1 | |
| 2020-01-25 | grpc send error via response instead of grpc error | Chris Lu | 1 | -0/+1 | |
| 2020-01-22 | fix http range requests | Chris Lu | 1 | -1/+1 | |
| 2020-01-22 | filer: option to create file only if it is new, O_EXCL | Chris Lu | 1 | -0/+1 | |
| 2019-12-14 | HCFS: release 1.2.4 | Chris Lu | 5 | -5/+5 | |
| 2019-12-13 | HCFS: streaming list files | Chris Lu | 1 | -6/+8 | |
| 2019-12-13 | filer: streaming file listing | Chris Lu | 1 | -2/+2 | |
| 2019-10-11 | HCFS: 1.2.3 | Chris Lu | 5 | -5/+21 | |
| shade org.apache.http in https://github.com/chrislusf/seaweedfs/issues/1080 | |||||
| 2019-10-11 | HCFS: 1.22 | Chris Lu | 7 | -14/+21 | |
| fix put gives java.lang.NoSuchFieldError: INSTANCE related to Cloudera CDH Hadoop https://github.com/chrislusf/seaweedfs/issues/1080 | |||||
| 2019-10-09 | HCFS: avoid possible jar problem | Chris Lu | 6 | -12/+8 | |
| 2019-10-08 | update hdfs client | Chris Lu | 8 | -9/+9 | |
| 2019-09-11 | filer: recursive deletion optionally ignoring any errors | Chris Lu | 4 | -5/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1062 | |||||
| 2019-09-03 | HCFS: 1.1.6 | Chris Lu | 5 | -5/+5 | |
| 2019-09-03 | HCFS: working with HBase | Chris Lu | 4 | -25/+69 | |
| 2019-09-01 | HCFS: avoid verbose file not found exception stack trace | Chris Lu | 6 | -5/+8 | |
| 2019-09-01 | HCFS: fix mkdirs NPE | Chris Lu | 2 | -4/+9 | |
| 2019-09-01 | HCFS: use latest grpc versions, separate hadoop2 and hadoop3 | Chris Lu | 12 | -85/+126 | |
| 2019-08-29 | tmp | Chris Lu | 21 | -1/+2590 | |
| 2019-06-23 | filer.copy: use filer settings, avoid unnecessary command line options | Chris Lu | 1 | -0/+12 | |
| fix https://github.com/chrislusf/seaweedfs/issues/968 | |||||
| 2019-05-17 | filer: migrating filer store from persisting shorter structured file id ↵ | Chris Lu | 4 | -6/+40 | |
| instead of a string | |||||
| 2019-04-16 | replicate need to include new entry path | Chris Lu | 1 | -0/+6 | |
| 2019-03-30 | support atomic renaming for mysql/postgres filer store | Chris Lu | 5 | -87/+101 | |
| 2019-02-20 | HDFS: move to 1.0.8 | Chris Lu | 2 | -2/+2 | |
| 2019-02-19 | HDFS: add jwt auth for uploading | Chris Lu | 1 | -20/+25 | |
