aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-06-15sasl: Added back qop argument mistakenly removed in e95ca7ceDan Fandrich
2014-06-15https: Fix build when http2 is disabledDan Fandrich
2014-06-14http2: better return code error checkingDaniel Stenberg
2014-06-13conncache: move the connection counter to the cache structLindley French
2014-06-12http2: avoid segfault when usint the plain-text http2Daniel Stenberg
2014-06-11curl_sasl: revert the goto for error bailoutDaniel Stenberg
2014-06-11NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg
2014-06-11Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme
2014-06-10getinfo: HTTP CONNECT code not reset between transfersMarcel Raad
2014-06-09transfer: fix info messages when switching method on 301 and 302Alessandro Ghedini
2014-06-05config-win32.h: Updated for VC12Steve Holme
2014-06-03Curl_ossl_init: call OPENSSL_config for initing enginesDaniel Stenberg
2014-06-03random: use Curl_rand() for proper random dataDaniel Stenberg
2014-06-02curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4Steve Holme
2014-06-01curl_sasl: Fixed compilation warning under DEBUGBUILDSteve Holme
2014-06-01curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex stringSteve Holme
2014-06-01curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN generationSteve Holme
2014-05-28gnutls: allow building with nghttp2 but without ALPN supportDaniel Stenberg
2014-05-28gnutls: don't use deprecated type names anymoreAlessandro Ghedini
2014-05-27select: with winsock, avoid passing unsupported arguments to select()Brad Spencer
2014-05-26url-parser: only use if_nametoindex if detected by configureDaniel Stenberg
2014-05-25polarssl: add ALPN supportFabian Frank
2014-05-24curl_easy_reset: reset the URLDaniel Stenberg
2014-05-23openssl: Fix uninitialized variable use in NPN callbackTatsuhiro Tsujikawa
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-05-22http: Fix a compiler warning when http2 support is disabledDan Fandrich
2014-05-21darwinssl: fix lint & build warnings in the previous commitNick Zitzmann
2014-05-21Add support for --cacert in DarwinSSL.Vilmos Nebehaj
2014-05-22http.c: Fixed compilation warningSteve Holme
2014-05-22bits.close: Fixed compilation warningSteve Holme
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-20http2: make connection re-use workDaniel Stenberg
2014-05-20ALPN: fix typo in http/1.1 identifierFabian Frank
2014-05-18build: Slight rename of new LIB_* makefile file variablesSteve Holme
2014-05-17axtls: Fixed too long source lineDan Fandrich
2014-05-16axtls: Add a TODO to a potential blocking call with no timeoutDan Fandrich
2014-05-15HTTP: CREDSPERREQUEST is for HTTP tooDaniel Stenberg
2014-05-15CURLINFO_SSL_VERIFYRESULT: assign at first connect callDaniel Stenberg
2014-05-15timers: fix timer regression involving redirects / reconnectsDaniel Stenberg
2014-05-15darwinssl: Updated copyright following recent changesSteve Holme
2014-05-14darwinssl: fix potential crash when attempting to copy an identityNick Zitzmann
2014-05-12openssl: unbreak PKCS12 supportDaniel Stenberg
2014-05-11Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme
2014-05-11sasl: Fixed missing qop in the client's challenge-response messageSteve Holme
2014-05-09Makefile.inc: Separated the lib and lib/vtls source file variablesSteve Holme
2014-05-09Makefile.b32: Fixed for vtls changesSteve Holme
2014-05-09getinfo.c: Fixed compilation warningSteve Holme
2014-05-09http: avoid auth failure on a duplicated headerKamil Dudka
2014-05-08mk-ca-bundle: added -pPatrick Watson
2014-05-07http2: Compile with latest nghttp2Tatsuhiro Tsujikawa