aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-23curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov
2014-07-22CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg
2014-07-22url.c: use the preferred symbol name: *READDATAMarcel Raad
2014-07-16curl_gssapi.c: make line shorter than 80 columnsDaniel Stenberg
2014-07-16Fix negotiate auth to proxies to track correct stateDavid Woodhouse
2014-07-16Don't abort Negotiate auth when the server has a response for usDavid Woodhouse
2014-07-16Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse
2014-07-16Use SPNEGO for HTTP NegotiateDavid Woodhouse
2014-07-16Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse
2014-07-16ntlm_wb: Avoid invoking ntlm_auth helper with empty usernameDavid Woodhouse
2014-07-16ntlm_wb: Fix hard-coded limit on NTLM auth packet sizeDavid Woodhouse
2014-07-15cookie: avoid mutex deadlockYousuke Kimoto
2014-07-15gnutls: fix compiler warningDaniel Stenberg
2014-07-14gnutls: detect lack of SRP support in GnuTLS at run-time and try withoutDan Fandrich
2014-07-14gnutls: handle IP address in cert name checkDavid Woodhouse
2014-07-14build: set _POSIX_PTHREAD_SEMANTICS on Solaris to get proper getpwuid_rDan Fandrich
2014-07-13gnutls: improved error message if setting cipher list failsDan Fandrich
2014-07-13netrc: fixed thread safety problem by using getpwuid_r if availableDan Fandrich
2014-07-12netrc: treat failure to find home dir same as missing netrc fileDan Fandrich
2014-07-12ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessionsSteve Holme
2014-07-12gnutls: fixed a couple of uninitialized variable referencesDan Fandrich
2014-07-12gnutls: fixed compilation against versions < 2.12.0Dan Fandrich
2014-07-12gnutls: explicitly added SRP to the priority stringDan Fandrich
2014-07-11gnutls: ignore invalid certificate dates with VERIFYPEER disabledDan Fandrich
2014-07-09url.c: Fixed memory leak on OOMDan Fandrich
2014-07-05Update instances of some obsolete CURLOPTs to their new namesDan Fandrich
2014-07-05compiler warnings: potentially uninitialized variablesMarcel Raad
2014-07-04nss: make the list of CRL items globalKamil Dudka
2014-07-04nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka
2014-07-04nss: make crl_der allocated on heapKamil Dudka
2014-07-04nss: let nss_{cache,load}_crl return CURLcodeKamil Dudka
2014-07-02progress callback: skip last callback update on errorsRay Satiro
2014-07-02nss: make the fallback to SSLv3 work againKamil Dudka
2014-07-02nss: do not abort on connection failureKamil Dudka
2014-06-21lib: documentation updates in README.hostipColin Hogben
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