perkeep/server/go/camlistored
Brad Fitzpatrick c32fec03e1 rename input element; missing from earlier renames.
Change-Id: I6bfce54ee1213943d6ba20528f0b67f32617b2cf
2011-06-19 13:31:44 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui rename input element; missing from earlier renames. 2011-06-19 13:31:44 -07:00
.gitignore Start of configuration wizard stuff. 2011-04-01 12:48:43 -07:00
README test commit: fixing old paths in README 2011-06-09 23:16:09 +02:00
camlistored.go Start of 'cond' handler. 2011-06-03 21:52:56 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
publish.go More publish work, making UI handler aware of publish roots. 2011-06-19 13:09:43 -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 upload public key on start 2011-06-03 18:42:31 -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 More publish work, making UI handler aware of publish roots. 2011-06-19 13:09:43 -07:00
uploadhelper.go UI: js file upload work 2011-06-09 15:00:20 -07:00

README

The Camlistore blob server HTTP server binary.

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