Age | Commit message (Expand) | Author |
2019-02-13 | urlglob: Argument with 'nonnull' attribute passed null | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-13 | urlglob: improve error message | Daniel Stenberg |
2018-09-10 | misc: fix typos in comments | Daniel Gustafsson |
2018-08-21 | curl-compilers: enable -Wimplicit-fallthrough=4 for GCC | Marcel Raad |
2018-08-21 | Remove unused definitions | Marcel Raad |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-14 | tool: Fix format specifiers | Rikard Falkeborn |
2017-11-04 | curl: pass through [] in URLs instead of calling globbing error | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-07 | glob: do not continue parsing after a strtoul() overflow range | Daniel Stenberg |
2017-06-13 | urlglob: fix division by zero | Daniel Stenberg |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-15 | tool_urlglob: Allow a glob range with the same start and stop | Jay Satiro |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | tool_urlglob: Improve sanity check in glob_range | Jay Satiro |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-15 | glob: fix [a-c] globbing regression | Daniel Stenberg |
2016-10-31 | range: reject char globs with missing end like '[L-]' | Daniel Stenberg |
2016-10-31 | glob_next_url: make sure to stay within the given output buffer | Daniel Stenberg |
2016-10-31 | range: prevent negative end number in a glob range | Daniel Stenberg |
2016-06-03 | tool_urlglob: fix off-by-one error in glob_parse() | Kamil Dudka |
2016-03-14 | curl: glob_range: no need to check unsigned variable for negative | Daniel Stenberg |
2016-02-08 | tool_urlglob: Allow reserved dos device names (Windows) | Jay Satiro |
2016-02-05 | tool_doswin: Improve sanitization processing | Jay Satiro |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-25 | globbing: fix url number calculation when using range with step | Emil Lerner |
2015-03-25 | globbing: fix step parsing for character globbing ranges | Emil Lerner |
2015-03-03 | tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACE | Daniel Stenberg |
2014-12-16 | glob_next_url: make the loop count upwards | Daniel Stenberg |
2014-12-16 | tool_urlglob: unify return codes to use CURLcode | Daniel Stenberg |
2014-12-16 | tool_urlglob.c: partly reverse dc19789444 | Daniel Stenberg |
2014-12-14 | tool_urlglob.c: reverse two loops | Daniel Stenberg |
2014-12-14 | tool_urlglob.c: Added braces to clarify the conditions | Marc Hoersken |
2014-12-14 | tool_urlglob.c: Silence warning C6293: Ill-defined for-loop | Marc Hoersken |
2014-07-12 | Fixed some "statement not reached" warnings | Dan Fandrich |
2014-05-09 | tool_urlglob.c: Fixed compilation warning | Steve Holme |
2014-04-18 | tool_urlglob.c: added some comments to clarify for loop conditions | Marc Hoersken |
2014-03-30 | curl: stop interpreting IPv6 literals as glob patterns. | Paul Marks |
2013-11-28 | globbing: curl glob counter mismatch with {} list use | Daniel Stenberg |
2013-11-03 | glob_range: pass the closing bracket for a-z ranges | Daniel Stenberg |
2013-10-22 | glob: fix regression from commit 5ca96cb844 | Daniel Stenberg |
2013-09-06 | urlglob: improved error messages and column number on bad use | Daniel Stenberg |
2013-09-06 | urlglob: avoid error code translation | Daniel Stenberg |
2013-09-06 | urlglob: avoid NULL pointer dereference | Daniel Stenberg |
2013-08-26 | tool_urlglob.c: Fixed compiler warnings | Steve Holme |
2013-08-16 | glob: error out on range overflow | Daniel Stenberg |
2013-08-16 | urlglob: better detect unclosed braces, empty lists and overflows | Daniel Stenberg |