perkeep/pkg
Brad Fitzpatrick 3d058eca20 test fetcher: add more stats
Change-Id: Iad880544174c812a49640939b8fb2922da738b28
2014-08-11 15:38:53 -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 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-04-11 15:51:05 -07:00
blobserver client/upload: decode JSON response into struct instead of map 2014-08-08 16:02:57 +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 pkg/client: some more wkfs usage 2014-08-08 11:02:06 -07: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
errorutil
fault fault: new package for fault injection 2014-03-16 19:27:40 -07:00
fileembed fileembed: don't concatenate more than 50 string literals 2014-06-20 10:09:52 -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: some code and doc polish 2014-08-08 11:03:10 -07:00
httputil test/transport.go: move to httputil, so we can use it without linking testing 2014-07-14 18:33:10 +02:00
images Merge "images: add support for fast jpeg down-sampling." 2014-07-21 17:34:27 +00:00
importer twitter: fix format verb in error 2014-08-06 16:21:42 +02:00
index sqlite: Empty file to make the go tool happy with a test-only directory. 2014-08-02 16:51:47 -07:00
jsonconfig jsonconfig: skip over nil values when expanding 2014-08-08 06:47:10 -07:00
jsonsign jsonsign: use wkfs.Open instead of os.Open directly, so it can open GCS files 2014-08-05 19:27:01 -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
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 Move GCE stuff out of camlistored into new package. Use from camtool. 2014-08-07 12:33:52 -07:00
publish
readerutil gofmt 2014-03-20 12:29:45 -07:00
rollsum gofmt 2014-03-20 12:29:45 -07:00
schema schema: use existing constant instead of literal 2014-08-07 11:04:09 -07:00
search search: allow searching by file wholeref 2014-07-29 14:38:20 -07:00
server netutil: add HostPort, serverinit: return app baseURL 2014-08-01 00:01:27 +02:00
serverinit serverinit: clean up and simplify the high-to-low-level config generator 2014-08-07 18:47:42 -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 strutil: ContainsFold 2014-01-10 16:49:13 -08:00
syncutil Added syncutil.Once 2014-01-25 12:04:47 -08:00
test test fetcher: add more stats 2014-08-11 15:38:53 -07:00
throttle throttle: actually compile. 2014-01-08 19:55:24 -08:00
types serverinit: clean up and simplify the high-to-low-level config generator 2014-08-07 18:47:42 -07: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