perkeep/server/go/camlistored
Brad Fitzpatrick 1a14a121d0 improve jsonsign discovery handler 2011-05-05 17:15:32 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui start of wiring up jsonsign helper to UI + JSONP config option 2011-04-17 16:01:41 -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 improve jsonsign discovery handler 2011-05-05 17:15:32 -07:00
partitions.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
root.go camlistored: root and ui handlers, start of UI shell 2011-04-16 15:44:22 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
sig.go improve jsonsign discovery handler 2011-05-05 17:15:32 -07:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go start of wiring up jsonsign helper to UI + JSONP config option 2011-04-17 16:01:41 -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/