| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -194/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2015-12-14 | format changes | chrislusf | 1 | -3/+2 | |
| 2015-12-14 | Rename ChunkManifest.GetData to ChunkManifest.Marshal | tnextday | 1 | -1/+1 | |
| 2015-12-02 | update | tnextday | 1 | -1/+1 | |
| 2015-12-02 | `FilePart.Upload` use base name instead of full path | tnextday | 1 | -3/+4 | |
| fix chunked file download error | |||||
| 2015-12-02 | complete submit chunked file | tnextday | 1 | -8/+35 | |
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 1 | -2/+2 | |
| 2015-04-16 | Use public url for returned file url result | chrislusf | 1 | -1/+1 | |
| 2015-04-06 | change count to uint64 to fix #109 | chrislusf | 1 | -1/+1 | |
| fix https://github.com/chrislusf/weed-fs/issues/109 | |||||
| 2015-03-10 | follow golint suggestions | chrislusf | 1 | -1/+1 | |
| 2015-03-09 | Add read only public port on volume server | chrislusf | 1 | -1/+1 | |
| Add read only public port on volume server | |||||
| 2015-02-07 | merge conflicts | Chris Lu | 1 | -10/+22 | |
| 2015-02-02 | Using Url instead of PublicUrl for volume server | chrislusf | 1 | -1/+1 | |
| Originally there are only url(ip + port), and publicUrl. Because ip was used to listen for http service, it has less flexibility and volume server has to be accessed via publicUrl. Recently we added ip.bind, for binding http service. With this change, url can be used to connect to volume servers. And publicUrl becomes a free style piece of url information, it does not even need to be unique. | |||||
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 1 | -1/+2 | |
| 2014-09-25 | use github.com/chrislusf instead of github.com/aszxqw | wyy | 1 | -1/+1 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 1 | -1/+1 | |
| 2014-09-20 | add TTL support | Chris Lu | 1 | -5/+6 | |
| The volume TTL and file TTL are not necessarily the same. as long as file TTL is smaller than volume TTL, it'll be fine. volume TTL is used when assigning file id, e.g. http://.../dir/assign?ttl=3h file TTL is used when uploading | |||||
| 2014-04-15 | Add types to uploading | Chris Lu | 1 | -7/+7 | |
| 2014-03-09 | benchmarking writing data to a specific collection | Chris Lu | 1 | -15/+19 | |
| 2014-03-09 | refactoring | Chris Lu | 1 | -9/+11 | |
| 2013-11-19 | avoid nil cases when error | Chris Lu | 1 | -1/+4 | |
| 2013-11-18 | fix duplicated file id list entries when uploading large file | Chris Lu | 1 | -5/+2 | |
| 2013-11-18 | add option to split large files into parts and then upload | Chris Lu | 1 | -10/+51 | |
| 2013-09-01 | issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> | Chris Lu | 1 | -2/+2 | |
| some basic changes to parse upload url | |||||
| 2013-08-14 | Only limit input parameter to io.Reader | Chris Lu | 1 | -8/+10 | |
| 2013-08-14 | refactoring submit operation | Chris Lu | 1 | -38/+51 | |
| 2013-08-13 | refactoring code | Chris Lu | 1 | -0/+91 | |
| reusable code by go clients | |||||
