Commits
- Commit:
e6c0de4de8004e5fd84119c0bc64da0e7cab9789
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
efc1d9908de092d2d93d33277070ea6c3be6b90f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: template: use got_compat.h
- Commit:
d8bf4f258cbea84e319b0ed044224aaac37a085c
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
96b8c570c9c426e96f97698185dd011e2e39be0c
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
template: adjust my address
- Commit:
6509b1818d1d3c5ab05781cef4007360f127a9a2
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
import template
ok tracey@