Commit Briefs

ac67fee49c Omar Polo

template: provide tp_write_htmlescape()

it's like tp_htmlescape() but takes a size instead of a NUL-terminated string. Part of a larger diff that's ok tracey@


62eab86e6a Omar Polo

gotwebd: move the buffering from the fastcgi layer to the template

Reduces the indirection in fcgi.c, starts to make the struct template opaque, simplifies the template usage. All with a net negative :-) reads fine to stsp@ (thanks!)


b2b1792329 Omar Polo

template: adjust my address


2c02675e51 Omar Polo

import template

ok tracey@