Commit Briefs

Omar Polo

fix html generation

a space is mandatory between the tag and the attribute, but the template compiler trims it out. Use {{ " " }} as a workaround.


Omar Polo

fixup


Omar Polo

style



Omar Polo

error if no proxies are defined


Omar Polo

error on duplicate proxies


Omar Polo

change proxy_match to get a string


Omar Polo

s/proxy_server_match/proxy_match/






Omar Polo

simplify the configuration format

don't require the awkward `server' block, just use a `proxy' block: proxy { source address port xyz hostname foo stylesheet "URL" }


Omar Polo

don't leak a fd in the parent process

i've commented the close during some debugging for don't remember what reason and forgot to turn it back on at import time.


Omar Polo

tweaks to the input page

- wrap the server prompt in <q> - don't wrap the label text into a <span> - add a submit button