summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-294-29/+24
* conncache: make hashkey avoid mallocDaniel Stenberg2017-03-291-18/+15
* http: do not treat FTPS over CONNECT as HTTPSKamil Dudka2017-03-281-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-284-56/+101
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-282-16/+4
* openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro2017-03-281-0/+4
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* multi: fix MinGW-w64 compiler warningsMarcel Raad2017-03-271-2/+2
* spelling fixesklemens2017-03-2629-73/+73
* openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg2017-03-231-1/+1
* openssl: made the error table static constDan Fandrich2017-03-231-1/+1
* openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro2017-03-231-8/+33
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-212-0/+13
* multi: fix streamclose() crash in debug modeDaniel Stenberg2017-03-211-4/+4
* darwinssl: fix typo in variable namePalo Markovic2017-03-181-1/+1
* Improve code readbilitySylvestre Ledru2017-03-1333-460/+376
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-123-10/+14
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-111-20/+21
* mbedtls: fix typo in variable nameThomas Glanzmann2017-03-111-1/+1
* proxy: skip SSL initialization for closed connectionsMichael Kaufmann2017-03-111-0/+4
* curl_easy_reset: Also reset the authentication stateMichael Kaufmann2017-03-111-0/+4
* authneg: clear auth.multi flag at http_doneIsaac Boukris2017-03-112-5/+10
* url: don't compile detect_proxy if HTTP support is disabledDan Fandrich2017-03-111-0/+2
* openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg2017-03-101-0/+2
* polarssl: fixed compile errors introduced in 6448f98cDan Fandrich2017-03-091-2/+2
* openssl: unbreak the build after 6448f98c1857deDaniel Stenberg2017-03-081-2/+12
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-0813-198/+620
* http2: Fix assertion error on redirect with CL=0Tatsuhiro Tsujikawa2017-03-071-3/+11
* ares: Curl_resolver_wait_resolv: clear *entry first in functionDaniel Stenberg2017-03-071-0/+3
* ares: better error return on timeoutsDaniel Stenberg2017-03-071-12/+9
* URL: return error on malformed URLs with junk after port numberDaniel Stenberg2017-03-061-6/+7
* ares: return error at once if timed out before name resolve startsDaniel Stenberg2017-03-061-1/+6
* CMake: Add DarwinSSL supportMichael Maltese2017-03-051-0/+3
* fix potential use of uninitialized variablesAndrew Krieger2017-03-042-2/+2
* url: split off proxy init and parsing from create_connJay Satiro2017-03-031-151/+168
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-033-0/+3
* darwinssl: Warn that disabling host verify also disables SNIJDepooter2017-03-021-0/+3
* warnless: suppress compiler warningMarcel Raad2017-02-281-1/+4
* digest_sspi: fix compilation warningMarcel Raad2017-02-271-1/+1
* cyassl: get library version string at runtimeJay Satiro2017-02-261-1/+3
* url: fix unix-socket support for proxy-disabled buildsIsaac Boukris2017-02-251-11/+15
* gopher: fixed detection of an error condition from Curl_urldecodeDan Fandrich2017-02-261-2/+2
* ftp: fixed a NULL pointer dereference on OOMDan Fandrich2017-02-251-2/+5
* ftp: removed an erroneous free in an OOM pathDan Fandrich2017-02-251-1/+0
* proxy: fixed a memory leak on OOMDan Fandrich2017-02-251-1/+5
* url: Default the CA proxy bundle location to CURL_CA_BUNDLEJay Satiro2017-02-231-0/+4
* rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h headerSergii Pylypenko2017-02-231-0/+2
* formdata: check for EOF when reading from stdinDaniel Stenberg2017-02-231-2/+2
* urldata: include curl_sspi.h when Windows SSPI is enabledViktor Szakats2017-02-211-1/+3
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-2/+7