| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-30 | adjust print out when error | chrislusf | 1 | -4/+3 | |
| 2015-12-28 | Update store_replicate.go | hxiaodon | 1 | -0/+7 | |
| replication operations should be equal to volume's replication setting | |||||
| 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 | 9 | -34/+30 | |
| 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 | 3 | -40/+63 | |
| 2015-12-14 | update | tnextday | 1 | -1/+1 | |
| 2015-12-14 | Rename ChunkManifest.GetData to ChunkManifest.Marshal | tnextday | 2 | -2/+2 | |
| 2015-12-03 | update | tnextday | 2 | -3/+4 | |
| 2015-12-03 | update | tnextday | 1 | -5/+5 | |
| 2015-12-03 | more check in `http_util.Delete` | tnextday | 4 | -25/+70 | |
| 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 | 5 | -17/+28 | |
| 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 | 2 | -6/+6 | |
| 2015-12-02 | `FilePart.Upload` use base name instead of full path | tnextday | 3 | -13/+18 | |
| fix chunked file download error | |||||
| 2015-12-02 | complete submit chunked file | tnextday | 4 | -14/+40 | |
| 2015-12-01 | rename FlagChunkedFile to FlagChunkManifest | tnextday | 3 | -7/+7 | |
| 2015-12-01 | update ChunkedFile to seekable reader, so we can use io.* to read data | tnextday | 5 | -64/+312 | |
| 2015-11-30 | fix build error | tnextday | 1 | -8/+9 | |
| 2015-11-29 | add chunk file helper to support large file | tnextday | 4 | -1/+137 | |
| 2015-11-22 | fix | chrislusf | 1 | -1/+1 | |
| 2015-11-22 | fix | chrislusf | 2 | -1/+24 | |
| set HTTP_X_FORWARDED_FOR when proxying https://github.com/chrislusf/seaweedfs/issues/214 | |||||
| 2015-10-19 | go fmt | chrislusf | 2 | -21/+20 | |
| 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-09-05 | Allow whitelisting by CIDR range, not just literally. | Steve Kemp | 1 | -0/+21 | |
| This allows you to write something like this: /usr/local/bin/weed master -mdir /srv/weed/master -whiteList=192.168.0.0/24,127.0.0.1 This will whitelist all the 192.168.0.XX hosts, as well as localhost. | |||||
| 2015-08-21 | avoid using empty fileId to delete | chrislusf | 2 | -1/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/183 | |||||
| 2015-08-18 | fix extract collection name from .dat file | Timur Nurutdinov | 1 | -1/+3 | |
| 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-17 | fix ttl change detection | chrislusf | 1 | -1/+1 | |
| https://github.com/chrislusf/seaweedfs/issues/166 | |||||
| 2015-07-13 | Revert "adjust symlink" | chrislusf | 1 | -2/+2 | |
| This reverts commit 8b1f83a0ed2a9715c4f2930ac114451a8eec8daf. | |||||
| 2015-07-12 | adjust symlink | chrislusf | 1 | -2/+2 | |
| as recommended in https://github.com/chrislusf/seaweedfs/issues/160 | |||||
| 2015-07-11 | fix wrong logic | chrislusf | 1 | -1/+1 | |
| 2015-07-11 | add logging | chrislusf | 3 | -1/+5 | |
| 2015-07-11 | fix glog format | chrislusf | 1 | -1/+1 | |
| 2015-07-11 | Merge branch 'master' of github.com:chrislusf/weed-fs | Chris Lu | 3 | -3/+10 | |
| 2015-07-11 | merge with latest glog | Chris Lu | 3 | -31/+259 | |
| 2015-07-10 | skip isFileUnchanged checking since ttl always change | chrislusf | 1 | -0/+3 | |
| skip checking since ttl always change. Fixing https://github.com/chrislusf/seaweedfs/issues/166 | |||||
| 2015-07-08 | Avoid nil case when fixing data | chrislusf | 1 | -1/+1 | |
| 2015-07-08 | Add Ext format when exporting files. | chrislusf | 1 | -2/+6 | |
| 2015-07-08 | Adjust for window path | chrislusf | 1 | -4/+12 | |
| fix https://github.com/chrislusf/seaweedfs/issues/161 | |||||
| 2015-06-24 | Use request host info for master url if possible | chrislusf | 1 | -2/+8 | |
| Fix https://github.com/chrislusf/seaweedfs/issues/148 | |||||
