1. 31 Oct, 2012 1 commit
  2. 29 Oct, 2012 5 commits
  3. 25 Oct, 2012 8 commits
  4. 24 Oct, 2012 11 commits
  5. 23 Oct, 2012 1 commit
  6. 22 Oct, 2012 5 commits
  7. 19 Oct, 2012 5 commits
  8. 18 Oct, 2012 4 commits
    • Poul-Henning Kamp's avatar
      Make · 0e984bd4
      Poul-Henning Kamp authored
      set req.http.Cookie = req.http.Cookie + " " + req.http.Cookie-sess;
      
      do the obvious thing, even if req.http.Cookie does not exist.
      
      The underlying issue was a badly though through overloading of
      the NULL value to mean "Unset".  Now it has its own magic marker.
      
      Fixes #1218
      0e984bd4
    • Poul-Henning Kamp's avatar
      Salvage more bits from experimental tree: · 949edaa8
      Poul-Henning Kamp authored
      Be more aggressive about tracking const values and merge more const
      strings at compile time.
      949edaa8
    • Poul-Henning Kamp's avatar
      Since we have already begun reworking the VCL type definitions, move · 8b0b76f6
      Poul-Henning Kamp authored
      the goal-posts a serious distance while we're at it:
      
      We can use the thread workspace for small temporary allocations during
      VCL execution, use this to allocate a compound type for the HEADER
      type, to get us closer to typedef-ability for VCL mapped types.
      8b0b76f6
    • Poul-Henning Kamp's avatar
      White space nit · cc16852f
      Poul-Henning Kamp authored
      cc16852f