| Commit message (Expand) | Author | Age | Files | Lines |
* | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse | 2009-11-18 | 1 | -1/+1 |
* | introduction of os-specific.c and os-specific.h | Yang Tse | 2009-06-05 | 1 | -1/+2 |
* | eeek, append 1 on the right place as otherwise we didn't fix the problem | Daniel Stenberg | 2008-10-14 | 1 | -2/+2 |
* | Prevent an off-by-one in a allocated buffer in glob_match_url() - detected by | Daniel Stenberg | 2008-10-13 | 1 | -2/+5 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -1/+2 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | fix print formatting string directives | Yang Tse | 2008-09-04 | 1 | -9/+9 |
* | Fixed typo in error message. | Dan Fandrich | 2007-09-20 | 1 | -1/+1 |
* | - Nick made the curl tool accept globbing ranges that only is one number, i.e | Daniel Stenberg | 2007-03-15 | 1 | -1/+1 |
* | compiler warning fix | Yang Tse | 2007-02-02 | 1 | -1/+2 |
* | compiler warning fix | Yang Tse | 2007-02-01 | 1 | -2/+2 |
* | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg | 2006-10-17 | 1 | -4/+6 |
* | minor re-arrange to return a value in order to avoid compiler warnings | Daniel Stenberg | 2006-04-07 | 1 | -3/+5 |
* | converted sprintf() to snprintf() to reduce risk | Daniel Stenberg | 2006-03-28 | 1 | -11/+19 |
* | Introducing range stepping to the curl globbing support. Now you can specify | Daniel Stenberg | 2005-11-10 | 1 | -47/+71 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | Clear the urlglob struct when allocated, since we might otherwise use | Daniel Stenberg | 2005-01-29 | 1 | -1/+1 |
* | fixed how backslashes are treated in glob strings | Daniel Stenberg | 2004-12-15 | 1 | -7/+23 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -55/+55 |
* | using #[num] with -o now make it literally used if there's no globbing for | Daniel Stenberg | 2004-07-26 | 1 | -2/+7 |
* | variable type cleanup to hush compilers, | Daniel Stenberg | 2004-07-02 | 1 | -22/+24 |
* | Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG is | Daniel Stenberg | 2004-05-12 | 1 | -3/+2 |
* | typecasts to please picky compilers checking the printf() format string | Daniel Stenberg | 2004-04-06 | 1 | -4/+4 |
* | int/size_t cleanup | Daniel Stenberg | 2004-03-23 | 1 | -18/+20 |
* | typecast enum to int to make it printf() properly | Daniel Stenberg | 2004-03-08 | 1 | -1/+2 |
* | Moved the error message buffer into the glob struct as well. | Daniel Stenberg | 2004-03-08 | 1 | -23/+16 |
* | make pedantic compiler options generate less warnings | Daniel Stenberg | 2004-01-29 | 1 | -0/+3 |
* | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg | 2004-01-16 | 1 | -2/+2 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | return failure when an alloc function fails | Daniel Stenberg | 2003-08-14 | 1 | -4/+10 |
* | free data on failure | Daniel Stenberg | 2003-08-14 | 1 | -0/+1 |
* | modified the #[num] code to be more robust, to return NULL on errors and | Daniel Stenberg | 2003-08-14 | 1 | -39/+33 |
* | better cleaning up allocated memory in case of failures | Daniel Stenberg | 2003-08-06 | 1 | -5/+14 |
* | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg | 2003-07-23 | 1 | -0/+5 |
* | CURLDEBUG is the symbol to use, no longer MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | Pass the error stream pointer to the URL globber, so that it can report | Daniel Stenberg | 2003-06-10 | 1 | -27/+45 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Kevin Roth nicely saved us from this backslash-removing problem! | Daniel Stenberg | 2002-03-06 | 1 | -6/+10 |
* | mac fixes | Daniel Stenberg | 2001-11-29 | 1 | -1/+4 |
* | (un)signed and const cleanup | Daniel Stenberg | 2001-08-14 | 1 | -3/+3 |
* | big reorg to make it not exit when it fails, but instead just not do any | Daniel Stenberg | 2001-01-23 | 1 | -48/+119 |
* | Multiple URL support added | Daniel Stenberg | 2001-01-08 | 1 | -3/+3 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |
* | urlglob fix to prevent crashing when -o path is longer than url | Daniel Stenberg | 2000-12-06 | 1 | -48/+94 |
* | removed URL size restrictions, dynamically allocates the needed buffer | Daniel Stenberg | 2000-11-20 | 1 | -5/+9 |
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-11-09 | 1 | -2/+2 |
* | Jörn added glob_cleanup() | Daniel Stenberg | 2000-10-12 | 1 | -0/+18 |
* | added memory debugging support | Daniel Stenberg | 2000-10-09 | 1 | -0/+4 |