perkeep/server/go/camlistored
Brad Fitzpatrick 5c7e645e7a ui: move old debug search func to its own file 2011-05-30 13:00:15 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui ui: move old debug search func to its own file 2011-05-30 13:00:15 -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 convert sync to handler registry; all converted. less code. 2011-05-29 23:01:29 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
root.go camlistored: convert ui, root, jsonsign to use handler registry 2011-05-26 07:34:39 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
sig.go Move some key stuff from camlistored to jsonsign, use from camput. 2011-05-30 12:38:26 -07:00
sync.go convert sync to handler registry; all converted. less code. 2011-05-29 23:01:29 -07:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go camlistored: Start adding /ui?p=... permanode viewer. 2011-05-29 21:41:24 -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/