| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -1/+1 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 1 | -2/+2 | |
| * updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2025-05-28 | Add context with request (#6824) | Aleksey Kosov | 1 | -1/+2 | |
| 2024-06-24 | adjust visibility | chrislu | 1 | -3/+3 | |
| 2024-04-11 | [volume] Reduce the number of buffers for uploading one chunk (#5458) | Konstantin Lebedev | 1 | -3/+3 | |
| 2023-02-06 | volume:fix return if Replicate write error (#4188) | Neo | 1 | -0/+1 | |
| 2022-10-19 | add md5 header when UploadData to replication in ReplicatedWrite (#3881) | liubaojiang | 1 | -1/+1 | |
| 2022-09-06 | more log detail for upload err and deleting (#3577) | Konstantin Lebedev | 1 | -4/+3 | |
| 2022-08-02 | refactor | Konstantin Lebedev | 1 | -15/+0 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -5/+5 | |
| 2021-08-12 | move some volume lookup operations to grpc | Chris Lu | 1 | -2/+2 | |
| jwt related lookup will come in next commit | |||||
| 2021-08-08 | volume: support concurrent download data size limit | Chris Lu | 1 | -1/+1 | |
| 2021-06-06 | use bytes.Buffer to reduce memory allocation and gc | Chris Lu | 1 | -1/+5 | |
| 2021-04-16 | revert volume etag | Konstantin Lebedev | 1 | -2/+1 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 1 | -3/+3 | |
| this will enable retrying later | |||||
| 2020-10-05 | We return etag using the same algorithm as aws s3 | Konstantin Lebedev | 1 | -1/+2 | |
| https://teppen.io/2018/06/23/aws_s3_etags/ | |||||
| 2020-08-18 | pass in option to read deleted entries | Chris Lu | 1 | -1/+1 | |
| not working yet | |||||
| 2020-08-06 | volume: report Content-MD5 in response header | Chris Lu | 1 | -1/+2 | |
| 2020-07-10 | Revert "remove fixJpgOrientation" | 李远军 | 1 | -1/+1 | |
| This reverts commit de5ca9b2 | |||||
| 2020-06-20 | remove fixJpgOrientation | Chris Lu | 1 | -1/+1 | |
| 2020-06-19 | renaming | Chris Lu | 1 | -1/+1 | |
| 2020-05-28 | rename 'needle' which collides with imported package name | bingoohuang | 1 | -7/+7 | |
| 2020-04-12 | refactoring | Chris Lu | 1 | -3/+3 | |
| 2020-04-08 | add etag only for PUT or large chunked uploads | Chris Lu | 1 | -0/+8 | |
| 2020-03-18 | use public url also for deletions | Chris Lu | 1 | -1/+1 | |
| 2020-03-15 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2020-03-07 | filer: set mime type from volume server | Chris Lu | 1 | -0/+1 | |
| 2020-02-25 | remove ctx if possible | Chris Lu | 1 | -2/+1 | |
| 2020-02-11 | volume: return 204 for unchanged file uploads | Chris Lu | 1 | -2/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1196 | |||||
| 2020-01-03 | volume: add option to limit file size | Chris Lu | 1 | -1/+1 | |
| 2019-12-24 | remove the http 304 response body | stlpmo | 1 | -3/+7 | |
| 2019-06-20 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-06-20 | ec deletion code complete, not tested yet | Chris Lu | 1 | -1/+14 | |
| 2019-06-15 | refactoring | Chris Lu | 1 | -2/+6 | |
| 2019-06-15 | refactoring | Chris Lu | 1 | -4/+5 | |
| 2019-06-14 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2019-06-14 | volume server: adds basic metrics | Chris Lu | 1 | -0/+10 | |
| 2019-06-06 | jwt for read access control | Chris Lu | 1 | -2/+2 | |
| 2019-04-21 | volume: support http status 304 for the same file id | Chris Lu | 1 | -3/+6 | |
| 2019-04-18 | refactoring | Chris Lu | 1 | -5/+5 | |
| 2019-03-18 | text wrapping | Chris Lu | 1 | -2/+1 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -1/+1 | |
| 2019-02-14 | add authorizing fileId write access | Chris Lu | 1 | -1/+13 | |
| need to secure upload/update/delete for benchmark/filer/mount need to add secure grpc | |||||
| 2019-01-02 | set etag in response | Chris Lu | 1 | -1/+2 | |
| 2018-12-22 | filer store original data size instead of data size after gzip | Chris Lu | 1 | -2/+2 | |
| 2018-10-31 | Update volume_server_handlers_write.go | zoe | 1 | -1/+1 | |
| size declared and not used | |||||
| 2018-10-29 | Update volume_server_handlers_write.go | zoe | 1 | -1/+1 | |
| 返回实际文件大小,而不是needle的大小 | |||||
| 2018-10-15 | adjust log level for deletes | Chris Lu | 1 | -1/+1 | |
| 2018-10-14 | use grpc to replace http APIs for batch volume id lookup and batch delete | Chris Lu | 1 | -65/+0 | |
| 1. remove batch volume id lookup http API /vol/lookup 2. remove batch delete http API /delete | |||||
| 2018-09-28 | adjust logging | Chris Lu | 1 | -1/+1 | |
