perkeep/pkg
mpl 539e88e8e8 Merge "search/query: add "Around" parameter to specify a window of results" 2015-04-02 12:07:36 +00:00
..
app pkg/app: use netutil.HostPort for ListenAddress() 2015-01-17 18:57:06 +01:00
auth auth: allow for multiple modes 2014-05-21 18:43:41 +02:00
blob Merge "blob, server: show hash functions in discovery" 2015-03-02 18:30:31 +00:00
blobserver blobserver/diskpacked: use named errors in SubFetch 2015-03-11 18:37:55 +01: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 Rename search.IGetRecentPermanodes to search.GetRecentPermanoder 2015-02-02 10:45:41 +01:00
cmdmain camput: use Errorf to print critical errors even when non-verbose 2014-11-03 22:15:36 +01:00
constants pkg/deploy/gce: revert to hardcoded google endpoints for oauth2 2015-01-13 01:28:09 +01:00
context context: minor typos in documentation. 2014-07-03 22:05:16 -07:00
deploy/gce For GCE, don't send and ignore a 'localhost' hostname. 2015-04-02 03:40:19 -07:00
env Add new 'env' package to detect the type of environment. 2015-04-01 08:45:36 -07:00
errorutil
fault fault: new package for fault injection 2014-03-16 19:27:40 -07:00
fileembed genfileembed: Add flag for adding build tags 2014-10-17 20:58:15 +02:00
fs fs: set OpenDirectIO in stats files to avoid having them cached in kernel 2014-12-26 18:09:32 +00: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 Add new 'env' package to detect the type of environment. 2015-04-01 08:45:36 -07:00
hashutil deploy/gce: on success, show SHA-1 of certificate too 2015-02-04 19:54:27 +01:00
httputil deploy/gce: on success, show SHA-1 of certificate too 2015-02-04 19:54:27 +01:00
images docker/camlistored: use djpeg-static 2015-02-16 19:00:39 +01:00
importer importer: support for disabling importers at start-up 2015-01-18 19:02:02 -08:00
index index/sqlite tests: let sorted/sqlite pkg do initDB and enable WAL 2015-03-13 19:11:33 +01:00
jsonconfig jsonconfig: remove useless type conversion 2014-10-28 10:49:36 +08:00
jsonsign blobserver: add memory storage, mainly for tests. 2014-08-31 01:17:52 +02: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 lru: make RemoveOldest remove the key and value that were evicted 2014-09-26 15:56:53 -07:00
magic magic: fix MIMETypeFromReader error handling, add test 2015-02-02 09:29:52 +01:00
media Fixed some formatting functions that were called with invalid number/type of arguments. 2014-07-01 12:48:33 +02:00
misc blob SubFetcher: explicitely states with errors the testSubFetcher constraints 2015-02-26 15:18:27 +01:00
netutil netutil: minor doc and style tweaks 2014-11-23 07:43:09 -08:00
osutil Add new 'env' package to detect the type of environment. 2015-04-01 08:45:36 -07:00
pools Add new pools package, to aggregate common sync.Pool types. 2014-08-25 21:17:50 -07:00
publish
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 Capture the file's lastModifiedDate provided by File API when uploading from the UI 2015-02-26 09:59:43 +01:00
search search/query: add "Around" parameter to specify a window of results 2015-04-02 14:06:32 +02:00
server Merge "blob, server: show hash functions in discovery" 2015-03-02 18:30:31 +00:00
serverinit For GCE, don't send and ignore a 'localhost' hostname. 2015-04-02 03:40:19 -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 Add new 'env' package to detect the type of environment. 2015-04-01 08:45:36 -07:00
strutil strutil: add IsPlausibleJSON 2014-11-08 18:16:47 -03:00
syncutil Added syncutil.Once 2014-01-25 12:04:47 -08:00
test test/integration: give the world a corpus 2015-02-25 17:16:17 +01:00
throttle throttle: actually compile. 2014-01-08 19:55:24 -08:00
types Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2015-02-04 21:08:08 -08:00
webserver Enable HTTP/2 support. 2014-11-26 08:45:01 -08:00
wkfs Add new 'env' package to detect the type of environment. 2015-04-01 08:45:36 -07:00
.gitignore