1ce7b480 | 10-Oct-2006 |
Daniel Stenberg |
mark the handle as no longer having a broken pipe when a transfer has failed |
cbcdd337 | 09-Oct-2006 |
Daniel Stenberg |
Added test case 536 in an attempt to add Bogdan Nicula's problematic case with multi interface and pipelining. This test just works and did not repeat the problem his test code showed, but co
Added test case 536 in an attempt to add Bogdan Nicula's problematic case with multi interface and pipelining. This test just works and did not repeat the problem his test code showed, but could still serve as a useful test.
show more ...
|
c144adf7 | 09-Oct-2006 |
Daniel Stenberg |
used for test 535 too |
d3900398 | 09-Oct-2006 |
Daniel Stenberg |
minor indent fix |
7d0c58a2 | 09-Oct-2006 |
Daniel Stenberg |
when going to completed due to error, mark the handle as not in a pipeline anymore |
9263001b | 09-Oct-2006 |
Daniel Stenberg |
new mirrors |
66ee6d07 | 09-Oct-2006 |
Daniel Stenberg |
kill trailing whitespace |
a40dcca7 | 09-Oct-2006 |
Daniel Stenberg |
changed the wording about removal of internal headers with -H |
15e3dfe1 | 09-Oct-2006 |
Yang Tse |
Compiler warning fix |
a1de9367 | 09-Oct-2006 |
Daniel Stenberg |
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account.
show more ...
|
eceb37bd | 09-Oct-2006 |
Yang Tse |
Cygwin 1.5.21 needs this hack to pass test 160. In this way 304 tests out of 304 reported OK. |
56fcf85a | 08-Oct-2006 |
Daniel Stenberg |
slightly improved |
77db81d6 | 08-Oct-2006 |
Daniel Stenberg |
clarified more |
2ad7fcbc | 08-Oct-2006 |
Daniel Stenberg |
test 534 added in an attempt to repeat Bogdan Nicula's bug... |
2c62dfd1 | 08-Oct-2006 |
Daniel Stenberg |
modified lib533 to accept both URLs on the command line |
ef66497a | 08-Oct-2006 |
Daniel Stenberg |
Fix a "sockfilt" leak. When a new 'data' connection sockfilt server is started, make sure that a previously used one is killed first (since they re-use the same .pid file etc) |
11280295 | 07-Oct-2006 |
Daniel Stenberg |
don't display or act on state changes that doesn't actually change state |
befc30bc | 06-Oct-2006 |
Daniel Stenberg |
Bogdan Nicula's hanging test case was converted to test case 533 and the test now runs fine. |
ca5846cd | 06-Oct-2006 |
Daniel Stenberg |
catch silly mistakes better |
8547ab16 | 06-Oct-2006 |
Gunter Knauf |
updated for latest OpenSSL release. |
9c0e6ac3 | 05-Oct-2006 |
Daniel Stenberg |
planned stuff to do before release |
552b963e | 04-Oct-2006 |
Daniel Stenberg |
Dmitriy Sergeyev provided an example source code that crashed CVS libcurl but that worked nicely in 7.15.5. I converted it into test case 532 and fixed the problem. |
e2b48366 | 02-Oct-2006 |
Daniel Stenberg |
removed more dead code that is unused since the removal of the third party transfer support |
5e0d9aea | 30-Sep-2006 |
Daniel Stenberg |
Support for FTP third party transfers is now dropped |
ae13c93b | 28-Sep-2006 |
Daniel Stenberg |
Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_
Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify.
show more ...
|