Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split caching and db function files | Ben Morrison | 2019-06-04 | 1 | -129/+0 |
| | |||||
* | expanding options for databases. abstractions for database push/pull functions | Ben Morrison | 2019-06-04 | 1 | -8/+25 |
| | |||||
* | bugfix: errors logged as strings (prev. bytes) | Ben Morrison | 2019-05-31 | 1 | -9/+9 |
| | |||||
* | preventing race cond in refreshCache() | Ben Morrison | 2019-05-27 | 1 | -31/+57 |
| | |||||
* | fixed race condition | Ben Morrison | 2019-05-27 | 1 | -2/+12 |
| | |||||
* | removed extraneous comments | Ben Morrison | 2019-05-27 | 1 | -42/+2 |
| | |||||
* | updated field refs wrt getwtxt/registry update | Ben Morrison | 2019-05-27 | 1 | -5/+5 |
| | |||||
* | simplified indexHandler to reference staticCache | Ben Morrison | 2019-05-26 | 1 | -1/+1 |
| | | | | sending ETag with all GET responses: sha256 of raw bytes | ||||
* | method names changed in registry lib | Ben Morrison | 2019-05-25 | 1 | -1/+1 |
| | |||||
* | removed unnecessary type conversion | Ben Morrison | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | mutex RLock for remoteRegistries on recache/dbpush | Ben Morrison | 2019-05-23 | 1 | -0/+4 |
| | |||||
* | reusing template init func for recache | Ben Morrison | 2019-05-23 | 1 | -6/+2 |
| | |||||
* | caching all static assets | Ben Morrison | 2019-05-23 | 1 | -22/+25 |
| | |||||
* | caching some static assets | Ben Morrison | 2019-05-23 | 1 | -0/+51 |
| | |||||
* | configuration init changes | Ben Morrison | 2019-05-23 | 1 | -8/+8 |
| | |||||
* | runtime bugs re: http400 and database reading on startup | Ben Morrison | 2019-05-21 | 1 | -49/+43 |
| | |||||
* | runtime bugs related to api output | Ben Morrison | 2019-05-21 | 1 | -4/+4 |
| | |||||
* | review of db functions | Ben Morrison | 2019-05-21 | 1 | -28/+62 |
| | |||||
* | database push/pull functions | Ben Morrison | 2019-05-21 | 1 | -0/+159 |