summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* cyassl: fix typoJay Satiro2017-02-211-1/+1
* cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg2017-02-211-11/+11
* TLS: make SSL_VERIFYSTATUS work againDaniel Stenberg2017-02-211-0/+3
* digest_sspi: Handle 'stale=TRUE' directive in HTTP digestJay Satiro2017-02-211-7/+36
* smb: use getpid replacement for windows UWP buildsDaniel Stenberg2017-02-201-1/+5
* sftp: improved checks for create dir failuresJean Gressmann2017-02-201-1/+9
* digest_sspi: Fix nonce-count generation in HTTP digestMax Khon2017-02-202-99/+145
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-192-2/+4
* speed caps: update the timeouts if the speed is too low/highMichael Kaufmann2017-02-181-36/+48
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-184-26/+34
* http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris2017-02-171-2/+2
* axtls: adapt to API changesDaniel Stenberg2017-02-151-5/+5
* smb: code indentDaniel Stenberg2017-02-141-16/+17
* http2: fix memory-leak when denying push streamsDaniel Stenberg2017-02-131-11/+19