1. 19 Oct, 2007 6 commits
  2. 25 Sep, 2007 1 commit
    • Dag Erling Smørgrav's avatar
      Merged revisions 2032-2033 via svnmerge from · 13ac6f41
      Dag Erling Smørgrav authored
      file:///var/lib/svn/varnish/trunk/varnish-cache
      
      ........
        r2032 | des | 2007-09-25 10:21:28 +0200 (Tue, 25 Sep 2007) | 3 lines
        
        Portability: use -lsocket / -lns on systems that need it (read Solaris),
        use <sys/queue.h> instead of our own if present.
      ........
        r2033 | des | 2007-09-25 10:48:14 +0200 (Tue, 25 Sep 2007) | 6 lines
        
        The previous commit made things worse rather than better, as some systems
        have a <sys/queue.h> that differs in small but important details from what
        we expect.  Replace our "queue.h" (which was taken from NetBSD) with a new
        "vqueue.h" which is based on FreeBSD's <sys/queue.h> with the debugging
        taken out and a "V" prefix added to everything.
      ........
      
      
      git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@2034 d4fa192b-c00b-0410-8231-f00ffab90ce4
      13ac6f41
  3. 24 Sep, 2007 1 commit
  4. 23 Sep, 2007 13 commits
  5. 12 Sep, 2007 6 commits
  6. 29 Aug, 2007 1 commit
    • Dag Erling Smørgrav's avatar
      Merged revisions 1913-1916,1920-1928 via svnmerge from · 96f9b0c8
      Dag Erling Smørgrav authored
      svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache
      
      ........
        r1913 | phk | 2007-08-21 11:23:31 +0200 (Tue, 21 Aug 2007) | 9 lines
        
        Make sure wrk->used is always set when we park on an object, we might be
        unlucky multiple times in which case the responsibility falls back to
        cnt_lookup().
        
        Fixes 144.
      ........
        r1915 | des | 2007-08-21 17:36:59 +0200 (Tue, 21 Aug 2007) | 2 lines
        
        Try to make this comment a little more visible.
      ........
        r1916 | des | 2007-08-21 17:37:17 +0200 (Tue, 21 Aug 2007) | 2 lines
        
        Synchronize with bin/varnishd/mgt_vcc.c.
      ........
        r1925 | des | 2007-08-29 17:21:59 +0200 (Wed, 29 Aug 2007) | 2 lines
        
        Improve readability.
      ........
        r1926 | des | 2007-08-29 17:23:52 +0200 (Wed, 29 Aug 2007) | 1 line
        
        Tabify
      ........
        r1927 | des | 2007-08-29 17:24:42 +0200 (Wed, 29 Aug 2007) | 2 lines
        
        Add missing files.
      ........
        r1928 | des | 2007-08-29 17:25:58 +0200 (Wed, 29 Aug 2007) | 2 lines
        
        Readability
      ........
      
      
      git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@1929 d4fa192b-c00b-0410-8231-f00ffab90ce4
      96f9b0c8
  7. 20 Aug, 2007 11 commits
  8. 19 Aug, 2007 1 commit