aboutsummaryrefslogtreecommitdiff
path: root/go/proto
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu2-31/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-01-18Add optional admin port to volume server, to seperate admin operations from ↵Chris Lu1-0/+1
normal file operations.
2014-09-20add TTL supportChris Lu1-0/+1
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-21Change to protocol buffer for volume-join-masster messageChris Lu2-0/+29
Reduced size to about 1/5 of the previous json format message