1. 08 Sep, 2018 2 commits
  2. 07 Sep, 2018 5 commits
  3. 06 Sep, 2018 12 commits
  4. 05 Sep, 2018 6 commits
  5. 04 Sep, 2018 5 commits
  6. 03 Sep, 2018 4 commits
  7. 02 Sep, 2018 2 commits
  8. 01 Sep, 2018 2 commits
  9. 31 Aug, 2018 2 commits
    • Jay Satiro's avatar
      705cc899
    • Daniel Gustafsson's avatar
      cookies: support creation-time attribute for cookies · e2ef8d6f
      Daniel Gustafsson authored
      According to RFC6265 section 5.4, cookies with equal path lengths
      SHOULD be sorted by creation-time (earlier first). This adds a
      creation-time record to the cookie struct in order to make cookie
      sorting more deterministic. The creation-time is defined as the
      order of the cookies in the jar, the first cookie read fro the
      jar being the oldest. The creation-time is thus not serialized
      into the jar. Also remove the strcmp() matching in the sorting as
      there is no lexicographic ordering in RFC6265. Existing tests are
      updated to match.
      
      Closes #2524
      e2ef8d6f