Commit Briefs

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


19a5edf3da 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.


97267ffd9f Omar Polo

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

add a regress for this case.


fdd6701019 Omar Polo

grammar and fix typo: rigchtif → right if


0f29732919 Omar Polo

template: add `while' construct


b2b1792329 Omar Polo

template: adjust my address


2c02675e51 Omar Polo

import template

ok tracey@