| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-09 | mux router cannot handle "/" correctly. switching it off for volume | Chris Lu | 7 | -40/+70 | |
| servers | |||||
| 2013-12-03 | clean up etcd backing for sequence persistent storage. It uses some OS | Chris Lu | 5 | -70/+0 | |
| specific calls and is not OS-agnostic. | |||||
| 2013-12-03 | adding "server" command to start both volume server and an embedded | Chris Lu | 3 | -2/+134 | |
| master server | |||||
| 2013-12-02 | ssue 59: Multi Ip Enviromment support + publicUrl is disregarded by | Chris Lu | 3 | -4/+5 | |
| master | |||||
| 2013-12-02 | use glog | Chris Lu | 2 | -2/+0 | |
| 2013-12-02 | switch to glog debugging | Chris Lu | 2 | -110/+2 | |
| 2013-12-02 | refactoring to separate master and volume server, so that these servers | Chris Lu | 8 | -531/+741 | |
| can be embedded into other applications | |||||
| 2013-12-01 | refactoring, start to use gorilla/mux | Chris Lu | 2 | -19/+23 | |
| 2013-11-19 | avoid nil cases when error | Chris Lu | 1 | -1/+4 | |
| 2013-11-19 | comment out etcd support due to its os specific system calls | Chris Lu | 3 | -12/+14 | |
| 2013-11-18 | version 0.45! | Chris Lu | 1 | -1/+1 | |
| 2013-11-18 | added download command to download file by fileid | Chris Lu | 2 | -1/+122 | |
| 2013-11-18 | fix filename not set error | Chris Lu | 1 | -1/+1 | |
| 2013-11-18 | formatting | Chris Lu | 1 | -2/+2 | |
| 2013-11-18 | refactor api: lookup file id | Chris Lu | 2 | -12/+19 | |
| 2013-11-18 | fix duplicated file id list entries when uploading large file | Chris Lu | 1 | -5/+2 | |
| 2013-11-18 | add option to split large files into parts and then upload | Chris Lu | 2 | -12/+58 | |
| 2013-11-18 | adjust function name | Chris Lu | 2 | -4/+4 | |
| 2013-11-12 | support for collections! | Chris Lu | 16 | -92/+163 | |
| 2013-11-12 | remove unused parameter pulse | Chris Lu | 1 | -4/+2 | |
| 2013-11-12 | remove a comment | Chris Lu | 1 | -1/+0 | |
| 2013-11-10 | adjust logging | Chris Lu | 1 | -2/+2 | |
| 2013-11-10 | adding etcd storage support for cluster meta data. Currently just | Chris Lu | 12 | -56/+149 | |
| sequence. More to come... | |||||
| 2013-11-05 | add metastore, switching sequence to use it | Chris Lu | 5 | -18/+163 | |
| metastore is for storing metadata. This will be used later when moving to distributed master mode. | |||||
| 2013-10-31 | this is a fix important enough for a version bump | Chris Lu | 1 | -1/+1 | |
| 2013-10-31 | fix issue 52 | Chris Lu | 1 | -10/+19 | |
| keep compact section sorted when input data are not ordered | |||||
| 2013-10-31 | debug message | Chris Lu | 1 | -1/+1 | |
| 2013-10-31 | add test case for issue 52 | Chris Lu | 1 | -0/+14 | |
| 2013-10-31 | fix test | Chris Lu | 1 | -0/+1 | |
| 2013-10-31 | log changes | Chris Lu | 1 | -2/+6 | |
| 2013-10-29 | Issue 51: Assign on empty cluster sometime fails under high concurrency | Chris Lu | 1 | -3/+9 | |
| load Contributed by philoops | |||||
| 2013-10-16 | prepare for v0.43 release | Chris Lu | 1 | -1/+1 | |
| 2013-10-16 | issue 48 weed upload does not set the modified date | Chris Lu | 1 | -1/+1 | |
| 2013-10-16 | issue 49: unwritable volume become writable after compacting | Chris Lu | 1 | -3/+3 | |
| 2013-09-28 | add a command to force compaction of a volume, removing deleted files | Chris Lu | 4 | -2/+47 | |
| 2013-09-19 | v0.42 | Chris Lu | 1 | -1/+1 | |
| Changes: * fixed issue 45 | |||||
| 2013-09-19 | Issue 45 in weed-fs: [Compact issue] Offset overflow | Chris Lu | 5 | -13/+16 | |
| New issue 45 by hieu.hcmus@gmail.com: [Compact issue] Offset overflow http://code.google.com/p/weed-fs/issues/detail?id=45 You are using uint32(Maximum 4Gb) to store needle offset(Maximum 32Gb) when compacting. Currently It is ok if the volume size is < 4gb Change variable "offset" in ScanVolumeFile function to uint64 to fix the issue. | |||||
| 2013-09-01 | issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> | Chris Lu | 28 | -87/+103 | |
| some basic changes to parse upload url | |||||
| 2013-08-28 | default to use os.TempDir() instead of hard coded "/tmp" | Chris Lu | 2 | -2/+3 | |
| 2013-08-14 | Only limit input parameter to io.Reader | Chris Lu | 1 | -8/+10 | |
| 2013-08-14 | refactoring submit operation | Chris Lu | 2 | -40/+61 | |
| 2013-08-14 | easier for client to delete file | Chris Lu | 3 | -9/+22 | |
| 2013-08-13 | refactoring code | Chris Lu | 5 | -104/+145 | |
| reusable code by go clients | |||||
| 2013-08-13 | correctly print strings in error | Chris Lu | 1 | -1/+1 | |
| 2013-08-13 | add white list to both master and volume servers | Chris Lu | 4 | -41/+46 | |
| prepare for v0.41 | |||||
| 2013-08-13 | adjusting parameter names | Chris Lu | 1 | -26/+26 | |
| 2013-08-12 | v0.40 | Chris Lu | 4 | -12/+23 | |
| 2013-08-12 | fix syntax error | Chris Lu | 1 | -2/+4 | |
| 2013-08-12 | added write whiteList, to make it a bit easier to secure volume servers | Chris Lu | 1 | -10/+24 | |
| on hosting environments. | |||||
| 2013-08-12 | correct and more cleaner logic to fall back to read only mode | Chris Lu | 1 | -40/+67 | |
| checking file permissions directly since the try and catch exception approach does not work consistently as seen in bug #41 | |||||
