提交歷史

作者 SHA1 備註 提交日期
  Daniel Stenberg de6ab3de22 Dylan Salisbury's fix to prevent us from accepting cookies from TLD only 20 年之前
  Daniel Stenberg 0e03165467 Bertrand Demiddelaer fixed two missing newlines 20 年之前
  Daniel Stenberg ce945bd2f0 5K array on the stack is a big hefty, it is now allocated with malloc 20 年之前
  Daniel Stenberg 35558e6bd7 David Cohen pointed out that RFC2109 says clients should allow cookies to 20 年之前
  Daniel Stenberg 755f98e768 While talking to host a.b.c, libcurl did wrongly not accept cookies that were 20 年之前
  Daniel Stenberg 34e8baab9a general cleanup to bail out nice and clean when a memory function fails 20 年之前
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 年之前
  Daniel Stenberg 5dcab07c54 if a malloc fails, clear up the memory and return failure 20 年之前
  Daniel Stenberg 9948250723 strequal() returns int so we typecast the return to bool when we store the 20 年之前
  Daniel Stenberg 7d8cd5906c use calloc instead of malloc and we won't have to memset() the struct 20 年之前
  Daniel Stenberg d571064b65 Clear up int/long/size_t/ssize_t usage a bit 20 年之前
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 20 年之前
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 年之前
  Daniel Stenberg 168703b7bf Added some infof() calls, that require the data pointer so now several 21 年之前
  Daniel Stenberg 98ee12bc35 Jan Sundin reported a case where curl ignored a cookie that browsers don't, 21 年之前
  Daniel Stenberg 2bd71d70ff use CURLDEBUG instead of MALLOCDEBUG 21 年之前
  Daniel Stenberg 465de793e8 Skip any preceeding dots from the domain name of cookies when we keep them 21 年之前
  Daniel Stenberg efd836d971 Many cookie fixes: 21 年之前
  Sterling Hughes ad6fca28f9 testing, ignore this commit 21 年之前
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 21 年之前
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 年之前
  Daniel Stenberg 01387f42c5 kromJx@crosswinds.net's fix that now uses checkprefix() instead of 22 年之前
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 年之前
  Daniel Stenberg d8b2c819e7 properly skip white spaces on Set-Cookie: header lines 22 年之前
  Daniel Stenberg 08ef208fb7 added disable-[protocol] support, largely provided by Miklos Nemeth 22 年之前
  Daniel Stenberg 980a47b42b support for ingoring session cookies added 22 年之前
  Daniel Stenberg 2361aabbef Dirk Manske made libcurl strip off white spaces from the beginning of cookie 22 年之前
  Daniel Stenberg 541e5a3b82 Jacky Lam cookie parser fix for domains with preceeding dot 22 年之前
  Daniel Stenberg 974f314f57 copyright string (year) update 22 年之前
  Daniel Stenberg 3612c3774e made Max-Age work as defined in the RFC. 22 年之前