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
/
volume_server_handlers_read.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
WIP
origin/changing-to-zap
chrislu
1
-20
/
+20
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-4
/
+7
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-4
/
+4
2024-06-24
adjust visibility
chrislu
1
-5
/
+5
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
1
-1
/
+2
2024-01-29
fix: http range request return status 500 (#5251)
Sébastien
1
-7
/
+12
2024-01-10
chore: add status code for request_total metrics (#5188)
Konstantin Lebedev
1
-2
/
+2
2023-10-30
Fix twice increase metric counter (#4961)
SmsS4
1
-1
/
+0
2023-10-30
Add ErrorGetNotFound and ErrorGetInternal to volume server metrics (#4960)
SmsS4
1
-7
/
+19
2023-01-06
Add image cropping. (#4117)
monchickey
1
-6
/
+47
2022-09-17
volume server: rename readBufferSize to readBufferSizeMB
chrislu
1
-1
/
+1
2022-09-16
volume: add "readBufSize" option to customize read optimization (#3702)
famosss
1
-2
/
+3
2022-09-15
volume: add "hasSlowRead" option to customize read optimization
chrislu
1
-0
/
+1
2022-09-14
rename variable
chrislu
1
-4
/
+4
2022-09-07
return err for processRangeRequest()
chrislu
1
-2
/
+1
2022-08-19
filer: retryable when error is not found
chrislu
1
-1
/
+5
2022-08-02
refactor
Konstantin Lebedev
1
-6
/
+0
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-9
/
+9
2022-06-05
stream read large files
chrislu
1
-3
/
+48
2022-06-04
remove unused logic
chrislu
1
-1
/
+1
2022-03-02
filer, s3, volume server: a bit memory optimization
chrislu
1
-1
/
+4
2021-12-19
mount: improve read performance on random reads
chrislu
1
-2
/
+0
2021-12-15
s3: pass through s3 presigned headers
chrislu
1
-1
/
+1
2021-08-12
use grpc and jwt
Chris Lu
1
-1
/
+1
2021-08-12
move some volume lookup operations to grpc
Chris Lu
1
-1
/
+1
2021-08-10
fix avoid lock error
Chris Lu
1
-1
/
+0
2021-08-08
volume: support concurrent download data size limit
Chris Lu
1
-2
/
+15
2021-07-24
Add webp extension for resizing
byunghwa.yun
1
-1
/
+1
2021-07-01
go fmt
Chris Lu
1
-1
/
+1
2021-06-30
add proxy mode to read non-local volumes
zhangsong
1
-1
/
+1
2021-06-30
add proxy mode to read non-local volumes
zhangsong
1
-8
/
+43
2021-05-20
Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader"
Konstantin Lebedev
1
-5
/
+2
2021-05-05
revert PR #1903 avoid http error: superfluous response.WriteHeader
Chris Lu
1
-2
/
+5
2021-03-15
If WriteHeader is not called explicitly, the first call to Write
Konstantin Lebedev
1
-4
/
+1
2021-03-15
add debug logging
Konstantin Lebedev
1
-1
/
+1
2021-02-18
Merge remote-tracking branch 'origin/master'
bingoohuang
1
-1
/
+1
2021-02-18
use backticks instead of double quotes to avoid escaped additionally in regex
bingoohuang
1
-1
/
+1
2021-02-17
refactoring to get master function, instead of passing master values directly
Chris Lu
1
-1
/
+1
2021-01-14
filer, s3: add http status 206 as late as possible
Chris Lu
1
-1
/
+4
2020-11-26
go fmt
Chris Lu
1
-2
/
+2
2020-11-21
remove zstd
Chris Lu
1
-2
/
+2
2020-10-31
filer: add CORS support
Chris Lu
1
-7
/
+0
2020-10-31
volume: add CORS support
Chris Lu
1
-0
/
+7
2020-10-08
fix logging
Chris Lu
1
-1
/
+1
2020-10-08
some changes to prepare fix after failed reads
Chris Lu
1
-0
/
+4
2020-09-09
adjust log level
Chris Lu
1
-1
/
+1
2020-08-18
pass in option to read deleted entries
Chris Lu
1
-1
/
+7
2020-08-01
volume: avoid special logic for .gz files
Chris Lu
1
-14
/
+14
2020-07-25
rename
Chris Lu
1
-1
/
+1
2020-07-25
set filename in Content-Disposition header
Chris Lu
1
-2
/
+2
[next]