chiark / gitweb /
chpwd, userv.rc: Change Userv service protocol to parse options properly.
[chopwood] / cgi.py
2014-06-12 Mark Woodingcgi.py: No, `QUERY_STRING' is not mandatory in GET... 1.1.0
2014-05-24 Mark WoodingIntroduce a `warn' output operation.
2014-05-24 Mark Woodingcgi.py: Don't crash if we have three values for a param...
2014-04-06 Mark Wooding{cgi,cmd-cgi,httpauth}.py: Check request methods on... 1.0.3
2014-04-06 Mark Woodingcgi.py: Emit the error about `POST' content-type correctly.
2014-04-06 Mark Woodingcgi.py: Implement the `HEAD' request method.
2014-04-06 Mark Woodingcgi.py: Export request method from `cgiparse'.
2014-04-06 Mark Woodingcgi.py: Fix function name in comment.
2013-03-16 Mark Woodingcgi.py: Implement a wrapping operation.
2013-03-16 Mark Woodingcgi.py: Export the template cache to the templates.
2013-03-16 Mark Woodingcgi.py, operation.py, list.fhtml: Request-level policy...
2013-03-14 Mark Woodingcgi.py: Fix documentation for `~:H' format operation.
2013-03-13 Mark Woodingcgi.py: Escape quote signs in `htmlescape' and `html_qu...
2013-03-09 Mark WoodingKeep track of whether a CGI request is carried over...
2013-03-09 Mark Woodingcgi.py (cookie): Exclude attribute keys whose value...
2013-03-09 Mark Woodingcgi.py: Fix stupid typo so that HTTP status codes are...
2013-03-08 Mark Woodingcgi.py: Remove defunct `html' function.
2013-03-08 Mark Woodingcgi.py: Remove the old error reporting machinery.
2013-03-08 Mark WoodingInitial commit.