Commit Graph

5 Commits

Author SHA1 Message Date
styan 5dcddc7077 Add `gemini_envinit', add proxy support, simplfy header handling
Add `gemini_envinit' which initializes some parts of the structure
from the environment.
Add proxy support in the form of a `proxy' field in the structure
that can hold a host string.
Simplfy header handling in `gemini_read', removing the
`GEMINI_STRICT' flag.
Add the `-h' option to gemini-cat(1) to set the proxy host.
Remove the `-e' option from gemini-cat(1).
Add environment variable support to gemini-cat(1), including
`GEMINI_TOFU_WRITE', which will set the corresponding flag.
2020-06-20 04:56:34 +00:00
styan e0d7ff540e Add missing EXIT STATUS section 2020-06-10 23:13:06 +00:00
styan d03242fd28 Allow for line-feed terminated responses
Also, remove old flags from the the `flags' list in `libgeminiclient.3'
2020-05-05 11:25:38 +00:00
styan dade15ad8e Correct the date 2020-04-29 05:06:44 +00:00
styan f8f55b167c Initial commit 2020-04-29 05:03:38 +00:00