seaweedfs/go/weed
chrislusf cc724305b6 Using Url instead of PublicUrl for volume server
Originally there are only url(ip + port), and publicUrl. Because ip was
used to listen for http service, it has less flexibility and volume
server has to be accessed via publicUrl.

Recently we added ip.bind, for binding http service.

With this change, url can be used to connect to volume servers. And
publicUrl becomes a free style piece of url information, it does not
even need to be unique.
2015-02-02 10:16:50 -08:00
..
weed_server Using Url instead of PublicUrl for volume server 2015-02-02 10:16:50 -08:00
benchmark.go Using Url instead of PublicUrl for volume server 2015-02-02 10:16:50 -08:00
command.go rename from cmd to weed for easier "go build" 2013-02-10 04:05:28 -08:00
compact.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
download.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
export.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
filer.go Cleanup error printing. 2015-01-13 17:04:41 -08:00
fix.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
master.go Cleanup error printing. 2015-01-13 17:04:41 -08:00
mount.go formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00
mount_notsupported.go releasing 0.58 to handle control+c interrupts. 2014-05-13 11:25:48 -07:00
mount_std.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
server.go Add optional admin port to volume server, to seperate admin operations from normal file operations. 2015-01-18 17:03:38 -08:00
shell.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
signal_handling.go 0.59 beta 2014-05-13 19:26:05 -07:00
signal_handling_notsupported.go formatting code by: goimports -w=true . 2014-10-26 11:34:55 -07:00
upload.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
version.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
volume.go Add optional admin port to volume server, to seperate admin operations from normal file operations. 2015-01-18 17:03:38 -08:00
volume_test.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00
weed.go switch it back to chris's repo 2014-12-14 00:35:26 -08:00