aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch listen to systemd socket activationHEADv0.0.0-tejr1masterTom Ryder2021-02-039-41/+19
|
* Remove executable content supportYotam Nachum2020-03-143-58/+0
|
* Add an option to toggle execution featureYotam Nachum2019-12-202-1/+4
|
* Execute requested file if it's executableYotam Nachum2019-12-203-15/+76
| | | | | | This is only an MVP for this feature. The executable can't set the status and meta of the response and the whole response body must fit in memory.
* Add systemd service fileYotam Nachum2019-12-201-0/+9
|
* Change name in build.yml to shavitYotam Nachum2019-12-071-7/+7
|
* Ignore new name binary outputYotam Nachum2019-12-071-0/+2
|
* Give the project a proper nameYotam Nachum2019-12-073-9/+9
|
* Validate request schemeYotam Nachum2019-12-071-4/+23
|
* Add custom index file nameYotam Nachum2019-12-062-5/+16
|
* Handle error from AddExtensionTypeYotam Nachum2019-12-061-1/+4
|
* Recover from panics in the main handlerYotam Nachum2019-12-062-1/+21
|
* Refactor main handlerYotam Nachum2019-12-061-18/+22
|
* Return the correct mime in response headerYotam Nachum2019-11-232-1/+12
|
* Switch to correct gemini file extensionYotam Nachum2019-11-231-1/+1
|
* Add a README to explain how to use the serverYotam Nachum2019-11-221-0/+28
|
* Add more tools to CI lintingYotam Nachum2019-11-222-2/+7
|
* Add an option to specify custom config fileYotam Nachum2019-11-222-1/+29
|
* Move GeminiError and ErrorResponse to go-geminiYotam Nachum2019-11-093-30/+9
|
* Move logic into configuration parsingYotam Nachum2019-11-093-12/+11
|
* Add CI with linting, testing and annotationsYotam Nachum2019-11-091-0/+26
|
* Fix go vet and go lint warningsYotam Nachum2019-11-024-13/+20
|
* Add a license (AGPLv3)Yotam Nachum2019-11-011-0/+661
|
* Add logging for requestsYotam Nachum2019-11-012-1/+23
|
* Add support for index fileYotam Nachum2019-11-012-36/+98
|
* Initial commitYotam Nachum2019-11-016-0/+116