Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | on SIGINT, push to DB before shutting down | Ben Morrison | 2019-06-13 | 1 | -0/+5 |
| | | | | also logging elapsed time for DB pulls | ||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 1 | -11/+23 |
| | |||||
* | adding fs sync after db push | Ben Morrison | 2019-06-11 | 1 | -0/+3 |
| | |||||
* | split db-specific funcs into separate files | Ben Morrison | 2019-06-08 | 1 | -225/+4 |
| | |||||
* | sqlite functionality added | Ben Morrison | 2019-06-08 | 1 | -34/+115 |
| | |||||
* | added User.RLen to leveldb push/pull | Ben Morrison | 2019-06-08 | 1 | -5/+8 |
| | |||||
* | cleaned up error handling | Ben Morrison | 2019-06-08 | 1 | -14/+7 |
| | |||||
* | working on adding sqlite | Ben Morrison | 2019-06-08 | 1 | -0/+7 |
| | |||||
* | database refs and static assets concurrency-safe | Ben Morrison | 2019-06-08 | 1 | -5/+23 |
| | |||||
* | moved type declarations into respective files | Ben Morrison | 2019-06-08 | 1 | -0/+13 |
| | |||||
* | renamed functions | Ben Morrison | 2019-06-06 | 1 | -4/+4 |
| | |||||
* | moved initDatabase() to db.go | Ben Morrison | 2019-06-06 | 1 | -0/+30 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+135 |