index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tool_urlglob.c
Age
Commit message (
Expand
)
Author
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
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-08-07
globbing: fix segfault when >9 globs were used
Daniel Stenberg
2012-04-08
curl tool: make curl.h first header included in tool_setup.h
Yang Tse
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2011-10-05
curl tool: OOM handling fixes
Yang Tse
2011-10-05
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse