about summary refs log tree commit diff stats
path: root/svc/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-1/+1
| | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository.
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* removed mutex from remoteRegistriesBen Morrison2019-06-131-3/+0
| | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later.
* separate request and message logBen Morrison2019-06-121-25/+10
|
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵Ben Morrison2019-06-111-3/+0
| | | | ticker for intervals.
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-111-25/+15
|
* explicit init of static assets and test template init were removed: redundantBen Morrison2019-06-091-27/+0
|
* init staticAssets explicitly on startupBen Morrison2019-06-091-0/+36
|
* sqlite functionality addedBen Morrison2019-06-081-8/+4
|
* cleaned up error handlingBen Morrison2019-06-081-22/+8
|
* database refs and static assets concurrency-safeBen Morrison2019-06-081-0/+7
|
* moved type declarations into respective filesBen Morrison2019-06-081-0/+16
|
* renamed functionsBen Morrison2019-06-061-19/+4
|
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+130