aboutsummaryrefslogtreecommitdiff
path: root/handler.go
Commit message (Expand)AuthorAgeFilesLines
* Switch listen to systemd socket activationHEADv0.0.0-tejr1masterTom Ryder2021-02-031-1/+1
* Remove executable content supportYotam Nachum2020-03-141-39/+0
* Add an option to toggle execution featureYotam Nachum2019-12-201-1/+1
* Execute requested file if it's executableYotam Nachum2019-12-201-15/+39
* Validate request schemeYotam Nachum2019-12-071-4/+23
* Add custom index file nameYotam Nachum2019-12-061-3/+5
* Refactor main handlerYotam Nachum2019-12-061-18/+22
* Return the correct mime in response headerYotam Nachum2019-11-231-1/+8
* Switch to correct gemini file extensionYotam Nachum2019-11-231-1/+1
* Add more tools to CI lintingYotam Nachum2019-11-221-2/+2
* Move GeminiError and ErrorResponse to go-geminiYotam Nachum2019-11-091-29/+6
* Move logic into configuration parsingYotam Nachum2019-11-091-3/+3
* Fix go vet and go lint warningsYotam Nachum2019-11-021-10/+14
* Add support for index fileYotam Nachum2019-11-011-0/+98