Skip to content
  1. May 21, 2013
    • Daniel Stenberg's avatar
      Curl_cookie_add: handle IPv6 hosts · 85b9dc80
      Daniel Stenberg authored
      1 - don't skip host names with a colon in them in an attempt to bail out
      on HTTP headers in the cookie file parser. It was only a shortcut anyway
      and trying to parse a file with HTTP headers will still be handled, only
      slightly slower.
      
      2 - don't skip domain names based on number of dots. The original
      netscape cookie spec had this oddity mentioned and while our code
      decreased the check to only check for two, the existing cookie spec has
      no such dot counting required.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=1221
      Reported-by: Stefan Neis
      85b9dc80
  2. May 20, 2013
  3. May 19, 2013
  4. May 18, 2013
  5. May 16, 2013
  6. May 12, 2013
  7. May 11, 2013
  8. May 09, 2013
  9. May 08, 2013
  10. May 07, 2013
  11. May 06, 2013
  12. May 05, 2013
  13. May 04, 2013
  14. May 03, 2013
  15. May 02, 2013
  16. May 01, 2013