Commit Graph

13 Commits

Author SHA1 Message Date
styan 3ab50da58f Fix a typo 2020-06-20 11:44:34 +00:00
styan f1bc8a9721 Add gemini-pipe(1) 2020-06-20 08:40:48 +00:00
styan 5b690d061f Fix the default MANDIR 2020-05-17 00:22:48 +00:00
styan 51d9344429 Clean up the Makefile 2020-05-11 01:44:57 +00:00
styan afc778096e Add missing prerequisites 2020-05-09 03:04:38 +00:00
styan 02054daa12 Update make(1) targets to match the `README' 2020-05-05 01:33:49 +00:00
styan 7f7cb29305 Fix compiling on Linux 2020-05-05 00:11:59 +00:00
styan fd0cc6daf8 Add the `README' 2020-05-02 23:24:08 +00:00
styan 9737c90fe7 Check that pkg-config(1) exists before use 2020-05-02 23:04:30 +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 3f17926bce Add libgeminiclient.3 2020-04-30 23:26:33 +00:00
styan 44790d35ba Makefile magic 2020-04-30 01:28:41 +00:00
styan f8f55b167c Initial commit 2020-04-29 05:03:38 +00:00