| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-05 | Remove "Content-Length" header if http.Error is issued (#5981) | Eugeniy E. Mikhailov | 1 | -0/+4 | |
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 1 | -1/+6 | |
| * Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func | |||||
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-06-24 | adjust visibility | chrislu | 1 | -16/+16 | |
| 2024-01-29 | fix: http range request return status 500 (#5251) | Sébastien | 1 | -7/+35 | |
| When volume server unavailable for at least one chunk; was returning status 206. Split `StreamContent` in two parts, - first prepare, to get chunk info and return stream function - then write chunk, with that stream function That allow to catch error in first step before setting response status code in `processRangeRequest` | |||||
| 2023-04-24 | Volume range read use sync.pool (#4422) | zemul | 1 | -2/+11 | |
| 2022-12-11 | volume server logs add url info | chrislu | 1 | -1/+1 | |
| debug https://github.com/seaweedfs/seaweedfs/issues/3964 | |||||
| 2022-09-07 | return err for processRangeRequest() | chrislu | 1 | -12/+13 | |
| 2022-09-01 | more error details in the log (#3568) | Konstantin Lebedev | 1 | -0/+1 | |
| * more error details in the log https://github.com/seaweedfs/seaweedfs/issues/3567 * format message | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -6/+6 | |
| 2022-06-15 | logging processRangeRequest errors | Konstantin Lebedev | 1 | -0/+4 | |
| 2022-05-30 | move s3 related constants from package http to s3_constants | chrislu | 1 | -2/+2 | |
| 2022-03-07 | buffer for all range requests | chrislu | 1 | -6/+6 | |
| 2022-03-02 | filer, s3, volume server: a bit memory optimization | chrislu | 1 | -1/+4 | |
| 2021-12-15 | s3: pass through s3 presigned headers | chrislu | 1 | -6/+10 | |
| fix https://github.com/chrislusf/seaweedfs/discussions/2502 | |||||
| 2021-10-12 | fier/s3: save "Content-Disposition" to extended properties | Chris Lu | 1 | -0/+3 | |
| related to https://github.com/chrislusf/seaweedfs/issues/2371 | |||||
| 2021-10-11 | escape file name only when necessary | Chris Lu | 1 | -0/+2 | |
| 2021-10-11 | s3: use "response-content-disposition" to overwrite default content-disposition | Chris Lu | 1 | -0/+5 | |
| fix one part of https://github.com/chrislusf/seaweedfs/issues/2371 see https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html | |||||
| 2021-09-06 | refactoring | Chris Lu | 1 | -1/+10 | |
| 2021-08-18 | skip body if not allowed by http status | Chris Lu | 1 | -1/+14 | |
| 2021-08-15 | skip if http.StatusNoContent | Chris Lu | 1 | -0/+4 | |
| 2021-06-29 | range query for mp4 video play | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2156 | |||||
| 2021-06-06 | use bytes.Buffer to reduce memory allocation and gc | Chris Lu | 1 | -1/+4 | |
| 2021-05-20 | Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader" | Konstantin Lebedev | 1 | -4/+4 | |
| This reverts commit ac71117e | |||||
| 2021-05-10 | Revert "Revert "Merge pull request #2027 from bingoohuang/master"" | Chris Lu | 1 | -9/+7 | |
| This reverts commit d74cdf011553ae073d524a080f65f418c76ccaa7. | |||||
| 2021-05-05 | revert PR #1903 avoid http error: superfluous response.WriteHeader | Chris Lu | 1 | -4/+4 | |
| 2021-04-30 | Revert "Merge pull request #2027 from bingoohuang/master"2.42 | Chris Lu | 1 | -7/+9 | |
| Need to revert because docker image build failed. The docker apk package only has go 1.15. | |||||
| 2021-04-27 | promote to go:embed instead of github.com/rakyll/statik | bingoohuang | 1 | -9/+7 | |
| 2021-03-15 | If WriteHeader is not called explicitly, the first call to Write | Konstantin Lebedev | 1 | -4/+4 | |
| will trigger an implicit WriteHeader(http.StatusOK). WriteHeader: Only one header may be written. Go does not currently! | |||||
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 1 | -2/+2 | |
| this will enable retrying later | |||||
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -5/+4 | |
| 2021-01-14 | filer, s3: add http status 206 as late as possible | Chris Lu | 1 | -5/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1746 | |||||
| 2020-12-16 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | adding volume type | Chris Lu | 1 | -0/+1 | |
| 2020-11-15 | refactoring | Chris Lu | 1 | -0/+1 | |
| 2020-11-09 | filer: add API to add/modify/delete tagging | Chris Lu | 1 | -4/+6 | |
| 2020-10-12 | add back http.StatusPartialContent | Chris Lu | 1 | -2/+2 | |
| revert https://github.com/chrislusf/seaweedfs/commit/e7c04af1d061ae0f09e044fd41969110f472447e | |||||
| 2020-07-25 | rename | Chris Lu | 1 | -1/+1 | |
| 2020-07-25 | set filename in Content-Disposition header | Chris Lu | 1 | -1/+1 | |
| 2020-07-10 | skip http.StatusPartialContent in case of error and superfluous ↵ | Chris Lu | 1 | -2/+2 | |
| response.WriteHeader | |||||
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -3/+3 | |
| 2020-05-28 | log JSON response if httpStatus >= 400 | bingoohuang | 1 | -0/+6 | |
| 2020-03-20 | filer: add back image resizing capability | Chris Lu | 1 | -1/+1 | |
| 2020-03-08 | filer: remember content is gzipped or not | Chris Lu | 1 | -2/+1 | |
| 2020-03-08 | filer: processing all response headers, no pass through to volume server | Chris Lu | 1 | -0/+106 | |
| * filer calculate MD5 etag * filer handle response headers, instread of pass it to volume servers | |||||
| 2020-03-07 | filer cipher: single chunk http POST and PUT and read | Chris Lu | 1 | -7/+7 | |
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -1/+1 | |
| 2020-01-21 | adjust logging | Chris Lu | 1 | -1/+2 | |
