summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-085-9/+149
* cookie: do not refuse cookies for localhostTim Rühsen2016-03-081-4/+6
* ftp_done: clear tunnel_state when secondary socket closesDaniel Stenberg2016-03-081-15/+15
* openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem2016-03-081-15/+24
* pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken2016-03-082-11/+14
* mprintf: update trio project linkJay Satiro2016-03-061-1/+1
* makefile.m32: add missing libs for static -winssl-ssh2 buildsViktor Szakats2016-03-051-0/+5
* mbedtls: fix user-specified SSL protocol versionJay Satiro2016-03-051-4/+21
* makefile.m32: fix to allow -ssh2-winssl combinationViktor Szakats2016-03-051-0/+2
* cookie: Don't expire session cookies in remove_expiredJay Satiro2016-03-051-1/+1
* cookie: remove redundant checkDaniel Stenberg2016-03-031-18/+15
* url: if Curl_done is premature then pipeline not in useAnders Bakken2016-03-011-1/+2
* makefile.m32: allow to pass .dll/.exe-specific LDFLAGSViktor Szakats2016-03-011-1/+1
* formpost: fix memory leaks in AddFormData error branchesDaniel Stenberg2016-02-291-11/+25
* getinfo: Fix syntax error when mbedTLSJay Satiro2016-02-281-1/+1
* getinfo: Add support for mbedTLS TLS session infoJay Satiro2016-02-271-17/+13
* file: try reading from files with no sizeDaniel Stenberg2016-02-251-8/+18
* Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg2016-02-241-2/+5
* getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro2016-02-231-25/+32
* multi_remove_handle: keep the timeout list until after disconnectDaniel Stenberg2016-02-231-7/+8
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-1/+1
* TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig2016-02-233-29/+40
* curl_sasl: Fix memory leak in digest parserEmil Lerner2016-02-191-0/+6
* http2: don't decompress gzip decoding automaticallyDaniel Stenberg2016-02-171-2/+1
* http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa2016-02-161-1/+1
* openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats2016-02-161-8/+5
* openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats2016-02-161-4/+38
* SCP: use libssh2_scp_recv2 to support > 2GB files on windowsDavid Byron2016-02-141-4/+15
* gtls: fix for builds lacking encrypted key file supportShine Fan2016-02-131-3/+3
* curlx_tvdiff: handle 32bit time_t overflowsDaniel Stenberg2016-02-121-2/+10
* nss: search slash in forward direction in dup_nickname()Kamil Dudka2016-02-101-8/+2
* nss: do not count enabled cipher-suitesKamil Dudka2016-02-101-7/+7
* mbedtls.c: re-indent to better match curl standardsDaniel Stenberg2016-02-101-44/+44
* mbedtls: fix memory leak when destroying SSL connection dataRafael Antonio2016-02-091-5/+11
* mbedtls: fix ALPN usage segfaultDaniel Stenberg2016-02-092-5/+8
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-096-68/+17
* cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg2016-02-081-7/+16
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-082-1/+16
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-082-15/+4
* openssl: Fix signed/unsigned mismatch warning in X509V3_extJay Satiro2016-02-061-2/+2
* idn_win32: Better error checkingMichael Kaufmann2016-02-061-25/+21
* URLs: change more http to httpsViktor Szakats2016-02-0412-19/+21
* sasl_sspi: Fix memory leak in domain populateJay Satiro2016-02-041-0/+1
* URLs: follow GitHub project rename (also Travis CI)Viktor Szakats2016-02-041-1/+1
* URLs: Change more haxx.se URLs from http: to https:Dan Fandrich2016-02-033-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-03251-259/+259
* dotdot: allow an empty input string tooDaniel Stenberg2016-02-021-1/+8
* urldata: Error on missing SSL backend-specific connect infoGisle Vanem2016-01-291-20/+13
* urldata: moved common variable out of ifdefSergei Nikulov2016-01-281-10/+1
* NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris2016-01-261-22/+40