329f17ac | 10-May-2004 |
Daniel Stenberg |
better detect if/when curl_slist_append() returns failure, and bail out accordingly |
5dcab07c | 10-May-2004 |
Daniel Stenberg |
if a malloc fails, clear up the memory and return failure |
1f798aff | 10-May-2004 |
Daniel Stenberg |
typo |
a2ecdf42 | 10-May-2004 |
Daniel Stenberg |
the aprintf() versions now return NULL if _any_ alloc along the way failed, previously they could return a piece of the string, making it impossible for the caller to detect errors. |
71fdc063 | 10-May-2004 |
Daniel Stenberg |
better detection for when add_buffer() returns failure, and return when that happens |
887d78a9 | 10-May-2004 |
Daniel Stenberg |
Curl_hash_add() was modified to clear up better in case of internal failure. When failing, it should not tamper at all with the data it was supposed to add to the cache. |
00557a54 | 10-May-2004 |
Daniel Stenberg |
checkpasswd() prevents segfault by checking that input argument is non-NULL |
e18d27b7 | 10-May-2004 |
Daniel Stenberg |
James Bursa's adjustments to make the -t option work for any test case. The -t is the "torture" test that first runs the test and counts the number of allocations performed during it, th
James Bursa's adjustments to make the -t option work for any test case. The -t is the "torture" test that first runs the test and counts the number of allocations performed during it, then it runs the test repeatedly over and over again and makes alloc number N fail to verify that we detect and return properly from error cases everywhere.
show more ...
|
228fea46 | 10-May-2004 |
Daniel Stenberg |
make Curl_llist_insert_next() fail properly if malloc() fails |
e64dacb4 | 10-May-2004 |
Daniel Stenberg |
better checking that strdup() works |
fff01f24 | 10-May-2004 |
Daniel Stenberg |
Luca fixed the nc= in the digest line since it apparantly should not have quotes... |
e55dee38 | 10-May-2004 |
Daniel Stenberg |
James Bursa added better error checking for failer memory calls when building formposts |
8c2ce33c | 10-May-2004 |
Daniel Stenberg |
build curllib.dsp from these |
135394f5 | 10-May-2004 |
Daniel Stenberg |
don't use -i when checking for our own server |
fe065dc8 | 07-May-2004 |
Daniel Stenberg |
James' and Gisle' reports/fixes |
445c7791 | 07-May-2004 |
Daniel Stenberg |
James Bursa changed two error message to use the display-name instead of the internally-used name. |
686ba841 | 07-May-2004 |
Daniel Stenberg |
James Bursa's fix to make this deal with malloc(0) as OK to free() |
3394c018 | 07-May-2004 |
Daniel Stenberg |
We don't support any long protocol names so we can use a smaller buffer. Also, make sure we have room for the trailing zero, only scan to size-1. Gisle Vanem reported. |
d67ea8c7 | 07-May-2004 |
Daniel Stenberg |
count the formdata size using a 64bit size if avaialble |
53504643 | 07-May-2004 |
Daniel Stenberg |
Made the lib/curllib.dsp file get generated automaticly |
9aebdff2 | 07-May-2004 |
Daniel Stenberg |
don't use a magic define name |
90da9301 | 07-May-2004 |
Daniel Stenberg |
This file is now generated at dist-time. |
fbdc1b1e | 07-May-2004 |
Daniel Stenberg |
Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the known source files. Not actually verified to work yet. |
e942df75 | 07-May-2004 |
Daniel Stenberg |
get the display host name properly |
91c8be36 | 06-May-2004 |
Daniel Stenberg |
removed two odd comments |