index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-19
TODO: Ratelimit or wait between serial requests
Daniel Stenberg
2020-05-19
tool_paramhlp: fixup C89 mistake
Daniel Stenberg
2020-05-19
tool_paramhlp: fixed potentially uninitialized strtol() variable
Siva Sivaraman
2020-05-19
tool_operate: fixed potentially uninitialized variables
Siva Sivaraman
2020-05-19
sha256: move assign to the declaration line
Daniel Stenberg
2020-05-19
sha256: fixed potentially uninitialized variable
Siva Sivaraman
2020-05-19
sendf: make failf() use the mvsnprintf() return code
Daniel Stenberg
2020-05-19
hostip: make Curl_printable_address not return anything
Daniel Stenberg
2020-05-19
ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)
Daniel Stenberg
2020-05-18
TODO: forbid TLS post-handshake auth and do TLS record padding
Daniel Stenberg
2020-05-18
RELEASE-NOTES: synced
Daniel Stenberg
2020-05-17
dynbuf: return NULL when there's no buffer length
Daniel Stenberg
2020-05-16
travis: upgrade to bionic, clang-9, improve readability
Peter Wu
2020-05-16
travis: whitespace-only changes for consistency
Peter Wu
2020-05-15
CMake: add libssh build support
Peter Wu
2020-05-15
KNOWN_BUGS: wolfssh: publickey auth doesn't work
Daniel Stenberg
2020-05-15
KNOWN_BUGS: OS400 port requires deprecated IBM library
Daniel Stenberg
2020-05-15
http2: keep trying to send pending frames after req.upload_done
Vyron Tsingaras
2020-05-15
setopt: support certificate options in memory with struct curl_blob
Gilles Vollant
2020-05-15
source cleanup: remove all custom typedef structs
Daniel Stenberg
2020-05-15
travis: remove the .checksrc fiddling
Daniel Stenberg
2020-05-15
ftp: make domore_getsock() return the secondary socket properly
Daniel Stenberg
2020-05-15
test1632: verify FTP through HTTPS-proxy with connection re-use
Daniel Stenberg
2020-05-15
test1631: verify FTP download through HTTPS-proxy
Daniel Stenberg
2020-05-15
sws: as last resort, get test number from server cmd file
Daniel Stenberg
2020-05-15
ftp: shut down the secondary connection properly when SSL is used
Daniel Stenberg
2020-05-14
KNOWN_BUGS: adapt 5.5 to recent changes
Marcel Raad
2020-05-14
curl_setup: support Unicode functions to open files on Windows
Marcel Raad
2020-05-14
tool: support UTF-16 command line on Windows
Marcel Raad
2020-05-14
curl_multibyte: add to curlx
Marcel Raad
2020-05-14
url: make the updated credentials URL-encoded in the URL
Daniel Stenberg
2020-05-14
tests: add https-proxy support to the test suite
Daniel Stenberg
2020-05-14
mailmap: James Fuller
Daniel Stenberg
2020-05-14
vauth/cleartext: fix theoretical integer overflow
Major_Tom
2020-05-13
curl.1: Quote globbed URLs
Jay Satiro
2020-05-14
checksrc: enhance the ASTERISKSPACE and update code accordingly
Daniel Stenberg
2020-05-13
docs/options-in-versions: which version added each cmdline option
Daniel Stenberg
2020-05-13
docs: unify protocol lists
Daniel Stenberg
2020-05-13
OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAIN
Daniel Stenberg
2020-05-13
tls13-ciphers.d: shorten the Arg
Daniel Stenberg
2020-05-13
sasl-authzid.d: add Arg: and shorten the desc
Daniel Stenberg
2020-05-13
cert-type.d: mention the available types in the desc
Daniel Stenberg
2020-05-13
tool: shorten 3 --help descriptions
Daniel Stenberg
2020-05-13
configure: the wolfssh backend does not provide SCP
Daniel Stenberg
2020-05-13
RELEASE-NOTES: synced
Daniel Stenberg
2020-05-13
url: reject too long input when parsing credentials
Daniel Stenberg
2020-05-12
list-only.d: this option existed already in 4.0
Daniel Stenberg
2020-05-12
retry-all-errors.d: Shorten the summary line
Jay Satiro
2020-05-12
easy: fix dangling pointer on easy_perform fail
denzor
2020-05-12
tool: Add option --retry-all-errors to retry on any error
Jay Satiro
[next]