summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE timebagder/move-expire-timeoutsDaniel Stenberg2019-01-272-6/+6
* configure: rewrite --enable-code-coverageDaniel Stenberg2019-01-265-280/+46
* setopt: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libsshFelix Hädicke2019-01-241-2/+1
* libssh: do not let libssh create socketFelix Hädicke2019-01-241-1/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-01-211-9/+18
* schannel: preserve original certificate path parameterArchangel_SDY2019-01-211-3/+10
* KNOWN_BUGS: tests not compatible with python3Daniel Stenberg2019-01-211-0/+7
* memcmp: avoid doing single char memcmpDaniel Gustafsson2019-01-202-5/+5
* COPYING: it's 2019Daniel Stenberg2019-01-191-1/+1
* configure: fix recv/send/select detection on Androidhhb2019-01-191-10/+1
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-193-8/+51
* schannel: on connection close there might not be a transferDaniel Stenberg2019-01-181-3/+10
* ssh: log the libssh2 error message when ssh session startup failsJDepooter2019-01-171-1/+4
* Fix typo in manpageAlessandro Ghedini2019-01-161-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-01-161-4/+34
* cmake: updated check for HAVE_POLL_FINE to match autotoolsSergei Nikulov2019-01-163-17/+37
* curl-compilers.m4: check for __ibmxl__ to detect xlclangDaniel Stenberg2019-01-161-2/+2
* openssl: fix the SSL_get_tlsext_status_ocsp_resp callDaniel Stenberg2019-01-161-3/+4
* curl-compilers.m4: detect xlclangDaniel Stenberg2019-01-151-2/+11
* README: add codacy code quality badgeDaniel Stenberg2019-01-151-0/+1
* extract_if_dead: follow-up to 54b201b48c90aDaniel Stenberg2019-01-151-2/+1
* multi: remove "Dead assignment"Daniel Stenberg2019-01-151-2/+0
* tests: move objnames-* from lib into testsDaniel Stenberg2019-01-157-18/+18
* travis: added cmake build for osxSergei Nikulov2019-01-151-4/+8
* cookie: fix comment typo (url_path_len -> uri_path_len)Frank Gevaerts2019-01-141-1/+1
* winbuild: conditionally use /DZLIB_WINAPIMarcel Raad2019-01-141-1/+3
* src/Makefile: make 'tidy' target work for metalink buildsDaniel Stenberg2019-01-141-2/+2
* extract_if_dead: use a known working transfer when checking connectionsDaniel Stenberg2019-01-131-2/+2
* openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecatedDaniel Stenberg2019-01-132-4/+11
* 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