summary refs log tree commit diff stats
path: root/svc/svc.go
Commit message (Expand)AuthorAgeFilesLines
* closeLog channel now accepts struct{} instead of boolBen Morrison2019-12-081-1/+1
* endpoint for version response v0.4.5Ben Morrison2019-08-281-1/+1
* license notice at top of each fileBen Morrison2019-07-111-0/+19
* refactored tls listenerBen Morrison2019-06-131-3/+18
* mutex and readability cleanupBen Morrison2019-06-131-11/+5
* 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
id='n191' href='#n191'>191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260