about summary refs log tree commit diff stats
path: root/cache.go
Commit message (Expand)AuthorAgeFilesLines
* added endpoint to query for all installed packagesBen Morrison2020-05-101-0/+2
* cleaned up cache.bap()Ben Morrison2020-05-091-16/+19
* cache.bap() now returns an error rather than handling the error silentlyBen Morrison2020-05-091-5/+5
* removed index-specific cache checkingBen Morrison2020-05-091-34/+13
* removed race condition when checking if a page is nullBen Morrison2020-05-091-9/+6
* cache.yoink(requestPath) now returns both the rawBen Morrison2020-05-091-11/+6
* removed unneeded cache-checking function placeholdersBen Morrison2020-05-091-5/+0
* usercount query is doneBen Morrison2020-05-091-0/+2
* eliminated query-specific cache checking functionsBen Morrison2020-05-091-11/+29
* consolidated osversion functions to osversion.goBen Morrison2020-05-091-24/+0
* consolidating functionality to a single handlerBen Morrison2020-05-091-14/+66
* starting to structure cache checking for requestsBen Morrison2020-05-071-3/+27
* unifying cache checksBen Morrison2020-05-071-14/+27
* index page is cachingBen Morrison2020-05-071-0/+58