| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-03-15 | reduced the timeout for creating a connection from 30 to 10 seconds | Konstantin Lebedev | 1 | -0/+6 | |
| 2022-02-15 | weed/operation/delete_content.go: nil pointer dereference | banjiaojuhao | 1 | -1/+1 | |
| 2022-01-05 | mount: skip special character in the filenames | chrislu | 1 | -7/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2559 | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 6 | -10/+10 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-22 | filer server: allow upload file to specific dataNode | banjiaojuhao | 1 | -1/+4 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 2 | -6/+4 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-10-11 | return error early | Chris Lu | 1 | -4/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2370 | |||||
| 2021-09-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 8 | -74/+46 | |
| 2021-09-08 | replicated remote.cache | Chris Lu | 1 | -1/+1 | |
| 2021-09-07 | handle ipv6 addresses | Chris Lu | 1 | -1/+2 | |
| 2021-09-06 | refactor | Chris Lu | 1 | -23/+39 | |
| 2021-09-06 | refactoring | Chris Lu | 3 | -33/+88 | |
| 2021-09-05 | add other replica locations when assigning volumes | Chris Lu | 1 | -6/+17 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 4 | -79/+56 | |
| 2021-08-12 | move some volume lookup operations to grpc | Chris Lu | 2 | -7/+12 | |
| jwt related lookup will come in next commit | |||||
| 2021-08-10 | avoid fail on tail error | Chris Lu | 1 | -1/+4 | |
| 2021-07-23 | filer.copy: fail early if assign request failed | Chris Lu | 1 | -0/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2216 | |||||
| 2021-06-13 | skip cookie checking if from grpc api | Chris Lu | 1 | -1/+1 | |
| 2021-06-06 | use bytes.Buffer to reduce memory allocation and gc | Chris Lu | 1 | -1/+1 | |
| 2021-04-28 | fix aws style Etag for chunks | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-04-18 | resend the http request if connection is stale | Chris Lu | 1 | -4/+5 | |
| 2021-04-14 | fix #1996 | qieqieplus | 1 | -0/+1 | |
| 2021-04-10 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-04-07 | skip connection reset error | Chris Lu | 1 | -2/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1971 this is because the connections are pooled but the volume server has reset the connection | |||||
| 2021-04-02 | go fmt | Chris Lu | 1 | -0/+1 | |
| 2021-04-02 | refactoring | Chris Lu | 1 | -61/+0 | |
| 2021-04-01 | dedicated upload processor | Chris Lu | 1 | -0/+61 | |
| avoid thundering effect of overloading volume servers | |||||
| 2021-04-01 | refactor buffer pool | Chris Lu | 2 | -3/+25 | |
| 2021-03-07 | fix nil | Chris Lu | 1 | -1/+1 | |
| 2021-03-07 | stats collect chunk upload retry count | Chris Lu | 1 | -0/+2 | |
| 2021-02-22 | filer: avoid encryption and compression at the same time | Chris Lu | 1 | -16/+17 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1828 | |||||
| 2021-02-18 | Merge remote-tracking branch 'origin/master' | bingoohuang | 7 | -27/+44 | |
| 2021-02-18 | use backticks instead of double quotes to avoid escaped additionally in regex | bingoohuang | 1 | -1/+1 | |
| 2021-02-17 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 6 | -27/+32 | |
| this will enable retrying later | |||||
| 2021-02-17 | add sleep between upload retries | Chris Lu | 1 | -0/+1 | |
| 2021-02-12 | adjust http max idle connections per host | Chris Lu | 1 | -0/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1802 | |||||
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 2 | -3/+2 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -2/+1 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-03 | upload result changes to the right output variable | Chris Lu | 1 | -1/+1 | |
| 2020-12-30 | weed upload: add TTL | Chris Lu | 1 | -0/+1 | |
| 2020-12-16 | go fmt | Chris Lu | 2 | -9/+9 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 2 | -11/+11 | |
| 2020-12-13 | adding volume type | Chris Lu | 2 | -1/+12 | |
| 2020-11-26 | go fmt | Chris Lu | 1 | -20/+20 | |
| 2020-11-21 | remove zstd | Chris Lu | 1 | -0/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1629 | |||||
| 2020-11-17 | fs.configure: configurable volume growth | Chris Lu | 1 | -18/+21 | |
| 2020-11-17 | use alternative assign request | Chris Lu | 1 | -8/+8 | |
| 2020-11-15 | go fmt | Chris Lu | 1 | -1/+0 | |
