#
fc6eff13 |
| 04-May-2004 |
Daniel Stenberg |
General HTTP authentication cleanup and fixes
|
#
1756499b |
| 30-Apr-2004 |
Daniel Stenberg |
oops, a bad strtok() was fixed by Luca
|
#
b34c40dc |
| 29-Apr-2004 |
Daniel Stenberg |
Luca Altea's major HTTP Digest update
|
Revision tags: curl-7_11_2, c-ares-1_2_0 |
|
#
cd95bb22 |
| 31-Mar-2004 |
Daniel Stenberg |
added include to fix warning
|
#
1745ecd8 |
| 31-Mar-2004 |
Daniel Stenberg |
* Fixed a memory leak when doing repeated re-negotiations. * Made the incoming line parser more forgiving to allow "name=contents" pairs where the contents isn't within double quotes. * M
* Fixed a memory leak when doing repeated re-negotiations. * Made the incoming line parser more forgiving to allow "name=contents" pairs where the contents isn't within double quotes. * Made the digest code return CURLDIGEST_BADALGO if a requested algorithm isn't supported by the code.
show more ...
|
#
2c114258 |
| 30-Mar-2004 |
Daniel Stenberg |
first attempt to support stale=true
|
Revision tags: curl-7_11_1 |
|
#
385086b4 |
| 08-Mar-2004 |
Daniel Stenberg |
size_t/int fix
|
Revision tags: curl-7_11_0 |
|
#
053f6c85 |
| 07-Jan-2004 |
Daniel Stenberg |
updated year in the copyright string
|
Revision tags: curl-7_10_8 |
|
#
f7db3023 |
| 02-Sep-2003 |
Daniel Stenberg |
wrap at 80 cols
|
Revision tags: curl-7_10_7, curl-7_10_6 |
|
#
52b631fa |
| 19-Jul-2003 |
Daniel Stenberg |
Access the user and passwd fields from the connectdata struct now instead of the sessionhandle struct, as that was not good.
|
#
308bc9d9 |
| 26-Jun-2003 |
Daniel Stenberg |
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
#
a39d7722 |
| 22-May-2003 |
Daniel Stenberg |
Better Digest stuff
|
#
87f8c0d4 |
| 22-May-2003 |
Daniel Stenberg |
hush the compiler
|
#
334d78cd |
| 22-May-2003 |
Daniel Stenberg |
Initial Digest support. At least partly working.
|