aboutsummaryrefslogtreecommitdiff
path: root/other/java
AgeCommit message (Collapse)AuthorFilesLines
2020-01-25grpc send error via response instead of grpc errorChris Lu1-0/+1
2020-01-22fix http range requestsChris Lu1-1/+1
2020-01-22filer: option to create file only if it is new, O_EXCLChris Lu1-0/+1
2019-12-14HCFS: release 1.2.4Chris Lu5-5/+5
2019-12-13HCFS: streaming list filesChris Lu1-6/+8
2019-12-13filer: streaming file listingChris Lu1-2/+2
2019-10-11HCFS: 1.2.3Chris Lu5-5/+21
shade org.apache.http in https://github.com/chrislusf/seaweedfs/issues/1080
2019-10-11HCFS: 1.22Chris Lu7-14/+21
fix put gives java.lang.NoSuchFieldError: INSTANCE related to Cloudera CDH Hadoop https://github.com/chrislusf/seaweedfs/issues/1080
2019-10-09HCFS: avoid possible jar problemChris Lu6-12/+8
2019-10-08update hdfs clientChris Lu8-9/+9
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu4-5/+8
fix https://github.com/chrislusf/seaweedfs/issues/1062
2019-09-03HCFS: 1.1.6Chris Lu5-5/+5
2019-09-03HCFS: working with HBaseChris Lu4-25/+69
2019-09-01HCFS: avoid verbose file not found exception stack traceChris Lu6-5/+8
2019-09-01HCFS: fix mkdirs NPEChris Lu2-4/+9
2019-09-01HCFS: use latest grpc versions, separate hadoop2 and hadoop3Chris Lu12-85/+126
2019-08-29tmpChris Lu21-1/+2590
2019-06-23filer.copy: use filer settings, avoid unnecessary command line optionsChris Lu1-0/+12
fix https://github.com/chrislusf/seaweedfs/issues/968
2019-05-17filer: migrating filer store from persisting shorter structured file id ↵Chris Lu4-6/+40
instead of a string
2019-04-16replicate need to include new entry pathChris Lu1-0/+6
2019-03-30support atomic renaming for mysql/postgres filer storeChris Lu5-87/+101
2019-02-20HDFS: move to 1.0.8Chris Lu2-2/+2
2019-02-19HDFS: add jwt auth for uploadingChris Lu1-20/+25
2019-02-19HDFS: add tls secured grpcChris Lu5-86/+142
2019-02-15benchmark can work in secure modeChris Lu1-0/+1
2018-12-27refactorChris Lu9-39/+36
2018-12-27refactoringChris Lu5-13/+29
2018-12-25weed mount add symlink supportChris Lu1-0/+1
2018-12-18HCFS 1.05Chris Lu2-2/+2
2018-12-18HCFS: bug fix for listEntriesChris Lu2-0/+9
fix https://github.com/chrislusf/seaweedfs/issues/797
2018-12-17HCFS 1.04Chris Lu2-2/+2
2018-12-17fix directory creationChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/794
2018-12-17paginate through large foldersChris Lu4-15/+26
2018-12-14HCFS 1.0.2Chris Lu6-80/+606
2018-12-081.111.11Chris Lu2-9/+134
2018-12-07refactoringChris Lu2-63/+30
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu1-10/+24
2018-12-07avoid range request for gzipped contentChris Lu2-4/+10
2018-12-07add a local testChris Lu1-0/+41
2018-12-04HCFS recursively delete filesChris Lu1-0/+7
2018-12-04HCFS: adjust file modification time to millisecondsChris Lu1-1/+1
2018-12-04HCFS: chmodChris Lu2-1/+46
2018-12-04HCFS support chownChris Lu2-0/+50
2018-12-04add debugChris Lu1-1/+2
2018-12-04add @OverrideChris Lu1-0/+10
2018-12-03add juintChris Lu1-0/+6
2018-12-03HCFS: read concatenated filesChris Lu4-29/+116
2018-12-03HCFS can read filesChris Lu4-15/+76
2018-12-03put file is workingChris Lu3-26/+84
2018-12-02HCFS can ls, mkdirChris Lu3-19/+46