perkeep/server/go/camlistored
Brad Fitzpatrick ccf33926c8 Replica blob handler for live replication. 2011-05-22 21:22:21 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui wire up verification handler to web UI 2011-05-05 21:45:24 -07:00
.gitignore Start of configuration wizard stuff. 2011-04-01 12:48:43 -07:00
README Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
camlistored.go Replica blob handler for live replication. 2011-05-22 21:22:21 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
root.go Make camlistored configuration load dependencies as needed 2011-05-09 14:20:19 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
sig.go jsonsign: use Go's openpgp library; don't shell out to gpg 2011-05-16 09:01:35 -07:00
sync.go sync: more stats, better goroutine/chan design 2011-05-11 08:49:17 -07:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go Make camlistored configuration load dependencies as needed 2011-05-09 14:20:19 -07:00

README

The Camlistore blob server HTTP server binary.

See also:
 - The storage interface is in lib/go/blobserver/
 - The storage implementations are under that e.g. lib/go/blobserver/localdisk/
 - The HTTP handlers are implemented in lib/go/blobserver/handlers/