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
Age
Commit message (
Expand
)
Author
2019-12-18
curl/parseconfig: use curl_free() to free memory allocated by libcurl
Daniel Stenberg
2019-12-18
curl/parseconfig: fix mem-leak
Daniel Stenberg
2019-12-12
curl: fix memory leak in OOM in etags logic
Daniel Stenberg
2019-12-12
curl: improved cleanup in upload error path
Daniel Stenberg
2019-12-10
curl: use errorf() better
Daniel Stenberg
2019-12-06
curl: make the etag load logic work without fseek
Daniel Stenberg
2019-12-05
lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAIN
Jay Satiro
2019-12-05
etag: allow both --etag-compare and --etag-save in same cmdline
Daniel Stenberg
2019-12-03
curl: show better error message when no homedir is found
Daniel Stenberg
2019-12-02
copyright: fix the year ranges for two files
Daniel Stenberg
2019-12-01
build: Disable Visual Studio warning "conditional expression is constant"
Jay Satiro
2019-11-28
curl: two new command line options for etags
Maros Priputen
2019-11-26
curl: fix --upload-file . hangs if delay in STDIN
John Schroeder
2019-11-21
curl: add --parallel-immediate
Daniel Stenberg
2019-11-14
curl: fix -T globbing
Daniel Stenberg
2019-11-08
copyrights: fix copyright year range
Daniel Stenberg
2019-10-16
tool_operate: Fix retry sleep time shown to user when Retry-After
Stian Soiland-Reyes
2019-10-09
docs: document it as --no-progress-meter instead of the reverse
Daniel Stenberg
2019-10-08
curl: --no-progress-meter
Daniel Stenberg
2019-10-05
curl: ensure HTTP 429 triggers --retry
Stian Soiland-Reyes
2019-10-02
ESNI: initial build/setup
Niall
2019-10-02
tool_operate: rename functions to make more sense
Daniel Stenberg
2019-10-02
curl: create easy handles on-demand and not ahead of time
Daniel Stenberg
2019-09-22
curl: exit the create_transfers loop on errors
Daniel Stenberg
2019-09-20
tool_operate: removed unused variable 'done'
Daniel Stenberg
2019-09-20
tool_operate: Expression 'config->resume_from' is always true
Daniel Stenberg
2019-09-20
tool_getparam: remove duplicate switch case
Daniel Stenberg
2019-09-13
curl: fix memory leaked by parse_metalink()
Kamil Dudka
2019-09-13
curl:file2string: load large files much faster
Gilles Vollant
2019-09-10
curl: make sure the parallel transfers do them all
Daniel Stenberg
2019-09-09
tool_setopt: handle a libcurl build without netrc support
Daniel Stenberg
2019-08-29
curl: fix include conditions
lufia
2019-08-20
cleanup: remove DOT_CHAR completely
Daniel Stenberg
2019-08-20
curl: make --libcurl use CURL_HTTP_VERSION_3
Daniel Stenberg
2019-08-20
curl: use .curlrc (with a dot) on Windows as well
Daniel Stenberg
2019-08-08
cleanup: s/curl_debug/curl_dbg_debug in comments and docs
Daniel Stenberg
2019-08-08
CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
Daniel Stenberg
2019-08-07
curl: make use of CURLINFO_RETRY_AFTER when retrying
Daniel Stenberg
2019-08-07
curl: use CURLINFO_PROTOCOL to check for HTTP(s)
Daniel Stenberg
2019-08-07
curl: have -w's 'http_version' show '3' for HTTP/3
Daniel Stenberg
2019-08-06
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
Steve Holme
2019-08-06
curl_multi_poll: a sister to curl_multi_wait() that waits more
Daniel Stenberg
2019-08-06
http09: disable HTTP/0.9 by default in both tool and library
Daniel Stenberg
2019-08-01
src/makefile: fix uncompressed hugehelp.c generation
Daniel Stenberg
2019-07-30
curl: remove outdated comment
Daniel Stenberg
2019-07-30
curl: cap the maximum allowed values for retry time arguments
Daniel Stenberg
2019-07-29
curl: avoid uncessary libcurl timeouts (in parallel mode)
Daniel Stenberg
2019-07-23
tool_operate: fix implicit call to easysrc_cleanup
Jay Satiro
2019-07-22
curl:create_transfers check return code from curl_easy_setopt
Daniel Stenberg
2019-07-21
HTTP3: initial (experimental) support
Daniel Stenberg
[prev]
[next]