Commit Briefs

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!)


Omar Polo

template: join subsequent tp_puts() calls

This greatly reduces the number of tp_puts() calls: gotwebd' pages.tmpl goes from 444 to 190. Otherwise, this doesn't produce other observable changes.


Omar Polo

template: fix processing of "{" at end of line

add a regress for this case.



Omar Polo

template: add `while' construct


Omar Polo

template: adjust my address


Omar Polo

import template

ok tracey@