summaryrefslogtreecommitdiff
path: root/lib/http_digest.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-1/+0
* lib: remove conn->data usesPatrick Monnerat2021-01-241-3/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-1/+1
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-1/+1
* http_digest: Don't expose functions when HTTP and Crypto Auth are disabledSteve Holme2019-05-111-5/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http_digest: Moved algorithm definitions to SASL moduleSteve Holme2014-11-051-5/+0
* http_digest: Use CURLcode instead of CURLdigestSteve Holme2014-11-051-13/+3
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+57
* build: rename 76 lib/*.h filesYang Tse2012-12-281-57/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-4/+5
* digest_cleanup_one: made privateDaniel Stenberg2011-06-031-2/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-3/+3
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-7/+12
* return CURLDIGEST_NOMEM when a memory function fails to deliverDaniel Stenberg2004-05-131-0/+1
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-041-1/+4
* CURLDIGEST_BADALGO is a new return code from the digest codeDaniel Stenberg2004-03-311-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Better Digest stuffDaniel Stenberg2003-05-221-0/+2
* proper header addedDaniel Stenberg2003-05-221-0/+3
* Initial Digest support. At least partly working.Daniel Stenberg2003-05-221-0/+43