summary refs log tree commit diff stats
path: root/svc/svc.go
Commit message (Expand)AuthorAgeFilesLines
* added support for TLS and hostname resolutionBen Morrison2019-06-111-1/+8
* check if behind reverse proxyBen Morrison2019-06-111-6/+13
* merged indexHandler with cssHandler, updated testsBen Morrison2019-06-111-2/+2
* changed some log formattingBen Morrison2019-06-101-2/+2
* Start() broken into multiple functionsBen Morrison2019-06-101-19/+30
* setting version via build flagsBen Morrison2019-06-091-1/+1
* start time added to help differentiate run sessions in log fileBen Morrison2019-06-091-1/+2
* sqlite functionality addedBen Morrison2019-06-081-2/+1
* cleaned up error handlingBen Morrison2019-06-081-3/+1
* updated tests to work with new project structureBen Morrison2019-06-061-0/+1
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+120
03:31:56 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2016-03-09 03:31:56 -0800 2744' href='/akkartik/mu/commit/html/051scenario_test.mu.html?h=main&id=e60569995174ab119dfc7ae2bace76328bb35241'>e6056999 ^
a654e4ec ^
f5465e12 ^
dbe12410 ^
a654e4ec ^

672e3e50 ^

a654e4ec ^





672e3e50 ^

a654e4ec ^
672e3e50 ^

f5465e12 ^
65361948 ^
f5465e12 ^
65361948 ^

f5465e12 ^
65361948 ^

672e3e50 ^
f5465e12 ^
65361948 ^
672e3e50 ^
f5465e12 ^
65361948 ^

f5465e12 ^
65361948 ^

672e3e50 ^
f5465e12 ^
65361948 ^
672e3e50 ^

f5465e12 ^
65361948 ^

f5465e12 ^
65361948 ^

672e3e50 ^
db1f56c8 ^
65361948 ^
f5465e12 ^



65361948 ^

db1f56c8 ^
65361948 ^

672e3e50 ^
f5465e12 ^
65361948 ^
f5465e12 ^
65361948 ^

f5465e12 ^
65361948 ^

672e3e50 ^
f5465e12 ^
65361948 ^
f5465e12 ^
65361948 ^

f5465e12 ^
65361948 ^

672e3e50 ^
f5465e12 ^
65361948 ^
f5465e12 ^
65361948 ^

672e3e50 ^
65361948 ^

672e3e50 ^


a654e4ec ^
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104