1. 17 May, 2007 1 commit
  2. 16 May, 2007 13 commits
  3. 15 May, 2007 4 commits
  4. 14 May, 2007 2 commits
    • Dag Erling Smørgrav's avatar
      Merged revisions 1394,1400-1418 via svnmerge from · a4de2bed
      Dag Erling Smørgrav authored
      svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache
      
      ........
        r1394 | phk | 2007-05-09 12:55:33 +0200 (Wed, 09 May 2007) | 8 lines
        
        After compilation of a VCL program, do a test-load into the management
        process to catch any implementation-discrepancies between symbols used
        by the compiler and those implemented in the runtime.
        
        The situation will happen from time to time and there is no need to
        issue a panic when we can test sensibly for it.
      ........
        r1403 | ingvar | 2007-05-11 09:51:11 +0200 (Fri, 11 May 2007) | 5 lines
        
        * Fri May 11 2007 Ingvar Hagelund <ingvar@linpro.no> - 1.0.svn-20070511
        - Threw latest changes into svn trunk
        - Removed the conversion of manpages into utf8. They are all utf8 in trunk
      ........
        r1404 | ingvar | 2007-05-11 10:13:03 +0200 (Fri, 11 May 2007) | 1 line
      ........
        r1406 | des | 2007-05-11 13:06:03 +0200 (Fri, 11 May 2007) | 2 lines
        
        Comment out comparisons which are always true (unsigned >= 0)
      ........
        r1407 | des | 2007-05-11 13:06:38 +0200 (Fri, 11 May 2007) | 2 lines
        
        Tweak DEVELOPER_CFLAGS.
      ........
        r1408 | des | 2007-05-11 13:14:32 +0200 (Fri, 11 May 2007) | 2 lines
        
        Pull flopen() and pidfile_*() (renamed to vpf_*()) from FreeBSD.
      ........
        r1409 | des | 2007-05-11 13:15:46 +0200 (Fri, 11 May 2007) | 2 lines
        
        Expand tags.
      ........
        r1410 | des | 2007-05-11 13:17:09 +0200 (Fri, 11 May 2007) | 2 lines
        
        No use expanding tags unless there *are* tags...
      ........
        r1411 | des | 2007-05-11 13:34:42 +0200 (Fri, 11 May 2007) | 2 lines
        
        Add -D (daemonize) and -P (pid file) options.
      ........
        r1412 | des | 2007-05-11 13:35:59 +0200 (Fri, 11 May 2007) | 2 lines
        
        Remove unused header.
      ........
        r1413 | des | 2007-05-11 14:01:47 +0200 (Fri, 11 May 2007) | 2 lines
        
        Avoid gcc4-specific compiler options.
      ........
        r1414 | des | 2007-05-11 14:05:02 +0200 (Fri, 11 May 2007) | 2 lines
        
        Forgotten commit: check for <vis.h> and daemon(3) availability.
      ........
        r1415 | des | 2007-05-11 14:17:26 +0200 (Fri, 11 May 2007) | 2 lines
        
        Add -P (pid file) option.
      ........
        r1416 | des | 2007-05-11 14:19:48 +0200 (Fri, 11 May 2007) | 2 lines
        
        Minor style issues.
      ........
        r1417 | phk | 2007-05-11 15:15:16 +0200 (Fri, 11 May 2007) | 7 lines
        
        Make the sendfile threshold inifinity for now, we have evidence of
        sendfile not doing it's job in a number of operating system (-versions ?)
        
        This change is unlikely to cause a performance hit anywhere, because
        writev() is pretty effective in the first place.
      ........
        r1418 | des | 2007-05-14 11:02:23 +0200 (Mon, 14 May 2007) | 2 lines
        
        Document the inadvisability of enabling sendfile.
      ........
      
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1419 d4fa192b-c00b-0410-8231-f00ffab90ce4
      a4de2bed
    • Dag Erling Smørgrav's avatar
      Document the inadvisability of enabling sendfile. · f66bffda
      Dag Erling Smørgrav authored
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1418 d4fa192b-c00b-0410-8231-f00ffab90ce4
      f66bffda
  5. 11 May, 2007 14 commits
  6. 09 May, 2007 6 commits