Commit History

Author SHA1 Message Date
  Daniel Stenberg 49465fffdb cookies: tricked dotcounter fixed 13 years ago
  Yang Tse 5db0a412ff atoi: remove atoi usage 14 years ago
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 years ago
  Yang Tse 87428e07ca 14 years ago
  Yang Tse d65cf7889b 14 years ago
  Yang Tse bbefdf88fd 14 years ago
  Daniel Stenberg 877dad1e24 - As was pointed out on the http-state mailing list, the order of cookies in a 14 years ago
  Daniel Stenberg 240fa29e94 fixed a precaution check in the cookie code, pointed out by Julien Chaffraix 15 years ago
  Yang Tse 59939313f8 Make usage of calloc()'s arguments consistent with rest of code base 15 years ago
  Daniel Stenberg 448d2b5f49 - Dima Barsky made the curl cookie parser accept cookies even with blank or 15 years ago
  Yang Tse 5b11e3883c fix compiler warning: conversion from "long" to "size_t" may lose sign 15 years ago
  Yang Tse 7d22ce5573 libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h 15 years ago
  Daniel Stenberg 4f47fc4e14 - John P. McCaskey posted a bug report that showed how libcurl did wrong when 15 years ago
  Daniel Stenberg af9ce990f0 minor whitespace edit 15 years ago
  Daniel Stenberg 7ff4b4f2b5 - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch 15 years ago
  Yang Tse 5931cf77f4 DEBUGBUILD / CURLDEBUG decoupling follow-up 15 years ago
  Daniel Stenberg 352177090f - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and 15 years ago
  Daniel Stenberg 1cf6c15ab4 - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Daniel Stenberg 5e74c58b73 - Tim Ansell fixed a compiler warning in lib/cookie.c 15 years ago
  Daniel Stenberg a19e02be5e - Michael Wallner fixed a NULL pointer deref when calling 15 years ago
  Daniel Stenberg 58ebde9502 - Pawel Kierski pointed out a mistake in the cookie code that could lead to a 16 years ago
  Daniel Stenberg b701ea36a7 moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ 16 years ago
  Dan Fandrich bab5183820 Created Curl_raw_nequal() which does a C-locale string case comparison. 16 years ago
  Daniel Stenberg 9d16b4081e Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function 16 years ago
  Daniel Stenberg a579d67064 - Pascal Terjan filed bug #2154627 16 years ago
  Daniel Stenberg 18be9882f7 Removed superfluous check of clist->name, as in this code path that pointer 16 years ago
  Daniel Stenberg f72a26d340 - Stefan Krause pointed out that libcurl would wrongly send away cookies to 16 years ago
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 years ago
  Yang Tse a622fd90b4 remove unnecessary typecasting of calloc() 16 years ago