aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
2013-12-09toughen up error handling for invalid fidChris Lu3-12/+22
2013-12-09disable raft loggingChris Lu1-1/+1
2013-12-09a start for distributed master support, not working yetChris Lu3-5/+188
2013-12-09mux router cannot handle "/" correctly. switching it off for volumeChris Lu7-40/+70
2013-12-03clean up etcd backing for sequence persistent storage. It uses some OSChris Lu5-70/+0
2013-12-03adding "server" command to start both volume server and an embeddedChris Lu3-2/+134
2013-12-02ssue 59: Multi Ip Enviromment support + publicUrl is disregarded byChris Lu3-4/+5
2013-12-02use glogChris Lu2-2/+0
2013-12-02switch to glog debuggingChris Lu2-110/+2
2013-12-02refactoring to separate master and volume server, so that these serversChris Lu8-531/+741
2013-12-01refactoring, start to use gorilla/muxChris Lu2-19/+23
2013-11-19avoid nil cases when errorChris Lu1-1/+4
2013-11-19comment out etcd support due to its os specific system callsChris Lu3-12/+14
2013-11-18version 0.45!Chris Lu1-1/+1
2013-11-18added download command to download file by fileidChris Lu2-1/+122
2013-11-18fix filename not set errorChris Lu1-1/+1
2013-11-18formattingChris Lu1-2/+2
2013-11-18refactor api: lookup file idChris Lu2-12/+19
2013-11-18fix duplicated file id list entries when uploading large fileChris Lu1-5/+2
2013-11-18add option to split large files into parts and then uploadChris Lu2-12/+58
2013-11-18adjust function nameChris Lu2-4/+4
2013-11-12support for collections!Chris Lu16-92/+163
2013-11-12remove unused parameter pulseChris Lu1-4/+2
2013-11-12remove a commentChris Lu1-1/+0
2013-11-10adjust loggingChris Lu1-2/+2
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu12-56/+149
2013-11-05add metastore, switching sequence to use itChris Lu5-18/+163
2013-10-31this is a fix important enough for a version bumpChris Lu1-1/+1
2013-10-31fix issue 52Chris Lu1-10/+19
2013-10-31debug messageChris Lu1-1/+1
2013-10-31add test case for issue 52Chris Lu1-0/+14
2013-10-31fix testChris Lu1-0/+1
2013-10-31log changesChris Lu1-2/+6
2013-10-29Issue 51: Assign on empty cluster sometime fails under high concurrencyChris Lu1-3/+9
2013-10-16prepare for v0.43 releaseChris Lu1-1/+1
2013-10-16issue 48 weed upload does not set the modified dateChris Lu1-1/+1
2013-10-16issue 49: unwritable volume become writable after compactingChris Lu1-3/+3
2013-09-28add a command to force compaction of a volume, removing deleted filesChris Lu4-2/+47
2013-09-19v0.42Chris Lu1-1/+1
2013-09-19Issue 45 in weed-fs: [Compact issue] Offset overflowChris Lu5-13/+16
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu28-87/+103
2013-08-28default to use os.TempDir() instead of hard coded "/tmp"Chris Lu2-2/+3
2013-08-14Only limit input parameter to io.ReaderChris Lu1-8/+10
2013-08-14refactoring submit operationChris Lu2-40/+61
2013-08-14easier for client to delete fileChris Lu3-9/+22
2013-08-13refactoring codeChris Lu5-104/+145
2013-08-13correctly print strings in errorChris Lu1-1/+1
2013-08-13add white list to both master and volume serversChris Lu4-41/+46
2013-08-13adjusting parameter namesChris Lu1-26/+26
2013-08-12v0.40Chris Lu4-12/+23