aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
AgeCommit message (Collapse)AuthorFilesLines
2019-09-01HCFS: avoid verbose file not found exception stack traceChris Lu1-0/+3
2019-09-01HCFS: fix mkdirs NPEChris Lu2-4/+9
2019-09-01HCFS: use latest grpc versions, separate hadoop2 and hadoop3Chris Lu3-26/+101
2019-08-29tmpChris Lu1-1/+1
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 Lu2-4/+38
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 Lu2-56/+98
2019-02-19HDFS: add jwt auth for uploadingChris Lu1-20/+25
2019-02-19HDFS: add tls secured grpcChris Lu1-0/+31
2019-02-15benchmark can work in secure modeChris Lu1-0/+1
2018-12-27refactorChris Lu4-0/+430
2018-12-25weed mount add symlink supportChris Lu1-0/+1
2018-12-18HCFS: bug fix for listEntriesChris Lu1-0/+1
fix https://github.com/chrislusf/seaweedfs/issues/797
2018-12-17fix directory creationChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/794
2018-12-17paginate through large foldersChris Lu1-1/+18
2018-12-14HCFS 1.0.2Chris Lu2-1/+208
2018-12-02resolve java jar dependenciesChris Lu1-2/+2
2018-11-25WIP SeaweedFileSystem added mkdirs, getFileStatus, listStatus, deleteChris Lu2-0/+223