mirror of https://github.com/perkeep/perkeep.git
2acf13c702
We were waiting to show the container aspect until the child search session returned. This meant that we temporarily showed the permanode aspect then swapped to the container aspect shortly thereafter (because the container aspect is higher priority). The right solution to this is to change the search protocol so that clients can know how many children a permanode has without getting the entire list of them. But for now, it just so happens that search returns the entire list, so we can use that instead. Change-Id: Iaf93f689e965a1dc9ef73d834d46c57026c100cd |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
run_test.go | ||
setup.go |
README
This is the main Camlistore server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/camlistored/ui