Age | Commit message (Expand) | Author |
2004-06-22 | Gisle fixed the wildcard checks for certificates. | Daniel Stenberg |
2004-06-22 | Gunter's fix to avoid the notorious YYSTACK_USE_ALLOCA warning we get on | Daniel Stenberg |
2004-06-22 | retry to read the sent request a few times if it doesn't exist the first time | Daniel Stenberg |
2004-06-22 | pass an int pointer when it expects an int pointer... | Daniel Stenberg |
2004-06-22 | modified some logging output | Daniel Stenberg |
2004-06-21 | testcurl.sh is dead, long live tests/testcurl.pl! | Daniel Stenberg |
2004-06-21 | This is the old script for testing curl, now use tests/testcurl.pl instead. | Daniel Stenberg |
2004-06-21 | read callback return code and fixed the pycurl url | Daniel Stenberg |
2004-06-21 | CURL_READFUNC_ABORT stuff | Daniel Stenberg |
2004-06-21 | Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORT | Daniel Stenberg |
2004-06-21 | added test case 513 | Daniel Stenberg |
2004-06-21 | The read callback can now return CURL_READFUNC_ABORT to stop a transfer. | Daniel Stenberg |
2004-06-21 | added CURL_READFUNC_ABORT | Daniel Stenberg |
2004-06-21 | when the client disconnects prematurely, dump the request as received thus | Daniel Stenberg |
2004-06-21 | recent events | Daniel Stenberg |
2004-06-21 | typecasts to prevent compiler warnings | Daniel Stenberg |
2004-06-21 | updates | Daniel Stenberg |
2004-06-21 | refer to the new tutorial man page | Daniel Stenberg |
2004-06-21 | removed libcurl-the-guide from the dist | Daniel Stenberg |
2004-06-21 | libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format | Daniel Stenberg |
2004-06-19 | test 177 HTTP POST with --digest that gets a 302 response | Daniel Stenberg |
2004-06-19 | When doing auth negotiations or authprobing, we only consider HTTP code | Daniel Stenberg |
2004-06-19 | prevent compiler warning | Daniel Stenberg |
2004-06-18 | ispell-buffer | Daniel Stenberg |
2004-06-18 | two issues to remember to fix before next release | Daniel Stenberg |
2004-06-18 | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg |
2004-06-18 | With David Byron's test server I could repeat his problem and make sure that | Daniel Stenberg |
2004-06-17 | large file FTP upload bug | Daniel Stenberg |
2004-06-17 | new daring features, not used by any current test | Daniel Stenberg |
2004-06-16 | Keep the upload byte counter in an curl_off_t, not an int. 32bits is not | Daniel Stenberg |
2004-06-16 | Alexander Krasnostavsky fixed a flaw in the 3rd party transfer code that | Daniel Stenberg |
2004-06-15 | post with auth problems fixed | Daniel Stenberg |
2004-06-15 | skip the pid from the logging | Daniel Stenberg |
2004-06-15 | test 176, use --ntlm and POST when the server doesn't require any auth | Daniel Stenberg |
2004-06-15 | added test case 175, use HTTP POST and DIGEST set but the server requires no | Daniel Stenberg |
2004-06-15 | Fix the auth code to enable us to i.e set DIGEST and then find out that the | Daniel Stenberg |
2004-06-14 | we actually build and run fine with libidn 0.4.1 too, so let's not require | Daniel Stenberg |
2004-06-14 | lots of multi interface description but also some general updates and additions | Daniel Stenberg |
2004-06-14 | prevent compiler warnings on non-win32 platforms | Daniel Stenberg |
2004-06-14 | added test 174, HTTP POST --anyauth to server without auth requirements. | Daniel Stenberg |
2004-06-14 | recent action | Daniel Stenberg |
2004-06-14 | Allow formposting of files larger than what fits in memory by not reading the | Daniel Stenberg |
2004-06-14 | refuse running the torture tests without a debug build | Daniel Stenberg |
2004-06-13 | moved default: in a switch case to prevent compiler warning that 'request' | Daniel Stenberg |
2004-06-13 | provide curl_formfree() even when http is disabled, it does nothing then | Daniel Stenberg |
2004-06-13 | use Curl_strcasestr() when checking wildcard cert names | Daniel Stenberg |
2004-06-13 | added Curl_strcasestr() for case insensitive strstr() searching | Daniel Stenberg |
2004-06-11 | removed unused include path. | Gunter Knauf |
2004-06-11 | fixed xdc generation, added lib target, load curl.nlm into ring3 by default. | Gunter Knauf |
2004-06-11 | Tim Sneddon made it build fine on VMS again. | Daniel Stenberg |