Age | Commit message (Expand) | Author |
2004-05-25 | checl for the idn_free stuff to remain functionall even with older libidn | Daniel Stenberg |
2004-05-25 | remove trailing whitespace | Daniel Stenberg |
2004-05-25 | make one call instead of two | Daniel Stenberg |
2004-05-24 | new example proving that the debug callback works even when the multi | Daniel Stenberg |
2004-05-24 | remove trailing whitespace | Daniel Stenberg |
2004-05-24 | multi interface, debug callback | Daniel Stenberg |
2004-05-24 | delete trailing whitespace | Daniel Stenberg |
2004-05-24 | if no errorbuffer string was provided when a return code was returned, use | Daniel Stenberg |
2004-05-24 | IDN is a recognized feature | Daniel Stenberg |
2004-05-24 | fixed a reference | Daniel Stenberg |
2004-05-24 | meta-m runs delete-trailing-whitespace in curl-mode | Daniel Stenberg |
2004-05-24 | delete trailing whitespace | Daniel Stenberg |
2004-05-24 | delete trailing whitespace | Daniel Stenberg |
2004-05-24 | better name | Daniel Stenberg |
2004-05-24 | only idn_free() if built with libidn | Daniel Stenberg |
2004-05-24 | delete trailing whitespace | Daniel Stenberg |
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel Stenberg |
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg |
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg |
2004-05-21 | quickfix to avoid division by zero, possibly we should go over all of these | Daniel Stenberg |
2004-05-20 | fixed transfer speed math | Daniel Stenberg |
2004-05-20 | calculate upload and download speed using doubles to keep precision. | Daniel Stenberg |
2004-05-19 | NTLM requires SSL | Daniel Stenberg |
2004-05-19 | cert verify | Daniel Stenberg |
2004-05-19 | added test 170 | Daniel Stenberg |
2004-05-19 | David Byron's test case with -F that used to crash | Daniel Stenberg |
2004-05-19 | killed trailing whitespace | Daniel Stenberg |
2004-05-19 | just code formatting and killed whitespace | Daniel Stenberg |
2004-05-19 | language! | Daniel Stenberg |
2004-05-19 | Set CURLOPT_USERAGENT too | Daniel Stenberg |
2004-05-19 | The kill trailing whitespace needs to be set better as this way it takes | Daniel Stenberg |
2004-05-18 | simplified all die messages | Daniel Stenberg |
2004-05-18 | simplified the automake failed message too | Daniel Stenberg |
2004-05-18 | make this script tell that this is the obsolete version, to make it possible | Daniel Stenberg |
2004-05-18 | simplified the die-line when aclocal fails, the previous one confused | Daniel Stenberg |
2004-05-18 | + when storing the address in the cache fails, cleanup the resolved address | Daniel Stenberg |
2004-05-18 | * seed_enough() was converted to a macro to avoid the IRIX compiler warning | Daniel Stenberg |
2004-05-17 | if shrinking the buffer fails, use the older larger one | Daniel Stenberg |
2004-05-17 | Peter Sylvester's patch that addresses two flaws in the peer certificate name | Daniel Stenberg |
2004-05-17 | 'make test-torture' in the root now runs a full torture test | Daniel Stenberg |
2004-05-17 | removed debug output and trailing whitespace | Daniel Stenberg |
2004-05-17 | grrr, fix the check again if no ftp server at all is running | Daniel Stenberg |
2004-05-17 | torture testing and a moved CVS repo | Daniel Stenberg |
2004-05-17 | new Curl_done() proto | Daniel Stenberg |
2004-05-17 | I made Curl_done() take a pointer-pointer in the first argument instead, and | Daniel Stenberg |
2004-05-17 | better bailing out on memory failure | Daniel Stenberg |
2004-05-17 | When waiting for the second connect, we now use alarm to timeout the waiting. | Daniel Stenberg |
2004-05-17 | improved the check for our own ftp server | Daniel Stenberg |
2004-05-17 | modified to not leak memory if a libcurl function returns failure, for better | Daniel Stenberg |
2004-05-17 | Seshubabu Pasam's format fixes and added notes about DER not working for | Daniel Stenberg |