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
/
util
/
http_util.go
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-497
/
+0
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-7
/
+7
2024-04-24
filer read chunk retry if status code 499 (#5528)
Konstantin Lebedev
1
-1
/
+1
2024-04-08
fix: filer authenticate with with volume server (#5480)
Henco Appel
1
-15
/
+22
2024-01-13
refactoring
chrislu
1
-0
/
+38
2023-09-01
weed/util: fix dropped errors (#4803)
Lars Lehtonen
1
-0
/
+12
2022-08-31
just a bit safer
chrislu
1
-0
/
+3
2022-08-31
minor
chrislu
1
-2
/
+2
2022-08-31
s3: close response body with copying object
chrislu
1
-6
/
+6
2022-08-19
filer: retryable when error is not found
chrislu
1
-1
/
+1
2022-08-18
minor
chrislu
1
-1
/
+3
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
1
-3
/
+2
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-3
/
+3
2022-02-26
use memory pool
chrislu
1
-1
/
+3
2022-01-01
Merge pull request #2543 from skurfuerst/seaweedfs-158
Chris Lu
1
-2
/
+15
2021-12-31
BUGFIX: ensure Authorization header is only added once
Sebastian Kurfuerst
1
-2
/
+2
2021-12-30
FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 Client
Sebastian Kurfuerst
1
-2
/
+15
2021-12-29
s3: increase timeout limit
chrislu
1
-2
/
+21
2021-12-03
return ' shouldRetry=true' so that filer can retry the failed chunk
Tanmoy Majumdar
1
-1
/
+1
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
1
-8
/
+7
2021-08-12
use grpc and jwt
Chris Lu
1
-1
/
+1
2021-04-10
go fmt
Chris Lu
1
-1
/
+0
2021-04-10
add gateway for easier POST and DELETE blobs
Chris Lu
1
-0
/
+22
2021-03-16
revert fasthttp changes
Chris Lu
1
-1
/
+1
2021-02-12
use fasthttp lib to read
Chris Lu
1
-1
/
+1
2021-02-12
adjust http max idle connections per host
Chris Lu
1
-0
/
+1
2020-11-30
close http request body
Chris Lu
1
-0
/
+5
2020-11-15
remove unused function
Chris Lu
1
-17
/
+0
2020-11-11
s3: do not close reader too early
Chris Lu
1
-1
/
+0
2020-10-13
Only wait on retryable requests
Chris Lu
1
-18
/
+20
2020-09-09
return http response directly
Chris Lu
1
-2
/
+2
2020-08-24
close http response
Chris Lu
1
-0
/
+1
2020-08-01
non-fatal error
Chris Lu
1
-1
/
+1
2020-08-01
http request use gzip if possible
Chris Lu
1
-8
/
+46
2020-08-01
in case when content is not compressed
Chris Lu
1
-1
/
+1
2020-06-20
rename UnCompressData to DecompressData
Chris Lu
1
-1
/
+1
2020-06-19
renaming
Chris Lu
1
-5
/
+5
2020-04-17
fix "call of Unmarshal passes non-pointer as second argument"
Chris Lu
1
-1
/
+1
2020-03-29
return part of the chunk if chunkview is not the full chunk
Chris Lu
1
-4
/
+8
2020-03-08
filer: remember content is gzipped or not
Chris Lu
1
-5
/
+11
2020-03-06
filer: option to encrypt data on volume server
Chris Lu
1
-11
/
+40
2020-02-14
refactoring the close http response
Chris Lu
1
-5
/
+5
2020-02-14
properly close http response
Chris Lu
1
-7
/
+12
2020-02-10
Revert "HEAD operation changes to fasthttp"
Chris Lu
1
-17
/
+8
2020-02-10
HEAD operation changes to fasthttp
Chris Lu
1
-8
/
+17
2020-01-31
s3: add s3 copy
Chris Lu
1
-0
/
+21
2020-01-22
fix http range requests
Chris Lu
1
-2
/
+2
2020-01-08
skip error when draining reader
Chris Lu
1
-2
/
+5
2019-12-25
ignore draining error
Chris Lu
1
-1
/
+1
2019-12-26
feat: drains http body if buffer is too small
divinerapier
1
-1
/
+9
[next]