aboutsummaryrefslogtreecommitdiff
path: root/src/tool_urlglob.c
AgeCommit message (Expand)Author
2023-12-16build: enable missing OpenSSF-recommended warnings, with fixesViktor Szakats
2023-11-22windows: use built-in `_WIN32` macro to detect WindowsViktor Szakats
2023-10-15tool_urlglob: fix build for old gcc versionsJay Satiro
2023-10-13tool_urlglob: make multiply() bail out on negative valuesDaniel Stenberg
2023-09-28tool: use our own stderr variableViktor Szakats
2023-08-20tool_urlglob: use the correct format specifier for curl_off_t in msnprintfMaksim Sciepanienka
2023-05-31tool_urlglob: use curl_off_t instead of longsDaniel Stenberg
2023-05-18checksrc: disallow spaces before labelsEmanuele Torre
2023-04-27checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
2022-10-27misc: typo and grammar fixesAyesh Karunaratne
2022-06-13copyright: make repository REUSE compliantmax.mehl
2022-03-28curl: fix segmentation fault for empty output file names.Ian Blanes
2021-06-30glob: pass an 'int' as len when using printf's %*sDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-15tool_urlglob: fix compiler warning "unreachable code"Daniel Stenberg
2020-09-14curl: make glob_match_url use dynbufDaniel Stenberg
2020-06-18urlglob: treat literal IPv6 addresses with zone IDs as a host nameDaniel Stenberg
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