summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-105-13/+25
* nss: make FTPS work with --proxytunnelKamil Dudka2017-02-091-12/+11
* http_proxy: avoid freeing static memoryDaniel Stenberg2017-02-091-3/+3
* http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn2017-02-091-1/+1
* polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann2017-02-082-6/+2
* http2: reset push header counter fixes crashDaniel Stenberg2017-02-071-0/+1
* transfer: only retry nobody-requests for HTTPMarkus Westerlind2017-02-071-6/+11
* telnet: Fix typosDaniel Gustafsson2017-02-071-2/+2
* darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson2017-02-071-6/+27
* schannel: Remove incorrect SNI disabled messageJDepooter2017-02-071-1/+9