Commit Briefs

Omar Polo

links: use URL if label is made only of blanks

thanks cage for unknowingly making me realize this edge case.


Omar Polo

fix url handling in tp_figure

now we pass the correct url from proxy.c


Omar Polo

fix url handling


Omar Polo

fix parsing of {! !} block after content

the '{' and '!' characters were pushed back in the wrong order and so read as "!{" instead of "{!". add regress for this case, and for similar usage (02 change.)


Omar Polo

css: give more space around links


Omar Polo

template: add for loops


Omar Polo

fix code listing in dark mode


Omar Polo

change error message


Omar Polo

error if PATH_INFO is not defined



Omar Polo

tp_head/foot can be called with clt->clt_pc NULL; handle it

it happens when there's an error or we don't have a match for the proxy.


Omar Polo

typo; continue instead of break

if fcgi_abort_request fails the `fcgi' pointer is no longer valid, but we may still have to cleanup other inflight fcgi connections.


Omar Polo

event_del only when we have a socket


Omar Polo

fix crash if path is NULL