summary refs log tree commit diff stats
path: root/svc/cache.go
Commit message (Expand)AuthorAgeFilesLines
* separate request and message logBen Morrison2019-06-121-25/+10
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-111-3/+0
* 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
/akspecs/ranger/blame/doc/pydoc/ranger.ext.move.html?h=v1.4.1&id=0cfc59d6028c6b43e1dc323b94c84a8157db1859'>^
62cd83ba ^






4c13e1f2 ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35