1. 18 Oct, 2016 4 commits
  2. 17 Oct, 2016 3 commits
  3. 16 Oct, 2016 5 commits
  4. 14 Oct, 2016 1 commit
  5. 13 Oct, 2016 1 commit
  6. 12 Oct, 2016 1 commit
  7. 11 Oct, 2016 1 commit
  8. 10 Oct, 2016 6 commits
  9. 08 Oct, 2016 8 commits
  10. 06 Oct, 2016 3 commits
  11. 05 Oct, 2016 1 commit
  12. 04 Oct, 2016 5 commits
  13. 03 Oct, 2016 1 commit
    • Sergei Kuzmin's avatar
      cookies: same domain handling changed to match browser behavior · 54e48b14
      Sergei Kuzmin authored
      Cokie with the same domain but different tailmatching property are now
      considered different and do not replace each other.  If header contains
      following lines then two cookies will be set: Set-Cookie: foo=bar;
      domain=.foo.com; expires=Thu Mar 3 GMT 8:56:27 2033 Set-Cookie: foo=baz;
      domain=foo.com; expires=Thu Mar 3 GMT 8:56:27 2033
      
      This matches Chrome, Opera, Safari, and Firefox behavior. When sending
      stored tokens to foo.com Chrome, Opera, Firefox store send them in the
      stored order, while Safari pre-sort the cookies.
      
      Closes #1050
      54e48b14