Commits


configure: add a check to detect Libre/OpenSSL mixings Now that we're using also some bits from libcrypto, it's important to not mix different libcrypto/ssl implementation in the same program. This check is taken from OpenSMTPD. May have helped with https://github.com/macports/macports-ports/pull/23007


simplify gemini header handling with buf_getdelim()


bufio: add buf_getdelim will help simplifying a bit in net.c, and it's generally useful.


delete trailing whitespace


point out the dependency changes in 0.9


few more fixes for the site


fold line


-current again


bump version to 0.9


add release target


few more tweaks to the site for 0.9


add the keys (previous and one future)


more tweaks to the site for 0.9


ev: add explicit check min can't possibly be un-initialized, since poll(2) returns zero only when the timeout expires. However, this should please some checkers (looking at you, fortify/string.h!) and doesn't cost anything.


improve telescope.1