Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel Stenberg | |
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do. | |||
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg | |
not be used both in one request. Fixed it and added test case 172 to verify. | |||
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg | |
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it. | |||
2004-05-21 | quickfix to avoid division by zero, possibly we should go over all of these | Daniel Stenberg | |
once and for all | |||
2004-05-20 | fixed transfer speed math | Daniel Stenberg | |
2004-05-20 | calculate upload and download speed using doubles to keep precision. | Daniel Stenberg | |
deleted trailing whitespace | |||
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 | |
effect globally which isn't nice. Commented it out for now. Display trailing whitespace still, to remind me. | |||
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 | |
to detect | |||
2004-05-18 | simplified the die-line when aclocal fails, the previous one confused | Daniel Stenberg | |
the netbsd shell | |||
2004-05-18 | + when storing the address in the cache fails, cleanup the resolved address | Daniel Stenberg | |
properly + delete trailing whitespace | |||
2004-05-18 | * seed_enough() was converted to a macro to avoid the IRIX compiler warning | Daniel Stenberg | |
about that passed-in argument not being used. * killed trailing whitespace | |||
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 | |
verification: - when multiple common names are used (as in the curl tests), the last name needs to be selected. - allow comparing with encoded values, at least with BMP and ISO latin1 encoded T61strings. | |||
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 | |
if the connection is killed it blanks the pointer it points to, to make it easier to detect usage problems whereever Curl_done() is used. | |||
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 | |
This is necessary in case the client never connects or somehow fails to do it timely. The timeout used now is only 2 seconds, which might cause problems on really slow hosts but longer times are painful when doing torture testing on FTP test cases. I'm not sure how this 'alarm' functionality works on Windows or other systems that don't actually have the alarm() function. | |||
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 | |
memory leak detection | |||
2004-05-17 | Seshubabu Pasam's format fixes and added notes about DER not working for | Daniel Stenberg | |
some (SSL-)options. | |||
2004-05-17 | make it not leak memory when it returns prematurely | Daniel Stenberg | |
2004-05-17 | automatically delete trailing white space on save in curl-mode | Daniel Stenberg | |
2004-05-17 | bail out nicely if strdup() returns NULL, removed trailing whitespace | Daniel Stenberg | |
2004-05-17 | deleted trailing whitespace | Daniel Stenberg | |
2004-05-17 | fixed a warning on IRIX, deleted trailing whitespace | Daniel Stenberg | |
2004-05-14 | added string for the new share error code | Daniel Stenberg | |
2004-05-14 | Added CURLSHE_NOMEM | Daniel Stenberg | |
2004-05-14 | clean up properly on failure to enable easier libcurl leak detection | Daniel Stenberg | |
2004-05-14 | new cvs instructions | Daniel Stenberg | |
2004-05-14 | enable memory debugging the same way the curl command line tool already does | Daniel Stenberg | |
2004-05-13 | memory cleanup and check fix | Daniel Stenberg | |
2004-05-13 | check that memory allocation functions truly return good data or bail out | Daniel Stenberg | |
2004-05-13 | return on memory alloc fail | Daniel Stenberg | |
2004-05-13 | better bailing out in case of no memory | Daniel Stenberg | |
2004-05-13 | curl_free() doesn't free(NULL) but just returns | Daniel Stenberg | |
2004-05-13 | deal with input arguments as NULL | Daniel Stenberg | |