Commits
- 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:
19a5edf3da4acec32a964ac91c065e121b0a0ec2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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.
- Commit:
97267ffd9f5f20bf2047f4e4e76f1d155dffaa59
- From:
- Omar Polo <op@omarpolo.com>
- Date:
template: fix processing of "{" at end of line
add a regress for this case.
- Commit:
fdd6701019b668502be2d00e042b3f9932a78f36
- From:
- Omar Polo <op@omarpolo.com>
- Date:
grammar and fix typo: rigchtif → right if
- Commit:
0f297329190ee2d8862b5e7f5fc3b27b960e4f49
- From:
- Omar Polo <op@omarpolo.com>
- Date:
template: add `while' construct
- 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@