Age | Commit message (Expand) | Author |
2008-05-13 | wait for all 129 bytes | Daniel Stenberg |
2008-05-13 | Added test case 556 that uses curl_easy_send() and curl_easy_recv() | Daniel Stenberg |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse |
2008-05-10 | fix syntax error: missing semicolon | Yang Tse |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse |
2008-04-25 | tests/libtest/delay.pl no longer used. The 'delay' attribute of the | Yang Tse |
2008-04-18 | test 1001 needs a small delay between client part execution and test | Yang Tse |
2008-04-18 | test 1001 needs a small delay between client part execution and test | Yang Tse |
2008-04-17 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2008-04-16 | Added test case 555, a variation of 547 but using multi interface instead of | Daniel Stenberg |
2008-04-07 | fix compiler warning: argument is incompatible with corresponding format stri... | Yang Tse |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg |
2008-03-28 | Made the test work on perl 5.00 | Dan Fandrich |
2008-03-15 | Spell the commands right | Dan Fandrich |
2008-03-13 | Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt to | Dan Fandrich |
2008-02-27 | Michal Marek's cleanup of how curl_easy_setopt() is used in examples and | Daniel Stenberg |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-13 | make this test disabled properly when built with yassl | Daniel Stenberg |
2008-02-08 | Added tests 1022 and 1023 to validate output of curl-config --version and | Dan Fandrich |
2008-01-29 | add verbose output to test 509 for easier debugging | Daniel Stenberg |
2008-01-21 | undo using internal *printf() clones for test #530 | Yang Tse |
2008-01-20 | use internal *printf() clones since snprintf() not available on all platforms | Yang Tse |
2008-01-19 | Dmitry Kurochkin fixed test case 530 (pipelining) | Daniel Stenberg |
2008-01-17 | Don't abort tests 518 and 537 when unable to raise the open-file soft limit | Yang Tse |
2008-01-16 | Added test 553. This test case and code is based on the bug recipe Joe Malicki | Daniel Stenberg |
2008-01-04 | Fix 'format string' compiler warning | Yang Tse |
2007-12-26 | In an attempt to repeat the problem in bug report #1850730 | Daniel Stenberg |
2007-12-08 | correct the comment about size | Daniel Stenberg |
2007-12-08 | add test 549 and 550 | Daniel Stenberg |
2007-12-05 | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg |
2007-12-05 | fix compiler warning | Daniel Stenberg |
2007-12-05 | added test548 which uses the lib547 source file, preparing for test547 which | Daniel Stenberg |
2007-11-05 | Sort the directory listing because the server doesn't always do it. | Dan Fandrich |
2007-11-01 | Ignore more features that curl-config is not expected to know about | Dan Fandrich |
2007-11-01 | Added test case 1014 to compare curl-config --features with curl --version | Dan Fandrich |
2007-11-01 | Added test case 1013 to check that curl-config --protocols matches the | Dan Fandrich |
2007-10-25 | Allow test server to handle binary POSTs. | Patrick Monnerat |
2007-10-23 | Read callback should return 0 when no more data left | Yang Tse |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-02 | Renamed a couple of global variables to avoid shadowing warnings | Yang Tse |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-30 | Fix missing right parenthesis | Yang Tse |
2007-09-30 | Fix comparison between signed and unsigned | Yang Tse |
2007-09-27 | Removed cut-and-paste cruft leading to fclose() of an unopened file | Dan Fandrich |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-17 | Made the directory postprocessor more forgiving of input directory format | Dan Fandrich |
2007-09-12 | Extracting the CURLINFO_PRIVATE pointer makes no point since nothing set | Daniel Stenberg |
2007-09-11 | Daniel S (12 September 2007) | Daniel Stenberg |
2007-08-13 | Removed redundant dependency lines | Dan Fandrich |