aboutsummaryrefslogtreecommitdiff
path: root/lib/http_digest.h
AgeCommit message (Expand)Author
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-11http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-11-05http_digest: Moved algorithm definitions to SASL moduleSteve Holme
2014-11-05http_digest: Use CURLcode instead of CURLdigestSteve Holme
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-06-03digest_cleanup_one: made privateDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2007-08-27Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
2004-05-13return CURLDIGEST_NOMEM when a memory function fails to deliverDaniel Stenberg
2004-05-04General HTTP authentication cleanup and fixesDaniel Stenberg
2004-03-31CURLDIGEST_BADALGO is a new return code from the digest codeDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-05-22Better Digest stuffDaniel Stenberg
2003-05-22proper header addedDaniel Stenberg
2003-05-22Initial Digest support. At least partly working.Daniel Stenberg