aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2015-06-23In case lastNode==0, need to set it to -1chrislusf1-2/+2
Fix https://github.com/chrislusf/seaweedfs/issues/156
2015-06-22allowing proxy to leader for volume id lookup then redirect to volume serverchrislusf1-1/+1
Fix https://github.com/chrislusf/seaweedfs/issues/154
2015-06-02Easier variable nameschrislusf1-31/+32
2015-06-02Fix compilation error!!!chrislusf1-10/+11
2015-06-01each command use its own options to avoid parameter collisionchrislusf3-45/+63
fix https://github.com/chrislusf/seaweedfs/issues/152
2015-05-30Fix compilation error.chrislusf1-2/+4
Fix for https://github.com/chrislusf/seaweedfs/issues/150
2015-05-26Fix a possible index out of range error. Remove unnecessary caching.chrislusf2-33/+29
2015-05-26Add "weed backup" command.chrislusf17-128/+632
This is a pre-cursor for asynchronous replication.
2015-05-25Adjust dir parameter default value.chrislusf4-8/+8
2015-05-25Remove old filechrislusf1-477/+0
2015-05-25Add ParseUint64 functionchrislusf1-1/+11
2015-05-25Add Key String() functionchrislusf1-0/+6
2015-05-23Rename variableschrislusf2-10/+10
2015-05-23Adjust log messagechrislusf1-1/+1
2015-05-23Adjust log messagechrislusf1-1/+1
2015-05-23Add commentschrislusf1-0/+1
2015-05-22Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislusf1-2/+27
2015-05-22Fix looking for master nodes.chrislusf1-2/+6
2015-05-20Added -newer argument, which takes a date/time in RFC3339 format andDenis Yeldandi1-2/+27
exports only files newer than this time
2015-05-17Adjust admin url patternchrislusf2-6/+6
2015-05-16if mt != "application/octet-stream"yanyiwu1-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-14More debug information for connecting to masterchrislusf2-0/+6
2015-05-08Textual changes.chrislusf1-1/+1
2015-05-08Increase compact revision during each compactionchrislusf1-0/+1
2015-05-08Add compact revision in volume super blockchrislusf1-0/+5
2015-05-03break away from code.google.comchrislusf5-5/+5
2015-04-21unittest: TestSortVolumeInfosyanyiwu1-0/+23
2015-04-21Sort VolumeInfos by VolumeId in Store.Status();yanyiwu2-1/+25
Ordered VolumeInfos is more Human-readable, especially when there is a lot of volumes.
2015-04-20BUG FIXED: RoundRobinCounter.Add will cause a out of range crashyanyiwu2-7/+23
when index >= len(rrc.Values)
2015-04-20[ui] BUG FIXED: Concurrent Connections incorrect.yanyiwu1-1/+1
2015-04-20More readable peers usage:yanyiwu1-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-19Prepend prefix "0" for odd number of hex characters.chrislusf1-0/+3
2015-04-19FIXED: When RaftServer cannot find a leader, Return a more readable error.yanyiwu1-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 iconyanyiwu2-2/+10
2015-04-16Fix a couple more weedfs -> SeaweedFS instancesStuart P. Bentley2-3/+3
Apparently I forgot to save these files before submitting #121
2015-04-16More consistency with SeaweedFS nameStuart P. Bentley10-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-16Merge pull request #119 from stuartpb/fix-namesapcechrislusf2-13/+13
Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"
2015-04-16Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"Stuart P. Bentley2-13/+13
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley82-656/+656
2015-04-16Adjust versioning. Beta version should not have a date.chrislusf1-1/+1
2015-04-16Use public url for returned file url resultchrislusf1-1/+1
2015-04-16Nomalize url before redirecting.chrislusf3-2/+10
2015-04-16Adjust publicUrl to volume server only.chrislusf1-4/+0
Remove publicUrl from master server.
2015-04-16Adjust publicUrl to volume server only.chrislusf1-4/+4
2015-04-15Avoid system exit if only logging failed.chrislusf1-1/+8
2015-04-15Adjust log message for glog.chrislusf1-1/+1
2015-04-14Add error checking for file reads.chrislusf1-1/+5
2015-04-140.70 beta startchrislusf1-1/+1
2015-04-14skip directory listing when paginating files.chrislusf1-1/+8
2015-04-13releasing 0.69v0.69Chris Lu1-1/+1