Commit Briefs

Omar Polo

bufio: rename pflags -> wantev (main)


Omar Polo

slightly rework gemini reply handling

- rename `r' to `code' - defer the buf_drain() call With libevent we had to free() the header string, whereas buf_getdelim() returns a string from the buffer itself, so we can safely defer the drain operation after the sanity checks.


Omar Polo

grammar



Omar Polo

don't pause the request in gemini_parse_reply()

a parse routine shouldn't interfere with the handling of the events; pulling this into the caller makes the logic simpler to follow.


Omar Polo

simplify gemini_parse_reply()


Omar Polo

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



Omar Polo

bufio: add buf_getdelim

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


Omar Polo

delete trailing whitespace



Omar Polo

few more fixes for the site


Omar Polo

fold line


Omar Polo

-current again


Omar Polo

bump version to 0.9 (tags/0.9)