summary refs log tree commit diff stats
path: root/svc/svc.go
Commit message (Expand)AuthorAgeFilesLines
* updating module to live at sourcehutBen Morrison2020-06-201-1/+1
* Allowing static files to be served directly fromBen Morrison2020-04-121-2/+9
* removed experimental host matching and tls supportBen Morrison2020-03-161-28/+3
* 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