summaryrefslogtreecommitdiff
path: root/src/urlglob.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in error message.Dan Fandrich2007-09-201-1/+1
* - Nick made the curl tool accept globbing ranges that only is one number, i.eDaniel Stenberg2007-03-151-1/+1
* compiler warning fixYang Tse2007-02-021-1/+2
* compiler warning fixYang Tse2007-02-011-2/+2
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-4/+6
* minor re-arrange to return a value in order to avoid compiler warningsDaniel Stenberg2006-04-071-3/+5
* converted sprintf() to snprintf() to reduce riskDaniel Stenberg2006-03-281-11/+19
* Introducing range stepping to the curl globbing support. Now you can specifyDaniel Stenberg2005-11-101-47/+71
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Clear the urlglob struct when allocated, since we might otherwise useDaniel Stenberg2005-01-291-1/+1
* fixed how backslashes are treated in glob stringsDaniel Stenberg2004-12-151-7/+23
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-55/+55
* using #[num] with -o now make it literally used if there's no globbing forDaniel Stenberg2004-07-261-2/+7
* variable type cleanup to hush compilers,Daniel Stenberg2004-07-021-22/+24
* Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG isDaniel Stenberg2004-05-121-3/+2
* typecasts to please picky compilers checking the printf() format stringDaniel Stenberg2004-04-061-4/+4
* int/size_t cleanupDaniel Stenberg2004-03-231-18/+20
* typecast enum to int to make it printf() properlyDaniel Stenberg2004-03-081-1/+2
* Moved the error message buffer into the glob struct as well.Daniel Stenberg2004-03-081-23/+16
* make pedantic compiler options generate less warningsDaniel Stenberg2004-01-291-0/+3
* Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg2004-01-161-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* return failure when an alloc function failsDaniel Stenberg2003-08-141-4/+10
* free data on failureDaniel Stenberg2003-08-141-0/+1
* modified the #[num] code to be more robust, to return NULL on errors andDaniel Stenberg2003-08-141-39/+33
* better cleaning up allocated memory in case of failuresDaniel Stenberg2003-08-061-5/+14
* Juan F. Codagnone's fixes to build properly on Windows againDaniel Stenberg2003-07-231-0/+5
* CURLDEBUG is the symbol to use, no longer MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* Pass the error stream pointer to the URL globber, so that it can reportDaniel Stenberg2003-06-101-27/+45
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Kevin Roth nicely saved us from this backslash-removing problem!Daniel Stenberg2002-03-061-6/+10
* mac fixesDaniel Stenberg2001-11-291-1/+4
* (un)signed and const cleanupDaniel Stenberg2001-08-141-3/+3
* big reorg to make it not exit when it fails, but instead just not do anyDaniel Stenberg2001-01-231-48/+119
* Multiple URL support addedDaniel Stenberg2001-01-081-3/+3
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* urlglob fix to prevent crashing when -o path is longer than urlDaniel Stenberg2000-12-061-48/+94
* removed URL size restrictions, dynamically allocates the needed bufferDaniel Stenberg2000-11-201-5/+9
* haxx.nu => haxx.seDaniel Stenberg2000-11-091-2/+2
* Jörn added glob_cleanup()Daniel Stenberg2000-10-121-0/+18
* added memory debugging supportDaniel Stenberg2000-10-091-0/+4
* moved here from the newlib branchDaniel Stenberg2000-05-221-19/+19
* changed the glob_url() call, after Janne Johansson's buffer overflow reportDaniel Stenberg2000-05-091-5/+10
* Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problemDaniel Stenberg2000-02-081-2/+4
* Initial revisionDaniel Stenberg1999-12-291-0/+332