aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch listen to systemd socket activationHEADv0.0.0-tejr1masterTom Ryder2021-02-037-39/+26
|
* Set the minimum TLS version to TLS 1.2Yotam Nachum2019-11-161-0/+1
| | | | | The protocol specification says that the required minimum TLS version is 1.2 and the clients should refuse lower versions.
* Extract Fetch to a client structYotam Nachum2019-11-161-4/+15
| | | | | | By extracting the Fetch function to a client struct we enable the package user to pass configuration to the client without burdening the function signature.
* Add a method to generate response from errorsYotam Nachum2019-11-091-0/+16
|
* Add a Gemini Error struct that contain statusYotam Nachum2019-11-091-0/+15
|
* Add CI with linting, testing and annotationYotam Nachum2019-11-091-0/+26
|
* Handle nil response bodyYotam Nachum2019-11-011-1/+8
|
* Add a license (ISC)Yotam Nachum2019-10-261-0/+15
|
* Add a README with an explanation about the projectYotam Nachum2019-10-261-0/+16
|
* Add example serverYotam Nachum2019-10-262-0/+49
| | | | | The example server is a simple server that only have one page (root path) and respond with an hardcoded text.
* Initial commitYotam Nachum2019-10-268-0/+371