1. 21 May, 2013 1 commit
    • 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. 20 May, 2013 1 commit
  3. 19 May, 2013 3 commits
  4. 18 May, 2013 1 commit
  5. 16 May, 2013 1 commit
  6. 12 May, 2013 2 commits
  7. 11 May, 2013 1 commit
  8. 09 May, 2013 2 commits
  9. 08 May, 2013 1 commit
  10. 07 May, 2013 3 commits
  11. 06 May, 2013 9 commits
  12. 05 May, 2013 1 commit
  13. 04 May, 2013 5 commits
  14. 03 May, 2013 3 commits
  15. 02 May, 2013 5 commits
  16. 01 May, 2013 1 commit