Commits
- Commit:
ac67fee49c78c55c9b711b975fbf8d481e521c74
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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@
- Commit:
62eab86e6a1d5aea8a1bf90999c3c058b9aedd07
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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!)
- Commit:
b2b1792329f5adf1e755614e710d49388845293e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
template: adjust my address
- Commit:
2c02675e51b8f7413665e81e1e2f3bf77ee9acb7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
import template
ok tracey@