aboutsummaryrefslogtreecommitdiff
path: root/src/tool_urlglob.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-01-13curl: make #0 not output the full URLDaniel Stenberg
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-02-13urlglob: Argument with 'nonnull' attribute passed nullDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-13urlglob: improve error messageDaniel Stenberg
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-08-21curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad
2018-08-21Remove unused definitionsMarcel Raad
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-14tool: Fix format specifiersRikard Falkeborn
2017-11-04curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-07glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg
2017-06-13urlglob: fix division by zeroDaniel Stenberg
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann
2017-02-15tool_urlglob: Allow a glob range with the same start and stopJay Satiro
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24tool_urlglob: Improve sanity check in glob_rangeJay Satiro
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-15glob: fix [a-c] globbing regressionDaniel Stenberg
2016-10-31range: reject char globs with missing end like '[L-]'Daniel Stenberg
2016-10-31glob_next_url: make sure to stay within the given output bufferDaniel Stenberg
2016-10-31range: prevent negative end number in a glob rangeDaniel Stenberg
2016-06-03tool_urlglob: fix off-by-one error in glob_parse()Kamil Dudka
2016-03-14curl: glob_range: no need to check unsigned variable for negativeDaniel Stenberg
2016-02-08tool_urlglob: Allow reserved dos device names (Windows)Jay Satiro
2016-02-05tool_doswin: Improve sanitization processingJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-25globbing: fix url number calculation when using range with stepEmil Lerner
2015-03-25globbing: fix step parsing for character globbing rangesEmil Lerner
2015-03-03tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg
2014-12-16glob_next_url: make the loop count upwardsDaniel Stenberg
2014-12-16tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg
2014-12-16tool_urlglob.c: partly reverse dc19789444Daniel Stenberg
2014-12-14tool_urlglob.c: reverse two loopsDaniel Stenberg
2014-12-14tool_urlglob.c: Added braces to clarify the conditionsMarc Hoersken
2014-12-14tool_urlglob.c: Silence warning C6293: Ill-defined for-loopMarc Hoersken
2014-07-12Fixed some "statement not reached" warningsDan Fandrich
2014-05-09tool_urlglob.c: Fixed compilation warningSteve Holme
2014-04-18tool_urlglob.c: added some comments to clarify for loop conditionsMarc Hoersken
2014-03-30curl: stop interpreting IPv6 literals as glob patterns.Paul Marks
2013-11-28globbing: curl glob counter mismatch with {} list useDaniel Stenberg
2013-11-03glob_range: pass the closing bracket for a-z rangesDaniel Stenberg
2013-10-22glob: fix regression from commit 5ca96cb844Daniel Stenberg
2013-09-06urlglob: improved error messages and column number on bad useDaniel Stenberg
2013-09-06urlglob: avoid error code translationDaniel Stenberg