1. 26 Nov, 2008 1 commit
  2. 25 Nov, 2008 12 commits
  3. 24 Nov, 2008 13 commits
  4. 22 Nov, 2008 1 commit
  5. 21 Nov, 2008 6 commits
  6. 20 Nov, 2008 4 commits
  7. 19 Nov, 2008 3 commits
    • Tollef Fog Heen's avatar
      Correct defaults in varnishd.1 · 02bef7ac
      Tollef Fog Heen authored
      The defaults for thread_pool_min and thread_pools were wrong; fixed.
      
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3407 d4fa192b-c00b-0410-8231-f00ffab90ce4
      02bef7ac
    • Petter Knudsen's avatar
      Added support for setting read timeouts for backend requests... · e8597bf4
      Petter Knudsen authored
      Added support for setting read timeouts for backend requests (first_byte_timeout and between_bytes_timeout), in addition to make the connect_timeout available for the bereq object in vcl_miss and vcl_fetch.
      
      first_byte_timeout is a read timeout from the connection to the backend is created to when the first byte arrives. It can be set as a parameter to varnish, as a field in the backend declaration or as bereq.first_byte_timeout in vcl_miss and vcl_pass.
      
      between_bytes_timeout is a read timeout between each read from the backend. It can be set as a parameter to varnish, as a field in the backend declaration or as bereq.between_bytes_timeout in vcl_miss and vcl_pass.
      
      The time unit for these timeout values are seconds. NOTE: The connect_timeout previously used milliseconds as time unit, so beware.
      
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3406 d4fa192b-c00b-0410-8231-f00ffab90ce4
      e8597bf4
    • Poul-Henning Kamp's avatar
      Kick the hash_slinger interface around a bit: · 884f8ebd
      Poul-Henning Kamp authored
      Isolate more stuff in hash_slinger.h.
      
      Remove hash_slinger from cache.h, include in .c's as necessary.
      
      Save a malloc per objhead by putting a few fields into the objhead
      for the hash_slingers to use.
      
      Preinitialize the refcount when we precreate the objhead.
      
      Move the hash-string allocation into HSH_Copy(), no point in
      duplication of mandatory step.
      
      
      
      
      git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3405 d4fa192b-c00b-0410-8231-f00ffab90ce4
      884f8ebd