summary refs log tree commit diff stats
path: root/svc/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* removed mutex from remoteRegistriesBen Morrison2019-06-131-3/+0
| | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later.
* separate request and message logBen Morrison2019-06-121-25/+10
|
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵Ben Morrison2019-06-111-3/+0
| | | | ticker for intervals.
* 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
garam <vc@akkartik.com>  2019-08-25 15:54:16 -0700

5582' href='/akkartik/mu/commit/html/examples/ex2.subx.html?h=main&id=6033844884f18c9a6e6e186c79c36fd1dd2c9bb0'>60338448 ^
a8fb537a ^
3350c34a ^
c56d803c ^


bb2b6ba7 ^
a0d3cac4 ^
d1c9392a ^
695f9bf8 ^
ec73ed12 ^



a0d3cac4 ^
3350c34a ^
a0d3cac4 ^

bb2b6ba7 ^



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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79