aboutsummaryrefslogtreecommitdiff
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-19CURLOPT_CHUNK_BGN_FUNCTION: fix typoAlessandro Ghedini
2014-07-18build: link curl to NSS libraries when NSS support is enabledAlessandro Ghedini
2014-07-17build: Removed unnecessary XML Documentation file directive from VC8 to VC12Steve Holme
2014-07-17build: Removed unnecessary Precompiled Header file directive in VC7 to VC12Steve Holme
2014-07-17build: Removed unnecessary ASM and Object file directives in VC7 to VC12Steve Holme
2014-07-17src/Makefile.am: add .DELETE_ON_ERRORDave Reisner
2014-07-17THANKS: added new contributors from 7.37.1 announcementDaniel Stenberg
2014-07-17testcurl.pl: log the value of --runtestopts in the test headerDan Fandrich
2014-07-16RELEASE-NOTES: cleared, working towards next releaseDaniel Stenberg
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-16RELEASE-NOTES: synced with 4cb2521595Daniel Stenberg
2014-07-16test506: verify aa6884845168Daniel Stenberg
2014-07-15cookie: avoid mutex deadlockYousuke Kimoto
2014-07-15gnutls: fix compiler warningDaniel Stenberg
2014-07-15test320: strip off the actual negotiated cipher widthDan Fandrich
2014-07-14gnutls: detect lack of SRP support in GnuTLS at run-time and try withoutDan Fandrich
2014-07-14configure: respect host tool prefix for krb5-configMichał Górny
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-14RELEASE-NOTES: next one is called 7.37.1Daniel Stenberg
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-12RELEASE-NOTES: add the reporter of the previous bug fixDan Fandrich
2014-07-12netrc: treat failure to find home dir same as missing netrc fileDan Fandrich
2014-07-12RELEASE-NOTES: Synced with aaaf9e50ecSteve Holme
2014-07-12ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessionsSteve Holme
2014-07-12build: Fixed overridden compiler PDB settings in VC7 to VC12Steve Holme
2014-07-12tests: added globbing keyword to URL globbing testsDan Fandrich
2014-07-12Fixed some "statement not reached" warningsDan Fandrich
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-11tests: adjust for capitalization differences in newer gnutls-servDan Fandrich
2014-07-11test320/1/2/4: fix the port number substitution variablesDan Fandrich
2014-07-11tests: document more test identifiers and variablesDan Fandrich
2014-07-11gnutls: ignore invalid certificate dates with VERIFYPEER disabledDan Fandrich
2014-07-10CURLOPT_UPLOAD: Corrected argument typeSteve Holme
2014-07-09FAQ: expand the thread-safe sectionDaniel Stenberg
2014-07-09url.c: Fixed memory leak on OOMDan Fandrich
2014-07-05Update instances of some obsolete CURLOPTs to their new namesDan Fandrich