summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sasl: Added back qop argument mistakenly removed in e95ca7ceDan Fandrich2014-06-151-1/+1
* https: Fix build when http2 is disabledDan Fandrich2014-06-152-6/+6
* http2: better return code error checkingDaniel Stenberg2014-06-143-7/+20
* conncache: move the connection counter to the cache structLindley French2014-06-133-13/+3
* http2: avoid segfault when usint the plain-text http2Daniel Stenberg2014-06-121-0/+1
* curl_sasl: revert the goto for error bailoutDaniel Stenberg2014-06-111-22/+10
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-115-69/+50
* Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme2014-06-111-1/+18
* getinfo: HTTP CONNECT code not reset between transfersMarcel Raad2014-06-101-0/+1
* transfer: fix info messages when switching method on 301 and 302Alessandro Ghedini2014-06-091-31/+27
* config-win32.h: Updated for VC12Steve Holme2014-06-051-1/+17
* Curl_ossl_init: call OPENSSL_config for initing enginesDaniel Stenberg2014-06-031-0/+2
* random: use Curl_rand() for proper random dataDaniel Stenberg2014-06-032-11/+4
* curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4Steve Holme2014-06-021-1/+1
* curl_sasl: Fixed compilation warning under DEBUGBUILDSteve Holme2014-06-011-0/+2
* curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex stringSteve Holme2014-06-011-7/+17
* curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN generationSteve Holme2014-06-011-1/+1
* gnutls: allow building with nghttp2 but without ALPN supportDaniel Stenberg2014-05-281-2/+0
* gnutls: don't use deprecated type names anymoreAlessandro Ghedini2014-05-282-13/+13
* select: with winsock, avoid passing unsupported arguments to select()Brad Spencer2014-05-271-3/+55
* url-parser: only use if_nametoindex if detected by configureDaniel Stenberg2014-05-261-1/+1
* polarssl: add ALPN supportFabian Frank2014-05-251-2/+46
* curl_easy_reset: reset the URLDaniel Stenberg2014-05-241-0/+5
* openssl: Fix uninitialized variable use in NPN callbackTatsuhiro Tsujikawa2014-05-231-1/+5
* tool_getparam.c: Fixed compilation warningsSteve Holme2014-05-222-0/+21
* http: Fix a compiler warning when http2 support is disabledDan Fandrich2014-05-221-1/+2
* darwinssl: fix lint & build warnings in the previous commitNick Zitzmann2014-05-211-29/+33
* Add support for --cacert in DarwinSSL.Vilmos Nebehaj2014-05-211-1/+231
* http.c: Fixed compilation warningSteve Holme2014-05-221-1/+1
* bits.close: Fixed compilation warningSteve Holme2014-05-222-0/+2
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-2218-48/+85
* http2: make connection re-use workDaniel Stenberg2014-05-203-17/+30
* ALPN: fix typo in http/1.1 identifierFabian Frank2014-05-201-1/+1
* build: Slight rename of new LIB_* makefile file variablesSteve Holme2014-05-181-7/+7
* axtls: Fixed too long source lineDan Fandrich2014-05-171-1/+1
* axtls: Add a TODO to a potential blocking call with no timeoutDan Fandrich2014-05-161-0/+1
* HTTP: CREDSPERREQUEST is for HTTP tooDaniel Stenberg2014-05-151-1/+1
* CURLINFO_SSL_VERIFYRESULT: assign at first connect callDaniel Stenberg2014-05-151-2/+2
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-155-6/+18
* darwinssl: Updated copyright following recent changesSteve Holme2014-05-151-2/+2
* darwinssl: fix potential crash when attempting to copy an identityNick Zitzmann2014-05-141-2/+4
* openssl: unbreak PKCS12 supportDaniel Stenberg2014-05-121-0/+1
* Makefile.inc: Added resource file to assist Visual Studio project generationSteve Holme2014-05-111-0/+2
* sasl: Fixed missing qop in the client's challenge-response messageSteve Holme2014-05-111-2/+4
* Makefile.inc: Separated the lib and lib/vtls source file variablesSteve Holme2014-05-091-9/+13
* Makefile.b32: Fixed for vtls changesSteve Holme2014-05-091-5/+6
* getinfo.c: Fixed compilation warningSteve Holme2014-05-091-2/+1
* http: avoid auth failure on a duplicated headerKamil Dudka2014-05-091-1/+1
* mk-ca-bundle: added -pPatrick Watson2014-05-081-12/+147
* http2: Compile with latest nghttp2Tatsuhiro Tsujikawa2014-05-071-11/+9