1. 07 Mar, 2012 3 commits
    • Poul-Henning Kamp's avatar
      FlexeLint spotted a memory leak in Tollefs "admin-health" code, so I · 12592559
      Poul-Henning Kamp authored
      started fixing that, and then I fixed another couple of nits and polished
      the naming a bit and ...
      
      Well, you know how it is.
      
      Changed the backend matching function to take a call-back function
      to eliminate the need for the memory which got leaked.
      
      This meant that backend.list could also use it, if only the parsing
      code accepted a blank input.
      
      So I rewrote the parsing code to also allow empty names, so you can:
      	backend.list (:80)
      	backend.list (192.168)
      etc.
      
      And then I added a summary report of the probing, if it is happening,
      and explicitly say that no probing is happening if it isn't.
      12592559
    • Tollef Fog Heen's avatar
      Expose VSL_Name2Tag in libvarnishapi · 90d322d9
      Tollef Fog Heen authored
      90d322d9
    • Tollef Fog Heen's avatar
      Add health control of backends from CLI · 494c04ab
      Tollef Fog Heen authored
      Make it possible to mark backends as sick or healthy by way of
      
        backend.set_health $backendname (sick|healthy|auto)
      494c04ab
  2. 06 Mar, 2012 3 commits
  3. 29 Feb, 2012 4 commits
  4. 28 Feb, 2012 7 commits
  5. 27 Feb, 2012 8 commits
  6. 24 Feb, 2012 12 commits
  7. 03 Nov, 2011 1 commit
  8. 31 Oct, 2011 2 commits