Skip to content
  1. Oct 18, 2016
  2. Oct 17, 2016
  3. Oct 16, 2016
  4. Oct 14, 2016
  5. Oct 13, 2016
  6. Oct 12, 2016
  7. Oct 11, 2016
  8. Oct 10, 2016
  9. Oct 08, 2016
  10. Oct 06, 2016
  11. Oct 05, 2016
  12. Oct 04, 2016
  13. Oct 03, 2016
    • 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
  14. Oct 01, 2016
    • Stephen Brokenshire's avatar
      FAQ: Fix typos in section 5.14 (#1047) · 2a1d5389
      Stephen Brokenshire authored
      Type required for YourClass::func C++ function (using size_t in line
      with the documentation for CURLOPT_WRITEFUNCTION) and missing second
      colon when specifying the static function for CURLOPT_WRITEFUNCTION.
      2a1d5389