| Commit message (Expand) | Author | Age | Files | Lines |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+1163 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -1163/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -10/+10 |
* | cookie: fixed typo in comment | Daniel Stenberg | 2012-07-09 | 1 | -1/+1 |
* | cookies: change the URL in the cookie jar file header | Daniel Stenberg | 2012-07-03 | 1 | -2/+2 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-11 | 1 | -1/+1 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -10/+9 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -4/+4 |
* | cookie parser: handle 'secure=' | Daniel Stenberg | 2011-08-09 | 1 | -161/+161 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
* | cookie_output: made private | Daniel Stenberg | 2011-06-03 | 1 | -4/+3 |
* | Remove unnecessary typecast | Yang Tse | 2011-06-02 | 1 | -1/+1 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -4/+4 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -5/+5 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -4/+4 |
* | disable cookies: remove ifdefs, move code | Daniel Stenberg | 2011-04-04 | 1 | -1/+32 |
* | cookies: tricked dotcounter fixed | Daniel Stenberg | 2010-12-23 | 1 | -5/+7 |
* | atoi: remove atoi usage | Yang Tse | 2010-11-28 | 1 | -2/+2 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix compiler warning | Yang Tse | 2010-02-26 | 1 | -1/+1 |
* | fix printf-style format strings | Yang Tse | 2010-01-28 | 1 | -1/+2 |
* | fix compiler warning | Yang Tse | 2010-01-27 | 1 | -3/+3 |
* | - As was pointed out on the http-state mailing list, the order of cookies in a | Daniel Stenberg | 2010-01-19 | 1 | -1/+47 |
* | fixed a precaution check in the cookie code, pointed out by Julien Chaffraix | Daniel Stenberg | 2009-12-19 | 1 | -1/+1 |
* | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse | 2009-11-18 | 1 | -1/+1 |
* | - Dima Barsky made the curl cookie parser accept cookies even with blank or | Daniel Stenberg | 2009-10-25 | 1 | -3/+4 |
* | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse | 2009-09-28 | 1 | -2/+2 |
* | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | 2009-09-28 | 1 | -17/+1 |
* | - John P. McCaskey posted a bug report that showed how libcurl did wrong when | Daniel Stenberg | 2009-09-26 | 1 | -4/+32 |
* | minor whitespace edit | Daniel Stenberg | 2009-09-25 | 1 | -3/+3 |
* | - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch | Daniel Stenberg | 2009-09-10 | 1 | -0/+6 |
* | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | 2009-06-15 | 1 | -2/+0 |
* | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg | 2009-06-10 | 1 | -1/+1 |
* | - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed | Daniel Stenberg | 2009-05-25 | 1 | -7/+22 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | - Tim Ansell fixed a compiler warning in lib/cookie.c | Daniel Stenberg | 2009-01-15 | 1 | -2/+1 |
* | - Michael Wallner fixed a NULL pointer deref when calling | Daniel Stenberg | 2009-01-13 | 1 | -2/+2 |
* | - Pawel Kierski pointed out a mistake in the cookie code that could lead to a | Daniel Stenberg | 2008-12-03 | 1 | -1/+2 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 1 | -0/+1 |
* | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich | 2008-10-23 | 1 | -1/+1 |
* | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg | 2008-10-16 | 1 | -13/+13 |
* | - Pascal Terjan filed bug #2154627 | Daniel Stenberg | 2008-10-15 | 1 | -13/+13 |
* | Removed superfluous check of clist->name, as in this code path that pointer | Daniel Stenberg | 2008-10-13 | 1 | -2/+1 |
* | - Stefan Krause pointed out that libcurl would wrongly send away cookies to | Daniel Stenberg | 2008-09-08 | 1 | -7/+11 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -2/+2 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -2/+2 |
* | - I'm abandoning the system with the web site mirrors (but keeping download | Daniel Stenberg | 2008-08-28 | 1 | -1/+1 |
* | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse | 2008-08-16 | 1 | -1/+1 |
* | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | 2008-08-15 | 1 | -1/+1 |