Commit Graph

7 Commits

Author SHA1 Message Date
styan 7f7cb29305 Fix compiling on Linux 2020-05-05 00:11:59 +00:00
styan 0f7e8cdb8c Fix the redirect counter 2020-05-01 09:43:04 +00:00
styan a96621e3fd Large refactoring and renaming
`gemini_open' is now `gemini_connect'
`gemini_close' is now `gemini_fini'
`gemini_connect' will try to use the `socketfd' struct member, if valid.
`gemini_read' now returns 0 whenever the response header has been read.
`gemini_read' no longer handles user-input (status 10) itself.
`gemini_connect_query' has been added so callers can handle user-input.
`libgeminiclient.c' no longer needs `readpassphrase' and `libbsd'.
2020-05-01 04:22:05 +00:00
styan df1d8b0518 Fix probable NULL dereference 2020-04-30 01:32:02 +00:00
styan fddb209549 Use TOFU even without a file 2020-04-29 10:24:17 +00:00
styan 15db86f766 Support URL's `:port' 2020-04-29 10:17:07 +00:00
styan f8f55b167c Initial commit 2020-04-29 05:03:38 +00:00