aboutsummaryrefslogtreecommitdiff
path: root/go/operation/assign_file_id.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-48/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-2/+2
2015-04-06change count to uint64 to fix #109chrislusf1-3/+3
fix https://github.com/chrislusf/weed-fs/issues/109
2015-03-19Add better error message.chrislusf1-1/+1
2015-03-09Add read only public port on volume serverchrislusf1-1/+2
Add read only public port on volume server
2014-10-26formatting code by: goimports -w=true .Chris Lu1-2/+3
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-2/+2
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-2/+2
2014-09-20add TTL supportChris Lu1-1/+4
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-15Use type AssignResult when writing and reading result.Chris Lu1-5/+5
2014-03-09benchmarking writing data to a specific collectionChris Lu1-1/+4
2013-08-13refactoring codeChris Lu1-0/+40
reusable code by go clients