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_cb_hdr.c
Age
Commit message (
Expand
)
Author
2019-07-20
curl: support parallel transfers
Daniel Stenberg
2018-12-19
curl -J: do not append to the destination file
Daniel Stenberg
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-10-17
tool_cb_hdr: handle failure of rename()
Kamil Dudka
2018-10-08
spelling fixes [ci skip]
Viktor Szakats
2018-10-08
FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output
Daniel Stenberg
2018-07-31
curl: use Content-Disposition before the "URL end" for -OJ
Daniel Stenberg
2018-07-17
header output: switch off all styles, not just unbold
Daniel Stenberg
2018-05-21
curl: added --styled-output
Daniel Stenberg
2018-05-21
curl: show headers in bold
Daniel Stenberg
2017-10-09
curl: don't pass semicolons when parsing Content-Disposition
Kristiyan Tsaklev
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-03-30
gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...
Alexis La Goutte
2017-03-29
curl: fix callback argument inconsistency
Hanno Böck
2017-03-26
spelling fixes
klemens
2017-03-13
Improve code readbility
Sylvestre Ledru
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-05-01
tool_cb_hdr: Fix --remote-header-name with schemeless URL
Jay Satiro
2016-02-05
tool_doswin: Improve sanitization processing
Jay Satiro
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2016-01-26
curl: avoid local drive traversal when saving file (Windows)
Ray Satiro
2015-06-25
tool_header_cb: fflush the header stream
Daniel Stenberg
2015-02-27
tool: Updated the warnf() function to use the GlobalConfig structure
Steve Holme
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-06-09
Fixes allowing 26 more test cases in 1334 to 1393 range to succeed
Yang Tse
2012-06-07
Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeed
Yang Tse
2012-05-25
Made -D option work with -O and -J.
Tatsuhiro Tsujikawa
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-11-20
-J -O: use -O name if no Content-Disposition header comes!
Daniel Stenberg
2011-10-24
large headers: have curl accept >16K headers
Daniel Stenberg
2011-09-30
curl tool: fix some more OOM handling
Yang Tse
2011-09-28
curl tool: adjust header callback single call write limit warning
Yang Tse
2011-09-26
curl tool: fix a compiler warning
Yang Tse
2011-09-26
curl tool: fix some OOM handling - f4853db5 follow-up
Yang Tse
2011-09-26
curl tool: fix some OOM handling
Yang Tse
2011-09-26
remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY
Yang Tse
2011-09-25
allow write callbacks to indicate OOM to libcurl
Yang Tse
2011-09-24
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse