| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-23 | In case lastNode==0, need to set it to -1 | chrislusf | 1 | -2/+2 | |
| Fix https://github.com/chrislusf/seaweedfs/issues/156 | |||||
| 2015-06-22 | allowing proxy to leader for volume id lookup then redirect to volume server | chrislusf | 1 | -1/+1 | |
| Fix https://github.com/chrislusf/seaweedfs/issues/154 | |||||
| 2015-06-02 | Easier variable names | chrislusf | 1 | -31/+32 | |
| 2015-06-02 | Fix compilation error!!! | chrislusf | 1 | -10/+11 | |
| 2015-06-01 | each command use its own options to avoid parameter collision | chrislusf | 3 | -45/+63 | |
| fix https://github.com/chrislusf/seaweedfs/issues/152 | |||||
| 2015-05-30 | Fix compilation error. | chrislusf | 1 | -2/+4 | |
| Fix for https://github.com/chrislusf/seaweedfs/issues/150 | |||||
| 2015-05-26 | Fix a possible index out of range error. Remove unnecessary caching. | chrislusf | 2 | -33/+29 | |
| 2015-05-26 | Add "weed backup" command. | chrislusf | 17 | -128/+632 | |
| This is a pre-cursor for asynchronous replication. | |||||
| 2015-05-25 | Adjust dir parameter default value. | chrislusf | 4 | -8/+8 | |
| 2015-05-25 | Remove old file | chrislusf | 1 | -477/+0 | |
| 2015-05-25 | Add ParseUint64 function | chrislusf | 1 | -1/+11 | |
| 2015-05-25 | Add Key String() function | chrislusf | 1 | -0/+6 | |
| 2015-05-23 | Rename variables | chrislusf | 2 | -10/+10 | |
| 2015-05-23 | Adjust log message | chrislusf | 1 | -1/+1 | |
| 2015-05-23 | Adjust log message | chrislusf | 1 | -1/+1 | |
| 2015-05-23 | Add comments | chrislusf | 1 | -0/+1 | |
| 2015-05-22 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs | chrislusf | 1 | -2/+27 | |
| 2015-05-22 | Fix looking for master nodes. | chrislusf | 1 | -2/+6 | |
| 2015-05-20 | Added -newer argument, which takes a date/time in RFC3339 format and | Denis Yeldandi | 1 | -2/+27 | |
| exports only files newer than this time | |||||
| 2015-05-17 | Adjust admin url pattern | chrislusf | 2 | -6/+6 | |
| 2015-05-16 | if mt != "application/octet-stream" | yanyiwu | 1 | -1/+1 | |
| became if !strings.HasPrefix(mt, "application/octet-stream") In our situation, mt can be 'application/octet-stream;charset=ISO-8859-1', so I think HasPrefix will be more accurate. | |||||
| 2015-05-14 | More debug information for connecting to master | chrislusf | 2 | -0/+6 | |
| 2015-05-08 | Textual changes. | chrislusf | 1 | -1/+1 | |
| 2015-05-08 | Increase compact revision during each compaction | chrislusf | 1 | -0/+1 | |
| 2015-05-08 | Add compact revision in volume super block | chrislusf | 1 | -0/+5 | |
| 2015-05-03 | break away from code.google.com | chrislusf | 5 | -5/+5 | |
| 2015-04-21 | unittest: TestSortVolumeInfos | yanyiwu | 1 | -0/+23 | |
| 2015-04-21 | Sort VolumeInfos by VolumeId in Store.Status(); | yanyiwu | 2 | -1/+25 | |
| Ordered VolumeInfos is more Human-readable, especially when there is a lot of volumes. | |||||
| 2015-04-20 | BUG FIXED: RoundRobinCounter.Add will cause a out of range crash | yanyiwu | 2 | -7/+23 | |
| when index >= len(rrc.Values) | |||||
| 2015-04-20 | [ui] BUG FIXED: Concurrent Connections incorrect. | yanyiwu | 1 | -1/+1 | |
| 2015-04-20 | More readable peers usage: | yanyiwu | 1 | -1/+1 | |
| other master nodes in comma separated ip:port list, example: 127.0.0.1:9333,127.0.0.1:9334 Add example to prompt ip:port list is split by ',' | |||||
| 2015-04-19 | Prepend prefix "0" for odd number of hex characters. | chrislusf | 1 | -0/+3 | |
| 2015-04-19 | FIXED: When RaftServer cannot find a leader, Return a more readable error. | yanyiwu | 1 | -1/+6 | |
| Before: curl -F "file=1234" "http://127.0.0.1:9333/submit" {"error":"Post http:///dir/assign: http: no Host in request URL"} After: curl -F "file=1234" "http://127.0.0.1:9333/submit" {"error":"Raft Server not initialized!"} | |||||
| 2015-04-18 | [ui] seaweedfs logo and icon | yanyiwu | 2 | -2/+10 | |
| 2015-04-16 | Fix a couple more weedfs -> SeaweedFS instances | Stuart P. Bentley | 2 | -3/+3 | |
| Apparently I forgot to save these files before submitting #121 | |||||
| 2015-04-16 | More consistency with SeaweedFS name | Stuart P. Bentley | 10 | -18/+18 | |
| Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base". | |||||
| 2015-04-16 | Merge pull request #119 from stuartpb/fix-namesapce | chrislusf | 2 | -13/+13 | |
| Fix flat_namespace_filer.go implementing "FlatNamesapceFiler" | |||||
| 2015-04-16 | Fix flat_namespace_filer.go implementing "FlatNamesapceFiler" | Stuart P. Bentley | 2 | -13/+13 | |
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 82 | -656/+656 | |
| 2015-04-16 | Adjust versioning. Beta version should not have a date. | chrislusf | 1 | -1/+1 | |
| 2015-04-16 | Use public url for returned file url result | chrislusf | 1 | -1/+1 | |
| 2015-04-16 | Nomalize url before redirecting. | chrislusf | 3 | -2/+10 | |
| 2015-04-16 | Adjust publicUrl to volume server only. | chrislusf | 1 | -4/+0 | |
| Remove publicUrl from master server. | |||||
| 2015-04-16 | Adjust publicUrl to volume server only. | chrislusf | 1 | -4/+4 | |
| 2015-04-15 | Avoid system exit if only logging failed. | chrislusf | 1 | -1/+8 | |
| 2015-04-15 | Adjust log message for glog. | chrislusf | 1 | -1/+1 | |
| 2015-04-14 | Add error checking for file reads. | chrislusf | 1 | -1/+5 | |
| 2015-04-14 | 0.70 beta start | chrislusf | 1 | -1/+1 | |
| 2015-04-14 | skip directory listing when paginating files. | chrislusf | 1 | -1/+8 | |
| 2015-04-13 | releasing 0.69v0.69 | Chris Lu | 1 | -1/+1 | |
