seaweedfs/go
Steve Kemp 2a777a970c Allow whitelisting by CIDR range, not just literally.
This allows you to write something like this:

         /usr/local/bin/weed master -mdir /srv/weed/master -whiteList=192.168.0.0/24,127.0.0.1

This will whitelist all the 192.168.0.XX hosts, as well as localhost.
2015-09-05 10:00:13 +03:00
..
compress Add compression test 2015-04-13 23:39:11 -07:00
filer avoid using empty fileId to delete 2015-08-21 14:09:36 -07:00
glog Revert "adjust symlink" 2015-07-13 11:13:47 -07:00
images More consistency with SeaweedFS name 2015-04-16 21:11:25 +00:00
operation Fix a possible index out of range error. Remove unnecessary caching. 2015-05-26 10:29:49 -07:00
proto Add optional admin port to volume server, to seperate admin operations from normal file operations. 2015-01-18 17:03:38 -08:00
security Allow whitelisting by CIDR range, not just literally. 2015-09-05 10:00:13 +03:00
sequence change count to uint64 to fix #109 2015-04-06 14:17:36 -07:00
stats BUG FIXED: RoundRobinCounter.Add will cause a out of range crash 2015-04-20 22:05:20 +08:00
storage fix extract collection name from .dat file 2015-08-18 19:58:45 +03:00
tools Change all chrislusf/weed-fs links to point to chrislu/seaweedfs 2015-04-16 19:18:06 +00:00
topology add logging 2015-07-11 12:20:09 -07:00
util Add "weed backup" command. 2015-05-26 00:58:41 -07:00
weed avoid using empty fileId to delete 2015-08-21 14:09:36 -07:00