Mailing List Archive

r887 - in trunk/varnish-cache: bin/varnishd bin/varnishstat bin/varnishtester bin/varnishtop include lib/libvarnish lib/libvarnishapi
Author: des
Date: 2006-08-22 10:18:15 +0200 (Tue, 22 Aug 2006)
New Revision: 887

Modified:
trunk/varnish-cache/bin/varnishd/cache_acceptor.h
trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c
trunk/varnish-cache/bin/varnishd/mgt_event.h
trunk/varnish-cache/bin/varnishd/mgt_param.c
trunk/varnish-cache/bin/varnishstat/varnishstat.c
trunk/varnish-cache/bin/varnishtester/varnishtester.c
trunk/varnish-cache/bin/varnishtop/varnishtop.c
trunk/varnish-cache/include/vcl_returns.h
trunk/varnish-cache/include/vrt_obj.h
trunk/varnish-cache/lib/libvarnish/assert.c
trunk/varnish-cache/lib/libvarnish/cli_common.c
trunk/varnish-cache/lib/libvarnishapi/shmlog.c
Log:
Expand keywords.


Property changes on: trunk/varnish-cache/bin/varnishd/cache_acceptor.h
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: cache_acceptor.c 860 2006-08-21 09:49:43Z phk $
+ * $Id$
*
* XXX: We need to pass sessions back into the event engine when they are
* reused. Not sure what the most efficient way is for that. For now


Property changes on: trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: cache_acceptor.c 860 2006-08-21 09:49:43Z phk $
+ * $Id$
*
* XXX: We need to pass sessions back into the event engine when they are
* reused. Not sure what the most efficient way is for that. For now


Property changes on: trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: cache_acceptor.c 860 2006-08-21 09:49:43Z phk $
+ * $Id$
*
* XXX: We need to pass sessions back into the event engine when they are
* reused. Not sure what the most efficient way is for that. For now


Property changes on: trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c
___________________________________________________________________
Name: svn:keywords
+ Id


Property changes on: trunk/varnish-cache/bin/varnishd/mgt_event.h
___________________________________________________________________
Name: svn:keywords
+ Id


Property changes on: trunk/varnish-cache/bin/varnishd/mgt_param.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.c
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: varnishlog.c 153 2006-04-25 08:17:43Z phk $
+ * $Id$
*
* Log tailer for Varnish
*/


Property changes on: trunk/varnish-cache/bin/varnishstat/varnishstat.c
___________________________________________________________________
Name: svn:keywords
+ Id


Property changes on: trunk/varnish-cache/bin/varnishtester/varnishtester.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/bin/varnishtop/varnishtop.c
===================================================================
--- trunk/varnish-cache/bin/varnishtop/varnishtop.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/bin/varnishtop/varnishtop.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: varnishlog.c 412 2006-07-10 20:27:52Z phk $
+ * $Id$
*
* Log tailer for Varnish
*/


Property changes on: trunk/varnish-cache/bin/varnishtop/varnishtop.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/include/vcl_returns.h
===================================================================
--- trunk/varnish-cache/include/vcl_returns.h 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/include/vcl_returns.h 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: /mirror/varnish/trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl 30751 2006-08-04T10:54:30.556113Z phk $
+ * $Id$
*
* NB: This file is machine generated, DO NOT EDIT!
*


Property changes on: trunk/varnish-cache/include/vcl_returns.h
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/include/vrt_obj.h
===================================================================
--- trunk/varnish-cache/include/vrt_obj.h 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/include/vrt_obj.h 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: /mirror/varnish/trunk/varnish-cache/lib/libvcl/vcc_gen_obj.tcl 30980 2006-08-09T11:24:39.011200Z des $
+ * $Id$
*
* NB: This file is machine generated, DO NOT EDIT!
*


Property changes on: trunk/varnish-cache/include/vrt_obj.h
___________________________________________________________________
Name: svn:keywords
+ Id


Property changes on: trunk/varnish-cache/lib/libvarnish/assert.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/lib/libvarnish/cli_common.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/cli_common.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/lib/libvarnish/cli_common.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: cli_event.c 466 2006-07-12 23:30:49Z phk $
+ * $Id$
*/

#include <sys/uio.h>


Property changes on: trunk/varnish-cache/lib/libvarnish/cli_common.c
___________________________________________________________________
Name: svn:keywords
+ Id

Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c 2006-08-22 08:17:54 UTC (rev 886)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c 2006-08-22 08:18:15 UTC (rev 887)
@@ -1,5 +1,5 @@
/*
- * $Id: varnishlog.c 153 2006-04-25 08:17:43Z phk $
+ * $Id$
*/

#include <stdio.h>


Property changes on: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
___________________________________________________________________
Name: svn:keywords
+ Id