aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu4-12/+12
2022-10-11fix bug : read error when position after 2147483647 (#3829)livehl1-3/+2
2022-09-29client-java: provide Content-MD5 when uploading chunks (#3761)kvtb1-0/+10
2022-09-29client-java: handle server HTTP errors (#3762)kvtb1-0/+7
2022-09-20grpc: watch metadata changes by directorychrislu1-0/+1
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-07-28remove old codechrislu1-6/+0
2022-07-23metadata subscription uses client epochchrislu1-0/+1
2022-06-26java 3.13chrislu1-1/+0
2022-06-23java: fix data encryptionchrislu1-1/+1
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-3/+0
2022-05-30subscribe metadata between a rangechrislu1-0/+1
2022-05-29shell: cluster.ps display filer groupchrislu1-0/+1
2022-04-16add timing info during ping operationchrislu1-0/+3
2022-04-01filer supports grpc pingchrislu1-0/+10
2022-03-16rename to skipCheckParentDirchrislu1-0/+1
2022-02-25mount2: use consistent inodechrislu1-0/+1
2022-02-24mount2: add rdevchrislu1-0/+1
2022-01-21display bucket quotachrislu1-0/+1
2021-12-30add client id for all metadata listening clientschrislu3-0/+5
2021-12-23filer server: add "datacenter, rack and datanode" for path specific configura...banjiaojuhao1-0/+3
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-0/+1
2021-12-05fix compilationchrislu1-0/+2
2021-12-05Java: add retry on writechrislu1-4/+22
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-3/+3
2021-11-03Java: 1.7.0Chris Lu1-3/+3
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-3/+3
2021-10-30rename API to avoid confusionChris Lu2-5/+5
2021-10-17mount: streaming renaming foldersChris Lu1-0/+14
2021-10-16faster file read for large filesChris Lu3-99/+223
2021-10-09java: adjust cache expiration policy for long running java processesChris Lu2-2/+2
2021-09-132.68Chris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu3-7/+11
2021-09-07handle ipv6 addressesChris Lu2-1/+11
2021-09-06minorChris Lu1-5/+4
2021-09-06just in caseChris Lu1-0/+3
2021-09-06Hadoop: avoid case insensitive on windowsChris Lu2-19/+31
2021-08-31support follow additional path prefixesChris Lu1-0/+1
2021-08-29add cluster id in filer configuration responseChris Lu1-0/+1
2021-08-29reset volume id cache if not foundChris Lu2-2/+10
2021-08-26ensure the following logic are executedChris Lu1-4/+0
2021-08-26refactor: separating out remote.protoChris Lu1-48/+1
2021-08-25cloud drive: add support for WasabiChris Lu1-0/+5
2021-08-24cloud drive: add support for Baidu BOSChris Lu1-0/+6
2021-08-24cloud drive: add support for Tencent COSChris Lu1-0/+5
2021-08-24cloud drive: add support for Aliyun OSSChris Lu1-0/+7
2021-08-24cloud drive: add support for BackBlazeChris Lu1-0/+3
2021-08-24cloud drive: add support for AzureChris Lu1-0/+2
2021-08-23Java: FilerProto.Entry can read size via attributesChris Lu1-15/+34