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
2020-11-16
switch to logrus
origin/logrus
Chris Lu
1
-5
/
+5
2020-11-03
filer: Headers with "Seaweed-" prefix are stored as extended properties
Chris Lu
1
-1
/
+6
2020-10-29
adjust s3 header file.
ruitao.liu
1
-2
/
+3
2020-10-29
S3 bucket list, response with uploaded storageclass.
ruitao.liu
1
-2
/
+2
2020-10-28
save s3 metadata to filer.
ruitao.liu
1
-1
/
+1
2020-10-27
fix tag prefix.
ruitao.liu
1
-1
/
+1
2020-10-27
rename s3 tag prefix.
ruitao.liu
1
-1
/
+1
2020-10-27
return x-amz-tag-count header when GET object.
ruitao.liu
1
-0
/
+13
2020-09-01
rename filer2 to filer
Chris Lu
1
-4
/
+4
2020-08-15
file size support set file length
Chris Lu
1
-2
/
+2
2020-07-25
rename
Chris Lu
1
-1
/
+1
2020-07-25
set filename in Content-Disposition header
Chris Lu
1
-3
/
+3
2020-04-28
filer: simplify image resize
Chris Lu
1
-2
/
+8
2020-04-08
add If-None-Match and If-Modified-Since
Chris Lu
1
-1
/
+20
2020-03-23
refactoring
Chris Lu
1
-1
/
+2
2020-03-22
consistent 64bit size
Chris Lu
1
-1
/
+1
2020-03-22
FUSE mount: stream read data with buffer
Chris Lu
1
-1
/
+1
2020-03-20
filer: add back image resizing capability
Chris Lu
1
-2
/
+14
2020-03-17
go fmt
Chris Lu
1
-1
/
+0
2020-03-08
filer: processing all response headers, no pass through to volume server
Chris Lu
1
-198
/
+14
2020-03-07
refactoring
Chris Lu
1
-7
/
+1
2020-03-07
refactoring
Chris Lu
1
-4
/
+10
2020-03-07
breaks dependency loop
Chris Lu
1
-1
/
+2
2020-03-07
filer: HEAD response add content type
Chris Lu
1
-0
/
+3
2020-03-07
filer cipher: single chunk http POST and PUT and read
Chris Lu
1
-4
/
+7
2020-03-06
filer: option to encrypt data on volume server
Chris Lu
1
-2
/
+23
2019-10-24
fix abused 404 status code
divinerapier
1
-4
/
+9
2019-07-10
detect a filer path is a file or a directory
Chris Lu
1
-1
/
+7
2019-06-25
refactoring
Chris Lu
1
-6
/
+0
2019-06-22
add metrics, refactoring
Chris Lu
1
-0
/
+2
2019-06-22
refactoring
Chris Lu
1
-1
/
+1
2019-06-15
refactoring
Chris Lu
1
-4
/
+5
2019-06-13
filer: adds basic metrics pushing to Prometheus gateway
Chris Lu
1
-0
/
+9
2019-06-10
go fmt
Chris Lu
1
-1
/
+0
2019-06-05
periodic scripts exeuction from leader master
Chris Lu
1
-33
/
+1
2019-04-21
shell: add fs.cat
Chris Lu
1
-2
/
+10
2019-04-14
http exhaust and close response body
Chris Lu
1
-1
/
+5
2019-03-27
weed filer: set content-type consistent with filer store
Chris Lu
1
-1
/
+4
2019-03-20
weed filer: http HEAD response header add ETag
Chris Lu
1
-0
/
+1
2019-03-15
add context to all filer APIs
Chris Lu
1
-1
/
+2
2019-01-02
add Last-Modified to HEAD requests
1.19
Chris Lu
1
-4
/
+5
2018-10-12
fix when no files in filer
0.98
Chris Lu
1
-0
/
+4
2018-09-09
add s3 multipart upload
Chris Lu
1
-0
/
+1
2018-07-28
filer read write all via locations from MasterClient
Chris Lu
1
-3
/
+2
2018-07-22
remove println
Chris Lu
1
-2
/
+0
2018-07-21
go fmt
Chris Lu
1
-2
/
+2
2018-07-07
add dir list limit option
Chris Lu
1
-2
/
+2
2018-06-01
use fixed list of masters in both filer and volume servers
Chris Lu
1
-2
/
+2
2018-05-30
add mime, use simple insert and update filer store API
Chris Lu
1
-3
/
+5
2018-05-28
filer support reading multiple chunks, with range support
Chris Lu
1
-4
/
+161
[next]