c9bab31a | 12-May-2004 |
Daniel Stenberg |
use size_t better for buffer and alloc lengths |
2f60e91a | 12-May-2004 |
Daniel Stenberg |
removed another jhrg-reference in a comment |
018affe6 | 12-May-2004 |
Daniel Stenberg |
Edited comments only. |
aeb27ccf | 12-May-2004 |
Daniel Stenberg |
The Curl_unencode_XXX_write() function take a ssize_t as third argument, so we typecast on invoke. |
939866fa | 12-May-2004 |
Daniel Stenberg |
Left-over from before the return-code fix. This is probably the code that causes xlc and gcc act differently on AIX. |
98f968f2 | 11-May-2004 |
Daniel Stenberg |
fixed Curl_open() to not leak anything if one malloc() fails, fix by James Bursa only modified by me. |
864f1a33 | 11-May-2004 |
Daniel Stenberg |
- Nico Stappenbelt reported that when processing domain and search lines in the resolv.conf file, the first entry encountered is processed and used as the search list. According to the ma
- Nico Stappenbelt reported that when processing domain and search lines in the resolv.conf file, the first entry encountered is processed and used as the search list. According to the manual pages for both Linux, Solaris and Tru64, the last entry of either a domain or a search field is used.
show more ...
|
f42b1024 | 11-May-2004 |
Daniel Stenberg |
revert the accidentally added use of strace |
85313401 | 11-May-2004 |
Daniel Stenberg |
minor leak in case of error, thanks to "./runtests.pl -n -t 25" |
d3999e06 | 11-May-2004 |
Daniel Stenberg |
clear up memory on failure a little better |
0b0b37cf | 11-May-2004 |
Daniel Stenberg |
make the libidn pointer in the version struct a const |
a13f5888 | 11-May-2004 |
Daniel Stenberg |
they're at least 36 functions now |
c8807438 | 11-May-2004 |
Daniel Stenberg |
updated to reflect reality! |
3f106afd | 11-May-2004 |
Daniel Stenberg |
cut out the changelog, it is far from accurate anyway |
d925057e | 11-May-2004 |
Daniel Stenberg |
added curl_global_init_mem |
bbafb2eb | 11-May-2004 |
Daniel Stenberg |
curl_global_init_mem() allows the memory functions to be replaced. memory.h is included everywhere for this. |
434bc138 | 11-May-2004 |
Daniel Stenberg |
*** empty log message *** |
5c592f7d | 11-May-2004 |
Daniel Stenberg |
Make this source code use our internal *printf(). Also some minor edits. |
9bf1ba2f | 11-May-2004 |
Daniel Stenberg |
Added recent events to the log |
724e4a35 | 11-May-2004 |
Daniel Stenberg |
more changes, more news, more people |
f69711fc | 11-May-2004 |
Daniel Stenberg |
another official download mirror |
04e2520d | 11-May-2004 |
Daniel Stenberg |
new attempt at an improved DSP-file generation |
7a35fb54 | 10-May-2004 |
Daniel Stenberg |
slightly better dealing of bad mem situations |
63f97b38 | 10-May-2004 |
Daniel Stenberg |
Moved the fetching of the list of matching cookies to make it easier to free that list in case something goes wrong in the function and we must bail out. Courtesy of the torture testing. |
b8541929 | 10-May-2004 |
Daniel Stenberg |
curl_slist_append() fixed to clear up properly if a memory function fails |