Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating module to live at sourcehut | Ben Morrison | 2020-06-20 | 1 | -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 file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | removed mutex from remoteRegistries | Ben Morrison | 2019-06-13 | 1 | -3/+0 |
| | | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later. | ||||
* | separate request and message log | Ben Morrison | 2019-06-12 | 1 | -25/+10 |
| | |||||
* | eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵ | Ben Morrison | 2019-06-11 | 1 | -3/+0 |
| | | | | ticker for intervals. | ||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 1 | -25/+15 |
| | |||||
* | explicit init of static assets and test template init were removed: redundant | Ben Morrison | 2019-06-09 | 1 | -27/+0 |
| | |||||
* | init staticAssets explicitly on startup | Ben Morrison | 2019-06-09 | 1 | -0/+36 |
| | |||||
* | sqlite functionality added | Ben Morrison | 2019-06-08 | 1 | -8/+4 |
| | |||||
* | cleaned up error handling | Ben Morrison | 2019-06-08 | 1 | -22/+8 |
| | |||||
* | database refs and static assets concurrency-safe | Ben Morrison | 2019-06-08 | 1 | -0/+7 |
| | |||||
* | moved type declarations into respective files | Ben Morrison | 2019-06-08 | 1 | -0/+16 |
| | |||||
* | renamed functions | Ben Morrison | 2019-06-06 | 1 | -19/+4 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+130 |