aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-14darwinssl: un-break iOS build after PKCS#12 feature addedNick Zitzmann
2013-10-13OpenSSL: improve the grammar of the language in 39beaa5ffbccDaniel Stenberg
2013-10-13OpenSSL: use failf() when subjectAltName mismatchesAndrej E Baranov
2013-10-12ssh: improve the logic for detecting blocking directionKamil Dudka
2013-10-12Fixed typo in Makefile.inc that left http2.h out of the tar ballDan Fandrich
2013-10-09curl_setup_once: fix errno access for lwip on WindowsGisle Vanem
2013-10-07HTTP: Output http response 304 when modified time is too oldDerek Higgins
2013-10-02darwinssl: block TLS_RSA_WITH_NULL_SHA256 cipherNick Zitzmann
2013-10-02OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEERDaniel Stenberg
2013-09-28win32: fix Visual Studio 2010 build with WINVER >= 0x600Daniel Stenberg
2013-09-28ssluse.c: Fixed compilation warnings when ENGINE not supportedSteve Holme
2013-09-25imap: Added clarification to the code about odd continuation responsesSteve Holme
2013-09-25ftp.c: Fixed compilation warningSteve Holme
2013-09-24sasl: Centralised the authentication mechanism stringsSteve Holme
2013-09-21openssl: use correct port number in error messageDaniel Stenberg
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-09-19darwinssl: enable BEAST workaround on iOS 7 & laterNick Zitzmann
2013-09-17cookies: add expirationYAMADA Yasuharu
2013-09-17dns: fix compilation with MinGW from commit df69440d05f113Steve Holme
2013-09-14imap: Fixed response check for NOOP commandSteve Holme
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-11imap: Fixed response check for LSUB and UID commandsSteve Holme
2013-09-10NI_MAXSERV: remove all use of itDaniel Stenberg
2013-09-10http2: use the support HTTP2 draft version in the upgrade headerDaniel Stenberg
2013-09-10ldap.c: Fix compilation warningSteve Holme
2013-09-10imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska
2013-09-10ldap.c: Corrected build error from commit 857f999353f333Steve Holme
2013-09-10README.http2: explain nghttp2 a littleDaniel Stenberg
2013-09-09http2: adjust to new nghttp2_pack_settings_payload protoDaniel Stenberg
2013-09-09url: handle abortion by read/write callbacks, tooKamil Dudka
2013-09-09ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg
2013-09-09pingpong: Check SSL library buffers for already read dataJiri Hruska
2013-09-09imap: Fixed calculation of transfer when partial FETCH receivedSteve Holme
2013-09-07http2: include curl_memory.hDaniel Stenberg
2013-09-07http: fix build warning under LLVMNick Zitzmann
2013-09-07http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg
2013-09-07README.http2: how to use it best with the multi API?Daniel Stenberg
2013-09-07http2: first embryo toward Upgrade:Daniel Stenberg
2013-09-07http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg
2013-09-07Pass password to OpenSSL engine by user interfacePetr Písař
2013-09-06http2: use correct include for snprintfGisle Vanem
2013-09-06LDAP: fix bad free() when URL parsing failedGeoff Beier
2013-09-05darwinssl: add support for PKCS#12 files for client authenticationNick Zitzmann
2013-09-04SASL: fix compiler warningsDaniel Stenberg
2013-09-04Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without supportDaniel Stenberg
2013-09-04http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg
2013-09-04imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme
2013-09-04curl.h: added CURL_HTTP_VERSION_2_0Daniel Stenberg
2013-09-01url.c: Fixed compilation warningSteve Holme