]> err.no Git - varnish/commitdiff
Move prototype code into varnish-proto.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 22 Feb 2006 14:38:21 +0000 (14:38 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 22 Feb 2006 14:38:21 +0000 (14:38 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@10 d4fa192b-c00b-0410-8231-f00ffab90ce4

21 files changed:
varnish-proto/LICENSE [moved from LICENSE with 100% similarity]
varnish-proto/Makefile.am [moved from Makefile.am with 100% similarity]
varnish-proto/autogen.sh [moved from autogen.sh with 100% similarity]
varnish-proto/configure.ac [moved from configure.ac with 100% similarity]
varnish-proto/connection.c [moved from connection.c with 100% similarity]
varnish-proto/connection.h [moved from connection.h with 100% similarity]
varnish-proto/listener.c [moved from listener.c with 100% similarity]
varnish-proto/listener.h [moved from listener.h with 100% similarity]
varnish-proto/log.c [moved from log.c with 100% similarity]
varnish-proto/log.h [moved from log.h with 100% similarity]
varnish-proto/request.c [moved from request.c with 100% similarity]
varnish-proto/request.h [moved from request.h with 100% similarity]
varnish-proto/system-common.c [moved from system-common.c with 100% similarity]
varnish-proto/system-freebsd.c [moved from system-freebsd.c with 100% similarity]
varnish-proto/system-freebsd5.0.c [moved from system-freebsd5.0.c with 100% similarity]
varnish-proto/system-freebsd6.0.c [moved from system-freebsd6.0.c with 100% similarity]
varnish-proto/system-freebsd7.0.c [moved from system-freebsd7.0.c with 100% similarity]
varnish-proto/system-linux-gnu.c [moved from system-linux-gnu.c with 100% similarity]
varnish-proto/system.h [moved from system.h with 100% similarity]
varnish-proto/varnish.c [moved from varnish.c with 100% similarity]
varnish-proto/varnish.h [moved from varnish.h with 100% similarity]

similarity index 100%
rename from LICENSE
rename to varnish-proto/LICENSE
similarity index 100%
rename from Makefile.am
rename to varnish-proto/Makefile.am
similarity index 100%
rename from autogen.sh
rename to varnish-proto/autogen.sh
similarity index 100%
rename from configure.ac
rename to varnish-proto/configure.ac
similarity index 100%
rename from connection.c
rename to varnish-proto/connection.c
similarity index 100%
rename from connection.h
rename to varnish-proto/connection.h
similarity index 100%
rename from listener.c
rename to varnish-proto/listener.c
similarity index 100%
rename from listener.h
rename to varnish-proto/listener.h
similarity index 100%
rename from log.c
rename to varnish-proto/log.c
similarity index 100%
rename from log.h
rename to varnish-proto/log.h
similarity index 100%
rename from request.c
rename to varnish-proto/request.c
similarity index 100%
rename from request.h
rename to varnish-proto/request.h
similarity index 100%
rename from system.h
rename to varnish-proto/system.h
similarity index 100%
rename from varnish.c
rename to varnish-proto/varnish.c
similarity index 100%
rename from varnish.h
rename to varnish-proto/varnish.h