summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extract_if_dead: use a known working transfer when checking connectionsbagder/set-transfer-for-connDaniel Stenberg2019-01-111-2/+2
* cmake: added checks for HAVE_VARIADIC_MACROS_C99 and HAVE_VARIADIC_MACROS_GCCSergei Nikulov2019-01-112-2/+46
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-1115-204/+199
* tool_cb_prg: avoid integer overflowDaniel Stenberg2019-01-111-3/+16
* travis: turn off copyright year checks in checksrcDaniel Gustafsson2019-01-111-3/+0
* KNOWN_BUGS: cmake makes unusable tool_hugehelp.c with MinGWDaniel Stenberg2019-01-101-0/+9
* KNOWN_BUGS: Improve --data-urlencode space encodingDaniel Stenberg2019-01-101-0/+8
* os400: add a missing closing bracketPatrick Monnerat2019-01-101-0/+1
* os400: fix extra parameter syntax error.Patrick Monnerat2019-01-101-2/+2
* test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg2019-01-104-2/+120
* RELEASE-NOTES: syncedDaniel Stenberg2019-01-101-19/+33
* xattr: strip credentials from any URL that is storedDaniel Stenberg2019-01-105-10/+177
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-103-3/+75
* multi: multiplexing improvementsDaniel Stenberg2019-01-102-104/+136
* test1561: improve test nameDaniel Stenberg2019-01-091-1/+1
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-094-2/+97
* THANKS: fixups and a dedupeDaniel Stenberg2019-01-093-6/+6
* timediff: fix math for unsigned time_tDaniel Stenberg2019-01-091-3/+3
* tests: allow tests to pass by 2037-02-12Bernhard M. Wiedemann2019-01-088-23/+23
* RELEASE-NOTES: syncedDaniel Stenberg2019-01-071-6/+27
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-078-21/+225
* Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg2019-01-072-10/+3
* curl/urlapi.h: include "curl.h" firstDaniel Stenberg2019-01-071-1/+3
* VS projects: fix build warningMarcel Raad2019-01-061-28/+0
* schannel: fix compiler warningMarcel Raad2019-01-061-3/+3
* printf: introduce CURL_FORMAT_TIMEDIFF_TRikard Falkeborn2019-01-043-12/+17
* printf: fix format specifiersRikard Falkeborn2019-01-047-20/+19
* libtest/stub_gssapi: use "real" snprintfDaniel Stenberg2019-01-031-7/+6
* INTERNALS: correct some outdated function namesDaniel Stenberg2019-01-031-14/+10
* docs/version.d: mention MultiSSLDaniel Stenberg2019-01-031-0/+2
* examples: Update .gitignoreRikard Falkeborn2019-01-021-0/+3
* THANKS: add more missing namesDaniel Gustafsson2019-01-021-0/+1
* docs: mention potential leak in curl_slist_appendDaniel Gustafsson2019-01-021-2/+14
* tvnow: silence conversion warningsMarcel Raad2019-01-012-2/+2
* THANKS: dedupe more namesDaniel Stenberg2019-01-012-16/+17
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-0138-148/+150
* THANKS: added missing names from year <= 2000Daniel Stenberg2018-12-311-0/+59
* urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson2018-12-302-2/+13
* THANKS: dedupe Guenter KnaufDaniel Stenberg2018-12-302-1/+1
* THANKS: missing name from the 6.3.1 release!Daniel Stenberg2018-12-301-0/+1
* RELEASE-NOTES: syncedDaniel Gustafsson2018-12-271-4/+24
* hostip: support wildcard hostsClaes Jakobsson2018-12-275-1/+94
* url: fix incorrect indentationDaniel Gustafsson2018-12-271-1/+1
* os400: upgrade ILE/RPG binding.Patrick Monnerat2018-12-261-5/+18
* FAQ: remove mention of sourceforge for githubDaniel Gustafsson2018-12-251-5/+4
* openvms: fix typos in documentationDaniel Gustafsson2018-12-252-2/+2
* openvms: fix OpenSSL discovery on VAXDaniel Gustafsson2018-12-251-1/+1
* cmake: use lowercase for function name like the rest of the codeRuslan Baratov2018-12-241-1/+1
* Revert "libssh: no data pointer == nothing to do"Daniel Stenberg2018-12-231-10/+1
* disconnect: set conn->data for protocol disconnectDaniel Stenberg2018-12-231-0/+3