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
/
weed
/
server
/
filer_server_handlers_read.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
WIP
origin/changing-to-zap
chrislu
1
-8
/
+8
2024-08-21
Fix get dir metadata (#5923)
zemul
1
-2
/
+4
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-1
/
+1
2024-06-24
adjust visibility
chrislu
1
-5
/
+5
2024-04-14
[s3] fix s3 test_multipart_get_part (#5476)
Konstantin Lebedev
1
-3
/
+19
2024-04-08
fix: filer authenticate with with volume server (#5480)
Henco Appel
1
-1
/
+6
2024-03-18
fix get file metadata bug (#5394)
jerebear12
1
-4
/
+8
2024-02-27
Disable filer UI in configuration (#5297)
jerebear12
1
-2
/
+2
2024-01-29
fix: http range request return status 500 (#5251)
Sébastien
1
-11
/
+21
2024-01-24
fix: s3tests test_get_object_ifnonematch_good (#5237)
Konstantin Lebedev
1
-1
/
+3
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-5
/
+5
2023-05-24
add return for error handle (#4502)
wusong
1
-2
/
+4
2023-04-11
s3 fix get fake dir object key (#4390)
Konstantin Lebedev
1
-4
/
+3
2023-02-01
fix null content type caused exception in hdfs client
chrislu
1
-0
/
+2
2023-01-31
make directory lister trigger if mime type is httpd/unix-directory (#4169)
a
1
-1
/
+3
2022-11-15
refactor filer_pb.Entry and filer.Entry to use GetChunks()
chrislu
1
-4
/
+4
2022-10-12
filer: get directory metadata (#3833)
zemul
1
-2
/
+7
2022-09-04
Turn down the 404 log level (#3585)
famosss
1
-1
/
+1
2022-08-24
s3: report metadata if the directory is explicitly created (#3498)
Konstantin Lebedev
1
-9
/
+10
2022-08-23
s3: report http.StatusOK if the directory is explicitly created
chrislu
1
-0
/
+4
2022-08-19
Filer if-modified-since check doesn't fire on "exact" #3467
chrislu
1
-1
/
+1
2022-08-05
Add download speed limit support (#3408)
LHHDZ
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-8
/
+8
2022-05-30
move s3 related constants from package http to s3_constants
chrislu
1
-3
/
+3
2022-04-24
fix http response error code
guol-fnst
1
-1
/
+1
2022-03-07
a little optimization
chrislu
1
-1
/
+2
2022-03-07
filer: support metadata with resolved manifest chunk
banjiaojuhao
1
-1
/
+10
2022-02-26
better control for reader caching
chrislu
1
-1
/
+4
2022-02-18
filer: support get file entry
banjiaojuhao
1
-1
/
+5
2022-02-08
fix preconditions according to https://tools.ietf.org/id/draft-ietf-httpbis-p...
root
1
-20
/
+59
2022-02-04
move error to a separate file
chrislu
1
-5
/
+5
2022-02-04
fix metric names
Konstantin Lebedev
1
-3
/
+3
2022-02-04
error metrics for filer and store
Konstantin Lebedev
1
-0
/
+3
2021-12-15
s3: pass through s3 presigned headers
chrislu
1
-1
/
+1
2021-10-30
rename API to avoid confusion
Chris Lu
1
-2
/
+2
2021-10-20
fix object tagging https://github.com/chrislusf/seaweedfs/issues/2389
Konstantin Lebedev
1
-9
/
+7
2021-10-11
escape file name only when necessary
Chris Lu
1
-2
/
+0
2021-09-19
update log
Chris Lu
1
-1
/
+1
2021-09-19
add cache error log
Chris Lu
1
-0
/
+1
2021-09-14
go fmt
Chris Lu
1
-1
/
+1
2021-09-13
Avoid xattr printed out as HTTP headers
Chris Lu
1
-1
/
+4
2021-09-13
better etag matching
Chris Lu
1
-1
/
+1
2021-08-18
Fix image resize
mauroparente
1
-0
/
+3
2021-08-09
fix
Chris Lu
1
-1
/
+1
2021-08-09
remote: filer cache remote content on read
Chris Lu
1
-10
/
+15
2021-07-31
rename
Chris Lu
1
-1
/
+1
2021-07-31
read <- remote_storage
Chris Lu
1
-1
/
+3
2021-07-28
add ReadRemote(), add read remote setup when filer starts
Chris Lu
1
-4
/
+11
2021-07-19
remove unused parameter
Chris Lu
1
-1
/
+1
2021-06-23
adjust log level
Chris Lu
1
-1
/
+1
[next]