Commit History

Author SHA1 Message Date
  Yang Tse ad638da2c2 Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU 16 years ago
  Yang Tse 66fb9ca5f6 For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 16 years ago
  Daniel Stenberg a62e155ca4 - Niklas Angebrand made the cookie support in libcurl properly deal with the 16 years ago
  Daniel Stenberg c914e6ea5d "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so 16 years ago
  Daniel Stenberg cbd1a77ec2 if () => if() 16 years ago
  Dan Fandrich 1b66c1da6c Added lots of consts 17 years ago
  Yang Tse d9e89e170f fix out of memory handling issue 17 years ago
  Dan Fandrich 7e74349b86 Fixed file handle leak in OOM condition. 17 years ago
  Yang Tse f08ac86834 fix compiler warning 17 years ago
  Yang Tse fbcf86b83e avoid using funtion isblank() and just use our ISBLANK 17 years ago
  Yang Tse 5c3f36b4b4 compiler warning fix 17 years ago
  Yang Tse 6d05a33ed9 use our own ISBLANK macro 17 years ago
  Daniel Stenberg 277df1c6b1 make Curl_cookie_clearall() survive getting called with a NULL pointer 17 years ago
  Daniel Stenberg 68e9f75708 As reported in bug: #1566077 the former URL mentioned in the generated cookie 18 years ago
  Daniel Stenberg 28611704d9 Ates Goral pointed out that libcurl's cookie parser did case insensitive 18 years ago
  Daniel Stenberg 606562aa7e Michael Wallner provided a patch that allows "SESS" to be set with 18 years ago
  Daniel Stenberg 90e1a6905a remove the typecast to long from time_t, since we now store it as curl_off_t 19 years ago
  Daniel Stenberg a676c18502 - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with 19 years ago
  Daniel Stenberg 1c388a52a5 curl standard indent/format 19 years ago
  Daniel Stenberg 2236ba0d20 Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a 19 years ago
  Daniel Stenberg 6b1220b61d Cory Nelson's work on nuking compiler warnings when building on x64 with 19 years ago
  Daniel Stenberg ab4086bc24 Updated the copyright year since changes have been this year. 19 years ago
  Daniel Stenberg 6f752c64bc Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate 19 years ago
  Daniel Stenberg 67abd4cd47 Rune Kleveland fixed a minor memory leak for received cookies with the (rare) 19 years ago
  Daniel Stenberg ac269a8f68 Dan Fandrich added the --disable-cookies option to configure to build 19 years ago
  Daniel Stenberg f40c9b83df libcurl leaked memory for cookies with the "max-age" field set. 20 years ago
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 years ago
  Daniel Stenberg be7ce435c0 Replaced the use of isspace() with our own version instead since we have most 20 years ago
  Daniel Stenberg 13cc010e38 getdate.h is not required to include, it adds nothing new 20 years ago
  Daniel Stenberg de6ab3de22 Dylan Salisbury's fix to prevent us from accepting cookies from TLD only 20 years ago