summaryrefslogtreecommitdiff
path: root/src/tool_urlglob.c
Commit message (Expand)AuthorAgeFilesLines
* tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg2015-03-031-4/+4
* glob_next_url: make the loop count upwardsDaniel Stenberg2014-12-161-2/+2
* tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg2014-12-161-35/+32
* tool_urlglob.c: partly reverse dc19789444Daniel Stenberg2014-12-161-3/+3
* tool_urlglob.c: reverse two loopsDaniel Stenberg2014-12-141-10/+8
* tool_urlglob.c: Added braces to clarify the conditionsMarc Hoersken2014-12-141-2/+2
* tool_urlglob.c: Silence warning C6293: Ill-defined for-loopMarc Hoersken2014-12-141-2/+2
* Fixed some "statement not reached" warningsDan Fandrich2014-07-121-1/+1
* tool_urlglob.c: Fixed compilation warningSteve Holme2014-05-091-1/+1
* tool_urlglob.c: added some comments to clarify for loop conditionsMarc Hoersken2014-04-181-0/+2
* curl: stop interpreting IPv6 literals as glob patterns.Paul Marks2014-03-301-3/+45
* globbing: curl glob counter mismatch with {} list useDaniel Stenberg2013-11-281-8/+4
* glob_range: pass the closing bracket for a-z rangesDaniel Stenberg2013-11-031-1/+1
* glob: fix regression from commit 5ca96cb844Daniel Stenberg2013-10-221-4/+8
* urlglob: improved error messages and column number on bad useDaniel Stenberg2013-09-061-81/+64
* urlglob: avoid error code translationDaniel Stenberg2013-09-061-6/+4
* urlglob: avoid NULL pointer dereferenceDaniel Stenberg2013-09-061-1/+1
* tool_urlglob.c: Fixed compiler warningsSteve Holme2013-08-261-2/+2
* glob: error out on range overflowDaniel Stenberg2013-08-161-6/+28
* urlglob: better detect unclosed braces, empty lists and overflowsDaniel Stenberg2013-08-161-230/+243
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* globbing: fix segfault when >9 globs were usedDaniel Stenberg2012-08-071-2/+8
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-2/+2
* curl tool: OOM handling fixesYang Tse2011-10-051-11/+24
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+597