index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
java
/
client
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
Java client: support windows
Chris Lu
1
-5
/
+5
2021-02-24
Java client: ByteBuffer.clear supports higher JDK versions
Chris Lu
1
-1
/
+2
2021-02-21
use basic file object to parse path
Chris Lu
1
-17
/
+16
2021-02-09
Merge branch 'master' into support_ssd_volume
Chris Lu
7
-52
/
+623
2021-02-08
refactoring: only expose FilerClient class
Chris Lu
6
-66
/
+59
2021-02-05
Java: fix filerProxy mode
Chris Lu
3
-22
/
+22
2021-02-05
Java: 1.5.8 additional fixes
Chris Lu
1
-1
/
+1
2021-02-04
java: add configurable volume access mode
Chris Lu
4
-9
/
+51
2021-02-04
java: resolve parent directory if started with seaweedfs://
Chris Lu
1
-0
/
+5
2021-02-04
Java: SeaweedOutputStream refactoring
Chris Lu
1
-43
/
+18
2021-02-04
Java: SeaweedOutputStream add replication option
Chris Lu
1
-0
/
+5
2021-02-04
Java: supportFlush set to true
Chris Lu
1
-1
/
+1
2021-02-04
Java: add SeaweedOutputStream example
Chris Lu
2
-5
/
+61
2021-02-04
Java: add SeaweedInputStream example
Chris Lu
1
-0
/
+15
2021-01-30
refactoring SeaweedInputStream
Chris Lu
1
-0
/
+192
2021-01-30
refactoring SeaweedOutputStream
Chris Lu
1
-0
/
+288
2020-12-13
allocate volume by disk type
Chris Lu
1
-3
/
+3
2020-12-13
rename from volumeType to diskType
Chris Lu
1
-6
/
+1
2020-12-13
adding volume type
Chris Lu
1
-3
/
+3
2020-12-02
Hadoop: switch to ByteBuffer
Chris Lu
1
-9
/
+11
2020-11-30
filer: cache small file to filer store
Chris Lu
1
-0
/
+1
2020-11-17
fs.configure: configurable volume growth
Chris Lu
1
-0
/
+1
2020-11-16
filer confi: support hierachical configuration
Chris Lu
1
-2
/
+3
2020-11-15
volume id cache: reduce cache time
Chris Lu
1
-1
/
+1
2020-11-15
protect against edge cases when locations expires
Chris Lu
1
-4
/
+10
2020-11-15
refactoring
Chris Lu
1
-0
/
+1
2020-11-13
add example of watch files
Chris Lu
1
-3
/
+12
2020-11-12
add volume id cache
Chris Lu
3
-7
/
+49
2020-11-12
adjust filer conf
Chris Lu
1
-5
/
+14
2020-11-11
prepare for path based configuration
Chris Lu
1
-0
/
+8
2020-10-25
renaming
Chris Lu
2
-5
/
+5
2020-10-25
HCFS: 1.5.2
Chris Lu
2
-8
/
+11
2020-10-20
filer: support default rack
Chris Lu
1
-0
/
+1
2020-10-15
s3: avoid duplicated bucket
Chris Lu
1
-0
/
+13
2020-10-11
Hadoop: printout the entry creation error message
Chris Lu
1
-2
/
+8
2020-10-11
fix logging
Chris Lu
1
-1
/
+1
2020-10-10
adjust throwing exception
Chris Lu
1
-1
/
+2
2020-10-10
adjust logging
Chris Lu
1
-2
/
+2
2020-10-10
adjust throwing exception
Chris Lu
1
-3
/
+3
2020-10-10
Hadoop: fix reading file tail
Chris Lu
1
-8
/
+14
2020-10-10
Hadoop: add exponential back off for failed reads
Chris Lu
1
-3
/
+30
2020-09-24
switch hardlink id from int64 to bytes
Chris Lu
1
-1
/
+1
2020-09-24
hardlink works now
Chris Lu
1
-0
/
+2
2020-09-17
filer report metrics configuration
Chris Lu
1
-0
/
+2
2020-09-09
filer: cross cluster synchronization
Chris Lu
1
-0
/
+22
2020-09-05
read filer signature
Chris Lu
1
-0
/
+1
2020-08-28
add signatures to messages to avoid double processing
Chris Lu
1
-0
/
+5
2020-08-16
same logic for reading random access files from Go
Chris Lu
1
-10
/
+45
2020-08-03
Revert "add read ahead input stream"
Chris Lu
1
-404
/
+0
2020-08-03
add read ahead input stream
Chris Lu
1
-0
/
+404
[next]