aboutsummaryrefslogtreecommitdiff
path: root/go/weed/upload.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-108/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-12-14adjust usage text to fit the displaychrislusf1-1/+1
2015-06-01each command use its own options to avoid parameter collisionchrislusf1-26/+31
fix https://github.com/chrislusf/seaweedfs/issues/152
2015-04-16Fix a couple more weedfs -> SeaweedFS instancesStuart P. Bentley1-1/+1
Apparently I forgot to save these files before submitting #121
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-2/+2
2015-02-07merge conflictsChris Lu1-7/+15
2014-10-26formatting code by: goimports -w=true .Chris Lu1-1/+2
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-1/+1
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-1/+1
2014-09-20add TTL supportChris Lu1-2/+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-03-09benchmarking writing data to a specific collectionChris Lu1-3/+5
2013-11-18formattingChris Lu1-2/+2
2013-11-18add option to split large files into parts and then uploadChris Lu1-2/+7
2013-08-14refactoring submit operationChris Lu1-2/+10
2013-08-13refactoring codeChris Lu1-100/+2
reusable code by go clients
2013-08-06Issue 6: upload file without id specifiedChris Lu1-3/+3
2013-07-29replicate mime typeChris Lu1-1/+4
2013-07-20add more description to upload commandChris Lu1-0/+10
2013-07-15upload respect master default replication settingChris Lu1-3/+5
2013-07-15escaping upload file name special charactersChris Lu1-1/+6
if already gzipped, avoid gzipping again
2013-07-15support gzip file upload, fix problem during replication of gzipped dataChris Lu1-1/+1
2013-07-13adjust usageChris Lu1-1/+1
2013-07-13upload files recursively matching a patternChris Lu1-0/+7
2013-07-13better error message if directory is not foundChris Lu1-6/+10
2013-07-13Consistent result format when error happensChris Lu1-17/+16
2013-07-13Add support to upload a directory recursively.Chris Lu1-11/+35
2013-07-11"weed upload" return message changesChris Lu1-8/+11
2013-07-101. ensure replicated file has the same timestampChris Lu1-1/+6
2. upload can specify modified time by &ts=... 3. correctly return code 304
2013-02-26add lots of error checking by GThomasChris Lu1-2/+2
2013-02-10go vetChris Lu1-7/+7
2013-02-10rename from cmd to weed for easier "go build"Chris Lu1-0/+113