5fab5538 | 09-Jan-2003 |
Daniel Stenberg |
rename the curl share error enum prefix |
f152f23a | 09-Jan-2003 |
Daniel Stenberg |
Updated more and now looks and and the API possibly works almost like the design document specifies. There is still no code inside that uses this. |
24e78b35 | 09-Jan-2003 |
Daniel Stenberg |
7+8 jan 2003 |
9a239edb | 08-Jan-2003 |
Daniel Stenberg |
updated to use the modified share-types |
abcc5c5a | 08-Jan-2003 |
Daniel Stenberg |
cleaned up the share data types and prototypes to be more in line what the design draft mentioned and what I think is fit |
cb5ba675 | 08-Jan-2003 |
Daniel Stenberg |
mkdir() fix for win32 |
22880866 | 08-Jan-2003 |
Daniel Stenberg |
nah, include test.h instead |
61421b7a | 08-Jan-2003 |
Daniel Stenberg |
include curl.h without directory |
6a7e53a7 | 08-Jan-2003 |
Jean-Philippe Barette-LaPierre |
fixed a very, very rare and very, very little memory leak |
ca134d55 | 07-Jan-2003 |
Daniel Stenberg |
Philippe Raoult's fix to handle wildcard certificate name checks |
ec24efda | 07-Jan-2003 |
Daniel Stenberg |
Simon Liu's HTTP200ALIASES-patch! |
7f0f10e4 | 07-Jan-2003 |
Daniel Stenberg |
stuff |
aa5af100 | 07-Jan-2003 |
Daniel Stenberg |
clarified error code 19 |
37ae32f6 | 07-Jan-2003 |
Daniel Stenberg |
Only output valid filetime. Return file-error if 550 is returned when trying MDTM |
d0cffdec | 07-Jan-2003 |
Daniel Stenberg |
when sending an error message to the debugfunction, we append a newline so that the output looks better |
0f345216 | 07-Jan-2003 |
Daniel Stenberg |
fixed the create_dir_hierarchy() to not use uninited memory, as noticed by Matthew Blain. |
e69362df | 07-Jan-2003 |
Daniel Stenberg |
Matthew Blain's improvements for debug builds |
3de8f6f3 | 07-Jan-2003 |
Daniel Stenberg |
better ignore |
5359bc80 | 07-Jan-2003 |
Daniel Stenberg |
ignore lib504 too |
eb6a14fe | 07-Jan-2003 |
Daniel Stenberg |
updated |
29125375 | 06-Jan-2003 |
Daniel Stenberg |
indent fix |
cfb32da1 | 06-Jan-2003 |
Sterling Hughes |
fix bug (?) :-) previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but
fix bug (?) :-) previously, if you called curl_easy_perform and then set the global dns cache, the global cache wouldn't be used. I don't see this really happening in practice, but this code allows you to do it.
show more ...
|
9b4f9213 | 29-Dec-2002 |
Daniel Stenberg |
return -1 even if SSL_pending() doesn't return non-zero, as we don't really care how many bytes that is readable NOW. Philippe Raoult reported the bug in 7.10.3-pre3. |
5a2ab686 | 29-Dec-2002 |
Daniel Stenberg |
Marc Herbert's suggstion: mention that insecure is ignored if cacert or capath is used. |
3b8583b0 | 20-Dec-2002 |
Daniel Stenberg |
example configure command line |