Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating module to live at sourcehut | Ben Morrison | 2020-06-20 | 1 | -1/+1 |
| | | | | | | Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository. | ||||
* | Allowing static files to be served directly from | Ben Morrison | 2020-04-12 | 1 | -2/+9 |
| | | | | | | | | | | a directory specified in the config. Added a handler to svc.go:Start() to serve /static/ Added default value in conf.go for "StaticFilesDirectory" in the config file. Read the value of StaticFilesDirectory in config to the config global in conf.go | ||||
* | removed experimental host matching and tls support | Ben Morrison | 2020-03-16 | 1 | -28/+3 |
| | |||||
* | closeLog channel now accepts struct{} instead of bool | Ben Morrison | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | endpoint for version response v0.4.5 | Ben Morrison | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | refactored tls listener | Ben Morrison | 2019-06-13 | 1 | -3/+18 |
| | |||||
* | mutex and readability cleanup | Ben Morrison | 2019-06-13 | 1 | -11/+5 |
| | |||||
* | added support for TLS and hostname resolution | Ben Morrison | 2019-06-11 | 1 | -1/+8 |
| | |||||
* | check if behind reverse proxy | Ben Morrison | 2019-06-11 | 1 | -6/+13 |
| | |||||
* | merged indexHandler with cssHandler, updated tests | Ben Morrison | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | changed some log formatting | Ben Morrison | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Start() broken into multiple functions | Ben Morrison | 2019-06-10 | 1 | -19/+30 |
| | |||||
* | setting version via build flags | Ben Morrison | 2019-06-09 | 1 | -1/+1 |
| | |||||
* | start time added to help differentiate run sessions in log file | Ben Morrison | 2019-06-09 | 1 | -1/+2 |
| | |||||
* | sqlite functionality added | Ben Morrison | 2019-06-08 | 1 | -2/+1 |
| | |||||
* | cleaned up error handling | Ben Morrison | 2019-06-08 | 1 | -3/+1 |
| | |||||
* | updated tests to work with new project structure | Ben Morrison | 2019-06-06 | 1 | -0/+1 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+120 |