Age | Commit message (Expand) | Author |
2004-03-05 | more fixing to make the progress/getinfo stuff to work properly when doing | Daniel Stenberg |
2004-03-05 | clearly tell that these are ftp response timeouts | Daniel Stenberg |
2004-03-05 | Major rewrite of the test HTTP server to allow more fancy features to make | Daniel Stenberg |
2004-03-05 | 'make clean' should only remove the generated html files, index.html is not | Daniel Stenberg |
2004-03-05 | mention the D binding | Daniel Stenberg |
2004-03-05 | Multiple updates, most of them being proper formatting to create nice html | Daniel Stenberg |
2004-03-04 | issue 12 fix is pending and is working in devel | Daniel Stenberg |
2004-03-04 | When following to a new URL, we must make sure to call Curl_done() first, | Daniel Stenberg |
2004-03-04 | Andrés García's patch to prevent warnings while compiling with mingw, mainly | Daniel Stenberg |
2004-03-04 | use size_t for the data, but keep the protos use ssize_t to better fit | Daniel Stenberg |
2004-03-04 | include the proper header file too | Daniel Stenberg |
2004-03-04 | fix progress data to be updated properly for file: transfers, as reported | Daniel Stenberg |
2004-03-04 | prevent harmless compiler warning | Daniel Stenberg |
2004-03-04 | David Byron's version resource fix | Daniel Stenberg |
2004-03-04 | new "version resource" file for windows builds | Daniel Stenberg |
2004-03-03 | show curl --version output as well | Daniel Stenberg |
2004-03-03 | largefile bit for the version_info and now winsock 1.1 only | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |
2004-03-03 | three days of changes | Daniel Stenberg |
2004-03-03 | more variable type cleanups | Daniel Stenberg |
2004-03-03 | our timeout values are longs while 'tv_sec' is int | Daniel Stenberg |
2004-03-03 | make the backup variable of the same kind as the data it backups! ;-) | Daniel Stenberg |
2004-03-03 | some more size_t usage, and two added typecasts when converting from size_t | Daniel Stenberg |
2004-03-03 | tv_sec is an int, so we explicitly typecast the result of long - long to | Daniel Stenberg |
2004-03-03 | attempted typecase to silence the MIPSpro warning: | Daniel Stenberg |
2004-03-03 | #ifdef #define #undef circus to prevent compiler warnings on #if operations | Daniel Stenberg |
2004-03-03 | removed include stuff now handled by test.h | Daniel Stenberg |
2004-03-03 | We let this file include more generic headers that many libtests need anyway | Daniel Stenberg |
2004-03-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg |
2004-03-03 | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg |
2004-03-03 | Dan Fandrich fixed some GSS detection flaws | Daniel Stenberg |
2004-03-02 | corrected the reuse_fresh condition | Daniel Stenberg |
2004-03-02 | large file in jan 2004 | Daniel Stenberg |
2004-03-02 | various updates | Daniel Stenberg |
2004-03-02 | two items fixed, one so old I don't think its valid anymore | Daniel Stenberg |
2004-03-02 | display src/config.h as well after configure as run | Daniel Stenberg |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg |
2004-03-02 | Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined. | Daniel Stenberg |
2004-03-02 | CURLOPT_MUTE is obsolete since a long while, we don't need to set it! | Daniel Stenberg |
2004-03-02 | clean the html and pdf files | Daniel Stenberg |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg |
2004-03-02 | - we switch to simply use FORMAT_OFF_T internally | Daniel Stenberg |
2004-03-01 | the CURLOPT_FRESH_CONNECT fix | Daniel Stenberg |
2004-03-01 | a fair day's work! | Daniel Stenberg |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg |
2004-03-01 | Now uses CURL_FORMAT_OFF_T instead of %Od | Daniel Stenberg |
2004-03-01 | large_file is a new feature we can require for a specific test | Daniel Stenberg |
2004-03-01 | support 'large_file' as a feature to require for specific tests (such as | Daniel Stenberg |
2004-03-01 | check for CURL_VERSION_LARGEFILE in the feature bitmask | Daniel Stenberg |
2004-03-01 | set CURL_VERSION_LARGEFILE if we support large files | Daniel Stenberg |