Age | Commit message (Expand) | Author |
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 |
2000-12-06 | urlglob fix to prevent crashing when -o path is longer than url | Daniel Stenberg |
2000-11-20 | removed URL size restrictions, dynamically allocates the needed buffer | Daniel Stenberg |
2000-11-09 | haxx.nu => haxx.se | Daniel Stenberg |
2000-10-12 | Jörn added glob_cleanup() | Daniel Stenberg |
2000-10-09 | added memory debugging support | Daniel Stenberg |
2000-05-22 | moved here from the newlib branch | Daniel Stenberg |
2000-05-09 | changed the glob_url() call, after Janne Johansson's buffer overflow report | Daniel Stenberg |
2000-02-08 | Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problem | Daniel Stenberg |
1999-12-29 | Initial revision | Daniel Stenberg |