chiark / gitweb /
Shift many cgi_ functions into lib/, and add a test for them. The
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 4 May 2008 20:22:11 +0000 (21:22 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 4 May 2008 20:22:11 +0000 (21:22 +0100)
commit5b708e0cac7e269355f5b38480ad0256e5831a0d
tree5764b73249c70516d3fe300dd0093b94c97c383b
parentdd0f422a724b04d43e51be47c3517ce5fe4d99fe
Shift many cgi_ functions into lib/, and add a test for them.  The
multipart/form-data code is not yet exercised, and the CGI program
does not use the new code.
.bzrignore
configure.ac
lib/Makefile.am
lib/cgi.c [new file with mode: 0644]
lib/cgi.h [new file with mode: 0644]
lib/t-cgi.c [new file with mode: 0644]
server/cgi.h