1. 05 Nov, 2012 1 commit
  2. 31 Oct, 2012 2 commits
  3. 29 Oct, 2012 5 commits
  4. 25 Oct, 2012 8 commits
  5. 24 Oct, 2012 11 commits
  6. 23 Oct, 2012 1 commit
  7. 22 Oct, 2012 5 commits
  8. 19 Oct, 2012 5 commits
  9. 18 Oct, 2012 2 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