summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-25Curl_cert_hostcheck: strip trailing dots in host name and wildcardDaniel Stenberg
2014-03-25Curl_cert_hostcheck: reject IP address wildcard matchesDaniel Stenberg
2014-03-25url: Fixed connection re-use when using different log-in credentialsSteve Holme
2014-03-22polarssl: avoid extra newlines in debug messagesGisle Vanem
2014-03-20rtsp: parse "Session:" header properlyDaniel Stenberg
2014-03-19trynextip: don't store 'ai' on failed connects...Daniel Stenberg
2014-03-19polarssl: fix possible handshake timeout issue in multi.Gaël PORTAY
2014-03-18polarssl: break compatibility with version older than 1.3.Gaël PORTAY
2014-03-18polarssl: drop use of 1.2 compatibility header.Gaël PORTAY
2014-03-18polarssl: added missing end-of-comment from previous commitDaniel Stenberg
2014-03-17polarssl: now require 1.3.0+Daniel Stenberg
2014-03-17polarssl: fix compilationhasufell
2014-03-15nss: allow to enable/disable new AES GCM cipher-suitesKamil Dudka
2014-03-15nss: allow to enable/disable new HMAC-SHA256 cipher-suitesKamil Dudka
2014-03-15nss: do not enable AES cipher-suites by defaultKamil Dudka
2014-03-15ssh: prevent a logic error that could result in an infinite loopDan Fandrich
2014-03-14ssh: removed a redundant close state transitionDan Fandrich
2014-03-14ssh: abort immediately on a header callback errorDan Fandrich
2014-03-14chunked-encoding: provide a readable error string for chunked errorsDaniel Stenberg
2014-03-10http2: free resources on disconnectTatsuhiro Tsujikawa
2014-03-10openssl: info massage with SSL version usedDaniel Stenberg
2014-03-09README.http2: clarify the build prerequisitesDaniel Stenberg
2014-03-06ssh: fix compiler warning converting ssize_t to intDaniel Stenberg
2014-03-06ssh: Fixed a style warningDan Fandrich
2014-03-06ssh: Pass errors from libssh2_sftp_read up the stackDan Fandrich
2014-03-06parse_remote_port: error out on illegal port numbers betterDaniel Stenberg
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2014-03-03multi_runsingle: move timestamp into INITDaniel Stenberg
2014-03-03hostcheck: update comment after previous changeDaniel Stenberg
2014-03-03hostcheck: Curl_cert_hostcheck is not used by NSS buildsDaniel Stenberg
2014-03-03x509asn: moved out Curl_verifyhost from NSS buildsDaniel Stenberg
2014-03-03NSS: avoid compiler warnings when built without http2 supportDaniel Stenberg
2014-03-03Rework Open Watcom make files to use standard Wmake featuresJiri Malak
2014-03-02parsedate: Fixed compilation warningJiri Malak
2014-02-28transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5eSteve Holme
2014-02-28Fix bug that HTTP/2 hangs if whole response body is read with headersTatsuhiro Tsujikawa
2014-02-28http2: build with current nghttp2 versionDaniel Stenberg
2014-02-25Merge pull request #93 from d235j/darwinssl_ip_address_fixnickzman
2014-02-24curl_schannel.c: Updated copyright yearsMarc Hoersken
2014-02-24winssl: Enable hostname verification of IP address using SAN or CNDavid Ryskalczyk
2014-02-23Don't omit CN verification in DarwinSSL when an IP address is used.David Ryskalczyk
2014-02-22easy: Fixed a memory leak on OOM conditionDan Fandrich
2014-02-19SFTP: skip reading the dir when NOBODY=1Daniel Stenberg
2014-02-18axtls: comment the call ssl_read repeatedly loopDan Fandrich
2014-02-17http2: Support HTTP POST/PUTTatsuhiro Tsujikawa
2014-02-17multi: ignore sigpipe internallyDaniel Stenberg
2014-02-17configure: Fix the --disable-crypto-auth optionDan Fandrich
2014-02-17ConnectionDone: default maxconnects to 4 x number of easy handlesShao Shuchao
2014-02-16axtls: bump copyright yearDaniel Stenberg
2014-02-16axtls: call ssl_read repeatedlyFabian Frank