perkeep/pkg
Brad Fitzpatrick 4365f69330 Fix data race in reindexing.
See https://camlistore.org/issue/331

Change-Id: I210ae4e1779b7fe248196152a6acbc5728051249
2014-01-08 20:36:17 -08:00
..
auth Change the upload protocol. 2014-01-04 20:24:58 -08:00
blob Fix Fetch -> FetchStreaming conversion 2014-01-06 18:56:39 +01:00
blobserver In stat and upload handlers, return empty lists instead of null. 2014-01-06 16:30:59 -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 Merge "pkg/client: better error handling propogation." 2014-01-08 18:03:33 +00:00
cmdmain More docs 2013-07-07 18:52:14 -07:00
constants Move defaultMaxResizeBytes to pkg/constants 2014-01-06 08:08:47 -08: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 Reuse memoized roots on refresh 2014-01-07 14:46:08 -08:00
geocode geocode: move logging 2013-12-24 13:43:25 -08:00
googlestorage Adding Google Drive as a storage backend experimentally. No cheap-enough way 2013-08-17 15:30:02 +02:00
httputil auth: warn when local connection uid doesn't match 2013-12-16 17:19:31 -08:00
images images/resize: remove commented-out code. 2013-12-22 21:22:41 -08:00
importer Clarify confusing log message in Flickr importer 2013-12-27 00:02:33 -08:00
index Fix data race in reindexing. 2014-01-08 20:36:17 -08:00
jsonconfig pkg/client: some cleanup, doc on the website 2013-12-23 20:23:21 +01:00
jsonsign pkg/client: some cleanup, doc on the website 2013-12-23 20:23:21 +01: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 Add jstests.go, a unit test harness for JavaScript files. 2014-01-06 20:21:43 -08:00
netutil localhost auth: resolve localhost to [::1] if using ipv6 2013-10-21 17:02:03 +01:00
osutil client: improved ignoredFiles 2014-01-05 20:53:46 -08:00
publish server/publish.go: use go html template for publishing 2013-11-19 17:50:26 +01:00
readerutil readerutil: fix OpenSingle bug causing "bad file descriptor" in dispacked. 2013-12-24 10:57:06 -08:00
rollsum rollsum: add OnSplitWithBits 2013-06-09 19:48:30 +02:00
schema schema: better test for issue 305 2013-12-30 20:17:30 -08:00
search search: Add ValueMatches{Int,Float} to PermanodeConstraint. 2014-01-04 20:43:32 -08:00
server Move defaultMaxResizeBytes to pkg/constants 2014-01-06 08:08:47 -08:00
serverconfig Change the upload protocol. 2014-01-04 20:24:58 -08:00
singleflight singleflight: open soure this package. 2013-01-05 16:23:53 -08:00
sorted pkg/sorted/kvfile: faster wipe. 2013-12-24 21:27:49 -08:00
strutil search: Add StringConstraint.CaseInsensitive. 2014-01-04 18:29:52 -08:00
syncutil pkg/server: RAM based concurrency limiter. 2014-01-04 23:05:18 -08:00
test Add integration test for Android camput environment. 2014-01-06 20:01:07 -08:00
throttle throttle: actually compile. 2014-01-08 19:55:24 -08:00
types pkg/client: fix method to find a server in the config 2014-01-07 18:52:48 -08:00
webserver Document environment variables usage. 2013-09-06 21:54:03 -07:00
.gitignore