Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some functions were missing comments. added those in where needed. | Ben Morrison | 2019-12-19 | 1 | -0/+6 |
| | |||||
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | updated internal functionality for registry v0.4.0 v0.4.4 | Ben Morrison | 2019-06-19 | 1 | -3/+3 |
| | |||||
* | mutex and readability cleanup | Ben Morrison | 2019-06-13 | 1 | -10/+4 |
| | |||||
* | removed mutex from remoteRegistries | Ben Morrison | 2019-06-13 | 1 | -6/+0 |
| | | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later. | ||||
* | eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵ | Ben Morrison | 2019-06-11 | 1 | -4/+0 |
| | | | | ticker for intervals. | ||||
* | dbSqlite.Push() now updating confObj.LastPush; dbSqlite.Push() and ↵ | Ben Morrison | 2019-06-11 | 1 | -5/+8 |
| | | | | dbSqlite.Pull() now expecting pointer receiver only | ||||
* | error missed | Ben Morrison | 2019-06-09 | 1 | -1/+1 |
| | |||||
* | runtime bugfix for sqlite3 | Ben Morrison | 2019-06-08 | 1 | -1/+2 |
| | |||||
* | split db-specific funcs into separate files | Ben Morrison | 2019-06-08 | 1 | -0/+148 |