017a78d0 | 24-Oct-2003 |
Daniel Stenberg |
better bailing-out cleanup if a malloc fails in the DNS cache |
9010bd38 | 24-Oct-2003 |
Daniel Stenberg |
free all memory on failure before bailing out, not really necessary but my upcoming automated test gets crazy if not |
ded884e8 | 24-Oct-2003 |
Daniel Stenberg |
the actual release-notes is new too |
b53a5e92 | 24-Oct-2003 |
Daniel Stenberg |
Introducing -t to "torture" the memory allocations/failing/bail-outing in curl and libcurl. -t is not used anywhere automated yet, and it does already identify memory leaks on failed allocati
Introducing -t to "torture" the memory allocations/failing/bail-outing in curl and libcurl. -t is not used anywhere automated yet, and it does already identify memory leaks on failed allocations. Work to do.
show more ...
|
69bdb825 | 24-Oct-2003 |
Daniel Stenberg |
produce a single summary of the amount of allocations on -v |
4799d39b | 24-Oct-2003 |
Daniel Stenberg |
disable-eprt, fixed CA cert verfication |
f32d011d | 23-Oct-2003 |
Daniel Stenberg |
Georg Horn's patch. -k is no longer mutually exclusive with --cacert and --capath. Using -k together with one of those just means that the result of the CA cert check is ignored (but displaye
Georg Horn's patch. -k is no longer mutually exclusive with --cacert and --capath. Using -k together with one of those just means that the result of the CA cert check is ignored (but displayed if -v is used).
show more ...
|
14f79581 | 23-Oct-2003 |
Daniel Stenberg |
Georg Horn's fixes to do different CA cert verifications. They can now be done even if the result is ignored, as some sites seem to require that. |
59877915 | 22-Oct-2003 |
Daniel Stenberg |
encourage use of -c to store cookies instead of -D |
db074518 | 22-Oct-2003 |
Daniel Stenberg |
allow gdb to check the libtest dir for sources too (for the 500- tests) |
64731b00 | 22-Oct-2003 |
Daniel Stenberg |
we continue to improve things |
debe6a14 | 22-Oct-2003 |
Daniel Stenberg |
make --disable-eprt work, based on Gisle Vanem's patch |
715c3f64 | 22-Oct-2003 |
Daniel Stenberg |
Dylan Ellicott added the vc-libcurl-ssl-dll target |
f232baf4 | 22-Oct-2003 |
Daniel Stenberg |
Dylan Ellicott added the release-libcurl-ssl-dll target |
b439e8ff | 22-Oct-2003 |
Daniel Stenberg |
Do the auth stuff at the end-of-headers and not at the start-of-body, as we might not get a body when we get a 401 with a set of WWW-Authenticate: headers. This fixes the problem Kevin Roth d
Do the auth stuff at the end-of-headers and not at the start-of-body, as we might not get a body when we get a 401 with a set of WWW-Authenticate: headers. This fixes the problem Kevin Roth detected in 7.10.8-pre4 and pre5. Verified by test case 91.
show more ...
|
475166fc | 22-Oct-2003 |
Daniel Stenberg |
Modified to be able to repeat Kevin Roth's problem |
be2b742b | 21-Oct-2003 |
Daniel Stenberg |
Andres |
640d6a55 | 21-Oct-2003 |
Daniel Stenberg |
updated for mingw32 |
2e9d100d | 21-Oct-2003 |
Daniel Stenberg |
pre5 |
294adcae | 21-Oct-2003 |
Daniel Stenberg |
modified test 91 to look more like Kevin Roth's error case |
1fd16e7b | 21-Oct-2003 |
Daniel Stenberg |
test case 91 added, an attempt to repeat a problem reported by Kevin Roth on Oct 20, 2003. |
d1c08e1d | 21-Oct-2003 |
Daniel Stenberg |
conn->user and conn->passwd will now always be set to point to something. If not user or password is set, they will point to a "" string. |
d7c09efe | 21-Oct-2003 |
Daniel Stenberg |
no colons in user names with USERPWD |
b83c7ade | 20-Oct-2003 |
Daniel Stenberg |
allow no user and password for proxy too, Basic |
7d6584e1 | 20-Oct-2003 |
Daniel Stenberg |
allow no user and no passwd when doing basic auth |