aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.h
AgeCommit message (Collapse)Author
2011-09-14curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.Yang Tse
Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-05-18Update copyright year, to force CVS to update the $Id date string formatYang Tse
2005-11-10Introducing range stepping to the curl globbing support. Now you can specifyDaniel Stenberg
step counter by adding :[num] within the brackets when specifying a range.
2004-03-23int/size_t cleanupDaniel Stenberg
2004-03-08use curl standard source formattingDaniel Stenberg
2004-03-08Moved the error message buffer into the glob struct as well.Daniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-06-10Pass the error stream pointer to the URL globber, so that it can reportDaniel Stenberg
errors correctly to the user, if need be. Also fixed so that a missing ] in the globbing process no longer leads to core dump.
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2001-01-08Multiple URL support addedDaniel Stenberg
2001-01-03dual-license fixDaniel Stenberg
2000-12-06urlglob fix to prevent crashing when -o path is longer than urlDaniel Stenberg
2000-11-21removed pedantic compiler warningsDaniel Stenberg
2000-11-09haxx.nu => haxx.seDaniel Stenberg
2000-05-09changed the glob_url() call, after Janne Johansson's buffer overflow reportDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg