Commit Briefs

Omar Polo

add tags target


Omar Polo

properly initialize the `lang' buffer

otherwise we end up using stack garbage when the gemini server doesn't send a `lang' attribute. Problem reported by Javier Bravo, thanks!


Omar Polo

template: add `regress' target


Omar Polo

template: fix processing of "{" at end of line

add a regress for this case.



Omar Polo

css: set overflow-wrap: anywhere


Omar Polo

plug a leak in fcgi_parse_form


Omar Polo

fmt


Omar Polo

missed insert into the fcgi tree


Omar Polo

bump version


Omar Polo

CHANGES for 0.2 (tags/0.2)


Omar Polo

key for 0.3



Omar Polo

add missing \n in usage


Omar Polo

template: sync usage() with man page

`-o' was missing. Patch from Josiah Frentsos backported from got.git, thanks!