]> git.pld-linux.org Git - packages/varnish.git/commitdiff
- up to 4859
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 May 2010 14:18:25 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    branch.diff -> 1.8

branch.diff

index 7606aabb5e28967359883ed0b5672a95f381e877..751d19d9c1f83e6d954bd3b72b9dc7bdde56c075 100644 (file)
@@ -1,4 +1,4 @@
-# Revision 4439
+# Revision 4859
 Index: doc/changes-2.0.5-2.0.6.xml
 ===================================================================
 --- doc/changes-2.0.5-2.0.6.xml        (.../tags/varnish-2.0.6/varnish-cache)
@@ -10,3 +10,31 @@ Index: doc/changes-2.0.5-2.0.6.xml
 -  <subsystem>
 +  </subsystem>
  </group>
+Index: bin/varnishtop/varnishtop.c
+===================================================================
+--- bin/varnishtop/varnishtop.c        (.../tags/varnish-2.0.6/varnish-cache)
++++ bin/varnishtop/varnishtop.c        (.../branches/2.0/varnish-cache)
+@@ -273,7 +273,9 @@
+               if (tp->count <= 1.0)
+                       break;
+               len = SHMLOG_LEN(tp->rec);
+-              printf("%9.2f %s %*.*s\n", tp->count, VSL_tags[tp->rec[SHMLOG_TAG]], len, len, tp->rec + SHMLOG_DATA);
++              printf("%9.2f %s %*.*s\n",
++                  tp->count, VSL_tags[tp->rec[SHMLOG_TAG]],
++                  len, len, tp->rec_data);
+       }
+ }
+Index: bin/varnishd/cache_center.c
+===================================================================
+--- bin/varnishd/cache_center.c        (.../tags/varnish-2.0.6/varnish-cache)
++++ bin/varnishd/cache_center.c        (.../branches/2.0/varnish-cache)
+@@ -594,7 +594,7 @@
+       CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
+       CHECK_OBJ_NOTNULL(sp->vcl, VCL_CONF_MAGIC);
+-      if (sp->obj == NULL) {
++      if (sp->objhead == NULL) {
+               HSH_Prepare(sp, sp->vcl->nhashcount);
+               VCL_hash_method(sp);
+               assert(sp->handling == VCL_RET_HASH);
This page took 0.034889 seconds and 4 git commands to generate.