perkeep/pkg
Brad Fitzpatrick 5903e89490 On GCE, put the UI's thumbnail metadata cache on MySQL too.
Change-Id: Ic3f1238deeb6b569b30e6c3f6b0def2b68f13d93
2014-08-23 19:55:04 -07:00
..
app netutil: add HostPort, serverinit: return app baseURL 2014-08-01 00:01:27 +02:00
auth auth: allow for multiple modes 2014-05-21 18:43:41 +02:00
blob New pkg/depcheck package to check Go version. 2014-08-19 20:03:36 -07:00
blobserver blobserver/protocol: use blob.SizedRef to upload 2014-08-18 19:36:34 +02:00
buildinfo buildinfo: add func TestingLinked 2014-02-23 09:21:11 -08:00
cacher Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
camerrors camerrors: rename MissingKeyBlob to ErrMissingKeyBlob 2014-01-13 20:09:54 -08:00
client website: allow HTML in camli errors. use website for client error. 2014-08-21 23:13:56 +02:00
cmdmain legal: package for compiled-in licenses 2014-07-10 23:01:54 +02:00
constants Move defaultMaxResizeBytes to pkg/constants 2014-01-06 08:08:47 -08:00
context context: minor typos in documentation. 2014-07-03 22:05:16 -07:00
depcheck New pkg/depcheck package to check Go version. 2014-08-19 20:03:36 -07:00
errorutil
fault fault: new package for fault injection 2014-03-16 19:27:40 -07:00
fileembed make.go, genfileembed: track genfileembed output files and delete stale ones 2014-08-16 18:19:38 -07:00
fs fs: handle directory permanode titles 2014-07-15 08:41:05 +02:00
gc New 'gc' package, implementing a generic garbage collector. 2014-01-11 21:41:53 -08:00
geocode search: Self-documenting atoms 2014-05-15 00:42:32 +02:00
googlestorage googlestorage: set the Content-Type for objects. 2014-08-15 22:27:15 -07:00
httputil httputil: simplify the SystemCARootsAvailable function 2014-08-15 17:43:22 -07:00
images images/fastjpeg: reset checkAvailability in tests. 2014-08-14 15:17:18 -07:00
importer Add importers to status. 2014-08-16 11:58:16 -07:00
index Merge "index: actually reindex when out of order" 2014-08-14 20:00:00 +00:00
jsonconfig jsonconfig: skip over nil values when expanding 2014-08-08 06:47:10 -07:00
jsonsign signhandler: minor style cleanups made while debugging 2014-08-17 13:56:34 -07:00
kvutil kvutil: add VerifyDb*, use kvutil in sorted 2014-03-20 01:21:27 +01:00
leak leak: fix racy test 2014-02-25 16:06:56 -08:00
legal legal: package for compiled-in licenses 2014-07-10 23:01:54 +02:00
lru More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
magic pkg/tests: Warn about deprecation of asserts.* functions in pkg description. 2014-02-19 10:42:29 +03:00
media Fixed some formatting functions that were called with invalid number/type of arguments. 2014-07-01 12:48:33 +02:00
misc Fixed some formatting functions that were called with invalid number/type of arguments. 2014-07-01 12:48:33 +02:00
netutil netutil: add HostPort, serverinit: return app baseURL 2014-08-01 00:01:27 +02:00
osutil osutil: selfpath for windows, and make it public. 2014-08-18 22:30:01 +02:00
publish server/publish.go: use go html template for publishing 2013-11-19 17:50:26 +01:00
readerutil gofmt 2014-03-20 12:29:45 -07:00
rollsum rollsum: don't benchmark the Rand function 2014-08-22 15:50:25 -07:00
schema Change strutil.StringFromBytes to depend on Go 1.3. 2014-08-14 12:59:54 -07:00
search search: allow searching by file wholeref 2014-07-29 14:38:20 -07:00
server server/ui: do checkType before conf.Validate 2014-08-20 18:54:18 +02:00
serverinit On GCE, put the UI's thumbnail metadata cache on MySQL too. 2014-08-23 19:55:04 -07:00
singleflight Fixed some formatting functions that were called with invalid number/type of arguments. 2014-07-01 12:48:33 +02:00
sorted mysql: create database now distinct from create tables 2014-08-08 20:06:02 +02:00
strutil Change strutil.StringFromBytes to depend on Go 1.3. 2014-08-14 12:59:54 -07:00
syncutil Added syncutil.Once 2014-01-25 12:04:47 -08:00
test integration/sharing: test that we also camget the dir contents 2014-08-19 22:05:38 +02:00
throttle throttle: actually compile. 2014-01-08 19:55:24 -08:00
types website: allow HTML in camli errors. use website for client error. 2014-08-21 23:13:56 +02:00
webserver webserver: use wkfs for tls cert/key 2014-08-08 10:58:56 -07:00
wkfs wkfs/gcs: support for writing files 2014-08-08 11:03:27 -07:00
.gitignore