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