aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-26spelling fixesklemens
2017-03-23openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg
2017-03-23openssl: made the error table static constDan Fandrich
2017-03-23openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro
2017-03-21mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar
2017-03-21multi: fix streamclose() crash in debug modeDaniel Stenberg
2017-03-18darwinssl: fix typo in variable namePalo Markovic
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-11http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro
2017-03-11mbedtls: fix typo in variable nameThomas Glanzmann
2017-03-11proxy: skip SSL initialization for closed connectionsMichael Kaufmann
2017-03-11curl_easy_reset: Also reset the authentication stateMichael Kaufmann
2017-03-11authneg: clear auth.multi flag at http_doneIsaac Boukris
2017-03-11url: don't compile detect_proxy if HTTP support is disabledDan Fandrich
2017-03-10openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg
2017-03-09polarssl: fixed compile errors introduced in 6448f98cDan Fandrich
2017-03-08openssl: unbreak the build after 6448f98c1857deDaniel Stenberg
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-07http2: Fix assertion error on redirect with CL=0Tatsuhiro Tsujikawa
2017-03-07ares: Curl_resolver_wait_resolv: clear *entry first in functionDaniel Stenberg
2017-03-07ares: better error return on timeoutsDaniel Stenberg
2017-03-06URL: return error on malformed URLs with junk after port numberDaniel Stenberg
2017-03-06ares: return error at once if timed out before name resolve startsDaniel Stenberg
2017-03-05CMake: Add DarwinSSL supportMichael Maltese
2017-03-04fix potential use of uninitialized variablesAndrew Krieger
2017-03-03url: split off proxy init and parsing from create_connJay Satiro
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-28warnless: suppress compiler warningMarcel Raad
2017-02-27digest_sspi: fix compilation warningMarcel Raad
2017-02-26cyassl: get library version string at runtimeJay Satiro
2017-02-25url: fix unix-socket support for proxy-disabled buildsIsaac Boukris
2017-02-26gopher: fixed detection of an error condition from Curl_urldecodeDan Fandrich
2017-02-25ftp: fixed a NULL pointer dereference on OOMDan Fandrich
2017-02-25ftp: removed an erroneous free in an OOM pathDan Fandrich
2017-02-25proxy: fixed a memory leak on OOMDan Fandrich
2017-02-23url: Default the CA proxy bundle location to CURL_CA_BUNDLEJay Satiro
2017-02-23rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h headerSergii Pylypenko
2017-02-23formdata: check for EOF when reading from stdinDaniel Stenberg
2017-02-21urldata: include curl_sspi.h when Windows SSPI is enabledViktor Szakats
2017-02-21url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro
2017-02-21cyassl: fix typoJay Satiro
2017-02-21cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg
2017-02-21TLS: make SSL_VERIFYSTATUS work againDaniel Stenberg
2017-02-21digest_sspi: Handle 'stale=TRUE' directive in HTTP digestJay Satiro
2017-02-20smb: use getpid replacement for windows UWP buildsDaniel Stenberg
2017-02-20sftp: improved checks for create dir failuresJean Gressmann
2017-02-20digest_sspi: Fix nonce-count generation in HTTP digestMax Khon
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann