]> err.no Git - varnish/commit
This is the skeleton code I wrote on my way back from Basel last fall. The
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Feb 2006 14:41:36 +0000 (14:41 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 10 Feb 2006 14:41:36 +0000 (14:41 +0000)
commitad5d7446611e252f155e273237eb5ce78aa1349a
tree9818c940a5e72611fb6e89b1bc85b2d0ed4424d7
parent4997af90ed415bc7a1e7009aadd8734f904cd621
This is the skeleton code I wrote on my way back from Basel last fall.  The
code itself is probably not worth much, but I've put quite a lot of work into
two portions of it: the autoconf framework and the listener code.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3 d4fa192b-c00b-0410-8231-f00ffab90ce4
12 files changed:
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
connection.c [new file with mode: 0644]
connection.h [new file with mode: 0644]
listener.c [new file with mode: 0644]
listener.h [new file with mode: 0644]
log.c [new file with mode: 0644]
request.c [new file with mode: 0644]
request.h [new file with mode: 0644]
varnish.c [new file with mode: 0644]
varnish.h [new file with mode: 0644]