| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 44 | -4961/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2016-05-30 | rwlock concurrent read map | Chris Lu | 1 | -1/+1 | |
| 2016-05-26 | add missing parameters. | Chris Lu | 1 | -2/+2 | |
| strange git errors happen twice since adding glide. | |||||
| 2016-05-25 | bind ip address when starting filer | Chris Lu | 2 | -2/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/290 | |||||
| 2016-05-24 | clean up old config only when peers are changed. | Chris Lu | 2 | -35/+47 | |
| fix https://github.com/chrislusf/seaweedfs/issues/307 | |||||
| 2016-05-23 | add glide to manage dependency | Chris Lu | 2 | -0/+123 | |
| fix https://github.com/chrislusf/seaweedfs/issues/256 | |||||
| 2016-05-23 | master: redirect handler accept collection parameter | yangrun | 1 | -2/+3 | |
| 2016-05-13 | properly release memory | Chris Lu | 2 | -3/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/301 | |||||
| 2016-05-12 | Fix Content-Disposition header; add dl=(0|1) URI param to use inline ↵ | Alexander Kovalenko | 1 | -1/+7 | |
| (default) or attachment | |||||
| 2016-04-28 | fix refactoring error | Chris Lu | 1 | -3/+3 | |
| 2016-04-15 | add []byte caching and pooling | chrislusf | 1 | -2/+2 | |
| fixes https://github.com/chrislusf/seaweedfs/issues/211 | |||||
| 2016-04-15 | fmt | chrislusf | 1 | -2/+2 | |
| 2016-04-14 | Added /favicon.ico handler | Vitaly Baev | 3 | -0/+17 | |
| 2016-04-14 | pooling []byte | chrislusf | 4 | -3/+12 | |
| reduce the number of requests to make([]byte) | |||||
| 2016-03-08 | adjust reading ip address | chrislusf | 1 | -1/+1 | |
| adjust reading ip address | |||||
| 2016-03-08 | add redis password | chrislusf | 3 | -4/+7 | |
| fix https://github.com/chrislusf/seaweedfs/issues/263 | |||||
| 2016-02-27 | Fix chunk manifest replicate upload error | tnextday | 1 | -1/+11 | |
| Escape the redirect url in volume read handler | |||||
| 2016-01-17 | Update filer_server_handlers.go | Xiaodong Huo | 1 | -77/+40 | |
| filer service PUT method update file while POST method create file | |||||
| 2016-01-13 | dereplicate filer post request & support filer get request with raw fileId | 霍晓栋 | 1 | -15/+91 | |
| 2016-01-04 | collection name could be specified in url | Xiaodong Huo | 1 | -1/+5 | |
| uploading file with filer service could specify the collection name in get/post field, if no collection specified, the default collection setting against the filer service will be used | |||||
| 2015-12-25 | fix bug : master cann't redirect urlquery string | Mohanson | 1 | -1/+7 | |
| There is a bug that master can not redirect urlquery to slave volumn. so i fix it, and it run good now. | |||||
| 2015-12-14 | adjust usage text to fit the display | chrislusf | 1 | -1/+1 | |
| 2015-12-14 | format changes | chrislusf | 3 | -18/+9 | |
| 2015-12-15 | update | tnextday | 1 | -1/+1 | |
| 2015-12-15 | verbose log | tnextday | 1 | -1/+1 | |
| 2015-12-15 | Move write response content into a function | tnextday | 1 | -151/+66 | |
| 2015-12-15 | verbose log | tnextday | 1 | -1/+1 | |
| 2015-12-15 | `weed download` command use stream download the large file. | tnextday | 1 | -33/+61 | |
| 2015-12-03 | update | tnextday | 1 | -0/+1 | |
| 2015-12-03 | update | tnextday | 1 | -5/+5 | |
| 2015-12-03 | more check in `http_util.Delete` | tnextday | 1 | -8/+39 | |
| add status code in `DeleteResult` struct operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks | |||||
| 2015-12-02 | delete file return needle size | tnextday | 1 | -4/+6 | |
| 2015-12-02 | returen chunks file size when delete a chunkmanifest | tnextday | 1 | -0/+1 | |
| 2015-12-02 | Delete all chunks when delete a ChunkManifest | tnextday | 2 | -9/+13 | |
| LoadChunkManifest can uncompress buffer move compress.go from storage to operation because of import cycle MakeFile add cross complete command | |||||
| 2015-12-02 | update | tnextday | 1 | -5/+5 | |
| 2015-12-02 | `FilePart.Upload` use base name instead of full path | tnextday | 1 | -6/+10 | |
| fix chunked file download error | |||||
| 2015-12-02 | complete submit chunked file | tnextday | 1 | -1/+1 | |
| 2015-12-01 | rename FlagChunkedFile to FlagChunkManifest | tnextday | 1 | -1/+1 | |
| 2015-12-01 | update ChunkedFile to seekable reader, so we can use io.* to read data | tnextday | 2 | -1/+151 | |
| 2015-11-29 | add chunk file helper to support large file | tnextday | 1 | -1/+1 | |
| 2015-11-22 | fix | chrislusf | 1 | -1/+1 | |
| 2015-11-22 | fix | chrislusf | 1 | -0/+8 | |
| set HTTP_X_FORWARDED_FOR when proxying https://github.com/chrislusf/seaweedfs/issues/214 | |||||
| 2015-10-19 | go fmt | chrislusf | 1 | -1/+1 | |
| 2015-10-19 | [bug fix]weed daemon exit due to hangup signal when terminal close | tianshimao | 1 | -1/+3 | |
| 2015-10-17 | enable collection deletion | chrislusf | 1 | -4/+0 | |
| 2015-09-27 | server_filer_fix | Pawel Szymanski | 1 | -2/+2 | |
| 2015-08-21 | avoid using empty fileId to delete | chrislusf | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/183 | |||||
| 2015-08-03 | add option to redirect moved or non-local volumes | chrislusf | 4 | -3/+14 | |
| fix https://github.com/chrislusf/seaweedfs/issues/168 | |||||
| 2015-07-11 | add logging | chrislusf | 1 | -1/+1 | |
| 2015-07-08 | Add Ext format when exporting files. | chrislusf | 1 | -2/+6 | |
