1. 09 May, 2016 7 commits
  2. 05 May, 2016 2 commits
  3. 04 May, 2016 7 commits
  4. 03 May, 2016 9 commits
  5. 02 May, 2016 3 commits
  6. 29 Apr, 2016 1 commit
  7. 28 Apr, 2016 2 commits
  8. 25 Apr, 2016 5 commits
    • Nils Goroll's avatar
      trivial comment fix · 0183ed45
      Nils Goroll authored
      0183ed45
    • Pål Hermunn Johansen's avatar
      Backend mode in varnishncsa · 9c130267
      Pål Hermunn Johansen authored
      A new mode, backend mode, in varnishncsa is introduced. It lets you
      log trafic from varnish to the backends. The normal (default) mode is
      now named "client mode" and can be explicitly selected using -c. You
      can run varnishncsa in backend mode in addition to varnishncsa in
      client mode, but it is also possible to run in mixed mode by
      specifying both -b and -c.
      
      New formatter added: %{Varnish:side}x will be either "b" or "c",
      depending on where the request was made.
      9c130267
    • Martin Blix Grydeland's avatar
      Add a SLT_BackendStart log tag, and log address and port on backend req · e171090e
      Martin Blix Grydeland authored
      This log record is a counterpart to the SLT_ReqStart for backends, and
      shows the socket endpoint we are talking to at the start of backend
      requests. Today this information is only logged on opening a backend
      connection (SLT_BackendOpen), and is thus not available on the backend
      log transaction when on a reused backend connection.
      
      We need this information to complete the backend view varnishncsa
      extension.
      e171090e
    • Pål Hermunn Johansen's avatar
      Add simple error checking in ESI processing · d47a144a
      Pål Hermunn Johansen authored
      When the VEP state machine is in a bad state during finalization
      (VEP_Finish), we log this as an ESI error.
      d47a144a
    • Pål Hermunn Johansen's avatar
      Release memory instead of crashing on malformed ESI · f542cabb
      Pål Hermunn Johansen authored
      When an ESI tag contains an unterminated quote or misses its ending
      '>', we release the relevant buffers instead of crashing.
      
      Fixes: #1904
      f542cabb
  9. 22 Apr, 2016 1 commit
  10. 21 Apr, 2016 2 commits
  11. 20 Apr, 2016 1 commit