perkeep/pkg
Brad Fitzpatrick bbaf755995 search: WIP notes on RelationConstraint. Not implemented yet.
Change-Id: Ic179a046da146706b57d7e6e031e1665deedd036
2013-12-11 13:46:19 +04:00
..
auth buildbot/master: add Basic Auth support. 2013-11-21 21:22:12 -08:00
blob blob: speed up parsing slightly. 2013-12-06 11:15:51 +04:00
blobserver Change sorted.KeyValue.Find to take an optional end bound; add tests. 2013-12-07 08:43:18 -08:00
buildinfo More docs 2013-07-07 18:52:14 -07:00
cacher all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
camerrors sync: delay copy retry on specific errors 2013-08-30 19:51:04 +02:00
client Update a comment in client/config.go 2013-12-07 06:48:02 -08:00
cmdmain More docs 2013-07-07 18:52:14 -07:00
context Start of new context package and *context.Context type. 2013-12-02 13:20:51 -08:00
errorutil
fileembed More docs 2013-07-07 18:52:14 -07:00
fs fs: put all importer roots in the roots folder too 2013-11-21 17:51:34 -08:00
googlestorage Adding Google Drive as a storage backend experimentally. No cheap-enough way 2013-08-17 15:30:02 +02:00
httputil Merge "buildbot/master: add Basic Auth support." 2013-11-22 15:29:06 +00:00
images pkg/images: add benchmark for resizing images. 2013-12-08 22:39:49 -08:00
importer Add a README for the flickr importer package 2013-12-10 21:35:58 -08:00
index index: bunch of TODOs and planning for edge tracking 2013-12-09 17:15:34 +04:00
jsonconfig jsonconfig: special-case USER env var expansion on Windows 2013-08-28 12:27:09 -07:00
jsonsign search/index: invert depedency. search now depends on index. 2013-11-16 15:00:30 -08:00
kvutil camput: have cache and stat cache based on github.com/cznic/kv 2013-08-30 23:54:22 +02:00
leak Add pkg/leak, to help find leaks. 2013-09-12 17:51:09 +01:00
lru More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
magic support thumbnailing or CR2 files 2013-09-09 23:49:07 +10:00
misc Support alternate S3 hostnames 2013-09-01 09:50:35 -07:00
netutil localhost auth: resolve localhost to [::1] if using ipv6 2013-10-21 17:02:03 +01:00
osutil camlistored: use osutil for default TLS cert/key 2013-12-10 15:13:50 +01:00
publish server/publish.go: use go html template for publishing 2013-11-19 17:50:26 +01:00
readerutil readerutil: fix atomic alignment for 32-bit platforms 2013-12-02 19:01:44 -08:00
rollsum
schema schema: missing claimType conversion 2013-11-04 22:57:05 +01:00
search search: WIP notes on RelationConstraint. Not implemented yet. 2013-12-11 13:46:19 +04:00
server Remove the memIndex option from genconfig and devcam; default memoryIndex to on. 2013-12-11 12:20:22 +04:00
serverconfig Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2013-12-11 12:26:41 +04:00
singleflight
sorted sorted: minor typo 2013-12-10 15:17:36 +01:00
strutil strutil: more common strings, especially 'bytes' 2013-12-06 17:26:33 +04:00
syncutil Add syncutil.Group: an easy way to do multiple things at once. 2013-09-12 16:18:39 +01:00
test test: let TLog take a testing.B too. add tests. 2013-12-03 21:12:06 -08:00
throttle More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
types index: bunch of TODOs and planning for edge tracking 2013-12-09 17:15:34 +04:00
webserver Document environment variables usage. 2013-09-06 21:54:03 -07:00
.gitignore