summaryrefslogtreecommitdiff
path: root/src/tool_urlglob.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-271-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* curl: fix segmentation fault for empty output file names.Ian Blanes2022-03-281-1/+4
* glob: pass an 'int' as len when using printf's %*sDaniel Stenberg2021-06-301-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_urlglob: fix compiler warning "unreachable code"Daniel Stenberg2020-09-151-2/+2
* curl: make glob_match_url use dynbufDaniel Stenberg2020-09-141-31/+15
* urlglob: treat literal IPv6 addresses with zone IDs as a host nameDaniel Stenberg2020-06-181-20/+27
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-15/+15
* curl: make #0 not output the full URLDaniel Stenberg2020-01-131-2/+2
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-0/+3
* 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