summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* smtp: Fixed login denied when server doesn't support AUTH capabilitySteve Holme2014-03-282-10/+16
* hostcheck: added a system include to define struct in_addrDan Fandrich2014-03-261-0/+4
* Curl_cert_hostcheck: strip trailing dots in host name and wildcardDaniel Stenberg2014-03-251-8/+42
* Curl_cert_hostcheck: reject IP address wildcard matchesDaniel Stenberg2014-03-251-0/+13
* url: Fixed connection re-use when using different log-in credentialsSteve Holme2014-03-253-4/+7
* polarssl: avoid extra newlines in debug messagesGisle Vanem2014-03-221-2/+3
* rtsp: parse "Session:" header properlyDaniel Stenberg2014-03-201-2/+2
* trynextip: don't store 'ai' on failed connects...Daniel Stenberg2014-03-191-1/+1
* polarssl: fix possible handshake timeout issue in multi.Gaël PORTAY2014-03-191-2/+2
* polarssl: break compatibility with version older than 1.3.Gaël PORTAY2014-03-182-33/+0
* polarssl: drop use of 1.2 compatibility header.Gaël PORTAY2014-03-181-27/+22
* polarssl: added missing end-of-comment from previous commitDaniel Stenberg2014-03-181-1/+1
* polarssl: now require 1.3.0+Daniel Stenberg2014-03-171-21/+9
* polarssl: fix compilationhasufell2014-03-172-4/+5
* nss: allow to enable/disable new AES GCM cipher-suitesKamil Dudka2014-03-151-0/+10
* nss: allow to enable/disable new HMAC-SHA256 cipher-suitesKamil Dudka2014-03-151-0/+10
* nss: do not enable AES cipher-suites by defaultKamil Dudka2014-03-151-23/+4
* ssh: prevent a logic error that could result in an infinite loopDan Fandrich2014-03-151-1/+2
* ssh: removed a redundant close state transitionDan Fandrich2014-03-141-4/+2
* ssh: abort immediately on a header callback errorDan Fandrich2014-03-141-1/+9
* chunked-encoding: provide a readable error string for chunked errorsDaniel Stenberg2014-03-143-2/+24
* http2: free resources on disconnectTatsuhiro Tsujikawa2014-03-101-4/+24
* openssl: info massage with SSL version usedDaniel Stenberg2014-03-101-1/+26
* README.http2: clarify the build prerequisitesDaniel Stenberg2014-03-091-0/+4
* ssh: fix compiler warning converting ssize_t to intDaniel Stenberg2014-03-061-1/+1
* ssh: Fixed a style warningDan Fandrich2014-03-061-6/+5
* ssh: Pass errors from libssh2_sftp_read up the stackDan Fandrich2014-03-061-0/+4
* parse_remote_port: error out on illegal port numbers betterDaniel Stenberg2014-03-061-12/+9
* remote_port: allow connect to port 0Daniel Stenberg2014-03-054-8/+8
* multi_runsingle: move timestamp into INITDaniel Stenberg2014-03-031-1/+1
* hostcheck: update comment after previous changeDaniel Stenberg2014-03-031-1/+1
* hostcheck: Curl_cert_hostcheck is not used by NSS buildsDaniel Stenberg2014-03-031-2/+2
* x509asn: moved out Curl_verifyhost from NSS buildsDaniel Stenberg2014-03-031-27/+29
* NSS: avoid compiler warnings when built without http2 supportDaniel Stenberg2014-03-031-2/+4
* Rework Open Watcom make files to use standard Wmake featuresJiri Malak2014-03-031-102/+102
* parsedate: Fixed compilation warningJiri Malak2014-03-021-0/+2
* transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5eSteve Holme2014-02-281-0/+4
* Fix bug that HTTP/2 hangs if whole response body is read with headersTatsuhiro Tsujikawa2014-02-282-1/+14
* http2: build with current nghttp2 versionDaniel Stenberg2014-02-281-0/+3
* Merge pull request #93 from d235j/darwinssl_ip_address_fixnickzman2014-02-251-8/+14
|\
| * Don't omit CN verification in DarwinSSL when an IP address is used.David Ryskalczyk2014-02-231-8/+14
* | curl_schannel.c: Updated copyright yearsMarc Hoersken2014-02-241-2/+2
* | winssl: Enable hostname verification of IP address using SAN or CNDavid Ryskalczyk2014-02-241-11/+9
|/
* easy: Fixed a memory leak on OOM conditionDan Fandrich2014-02-221-0/+9
* SFTP: skip reading the dir when NOBODY=1Daniel Stenberg2014-02-191-2/+4
* axtls: comment the call ssl_read repeatedly loopDan Fandrich2014-02-181-1/+4
* http2: Support HTTP POST/PUTTatsuhiro Tsujikawa2014-02-173-34/+194
* multi: ignore sigpipe internallyDaniel Stenberg2014-02-171-0/+11
* configure: Fix the --disable-crypto-auth optionDan Fandrich2014-02-171-2/+4
* ConnectionDone: default maxconnects to 4 x number of easy handlesShao Shuchao2014-02-172-1/+5