summaryrefslogtreecommitdiff
path: root/src/tool_urlglob.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-2/+1
* urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg2019-02-131-2/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-11/+11
* urlglob: improve error messageDaniel Stenberg2018-09-131-5/+6
* misc: fix typos in commentsDaniel Gustafsson2018-09-101-1/+1
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-2/+2
* Remove unused definitionsMarcel Raad2018-08-211-2/+0
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* tool: Fix format specifiersRikard Falkeborn2018-05-141-1/+1
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-041-3/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-111-8/+8
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-5/+5
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-071-1/+4
* urlglob: fix division by zeroDaniel Stenberg2017-06-131-1/+5
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-191-1/+1
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-151-18/+17
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* tool_urlglob: Improve sanity check in glob_rangeJay Satiro2016-11-241-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-3/+3
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* glob: fix [a-c] globbing regressionDaniel Stenberg2016-11-151-0/+3
* range: reject char globs with missing end like '[L-]'Daniel Stenberg2016-10-311-15/+19
* glob_next_url: make sure to stay within the given output bufferDaniel Stenberg2016-10-311-6/+11
* range: prevent negative end number in a glob rangeDaniel Stenberg2016-10-311-0/+7
* tool_urlglob: fix off-by-one error in glob_parse()Kamil Dudka2016-06-031-1/+1
* curl: glob_range: no need to check unsigned variable for negativeDaniel Stenberg2016-03-141-3/+2
* tool_urlglob: Allow reserved dos device names (Windows)Jay Satiro2016-02-081-1/+2
* tool_doswin: Improve sanitization processingJay Satiro2016-02-051-0/+15
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* globbing: fix url number calculation when using range with stepEmil Lerner2015-03-251-5/+7
* globbing: fix step parsing for character globbing rangesEmil Lerner2015-03-251-1/+1
* 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