aboutsummaryrefslogtreecommitdiff
path: root/go/sequence/sequence.go
AgeCommit message (Expand)AuthorFilesLines
2015-04-06change count to uint64 to fix #109chrislusf1-1/+1
2014-10-26formatting code by: goimports -w=true .Chris Lu1-2/+0
2014-04-161. volume server now sends master server its max file key, so thatChris Lu1-83/+3
2013-12-03clean up etcd backing for sequence persistent storage. It uses some OSChris Lu1-7/+0
2013-11-19comment out etcd support due to its os specific system callsChris Lu1-6/+6
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu1-13/+22
2013-11-05add metastore, switching sequence to use itChris Lu1-18/+27
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-1/+1
2013-08-08switching to temporarily use glog libraryChris Lu1-8/+8
2013-03-19fix sequence assignment errorChris Lu1-1/+1
2013-02-26add lots of error checking by GThomasChris Lu1-4/+11
2013-02-10testing compilation with remove packageChris Lu1-0/+71