- May 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
instead of using snprintf() + strdup().
-
Daniel Stenberg authored
defined (which it never is atm). Now, we can focus on making 'runtests -t [num]' work on all test cases and we should never leak nor crash.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we typecast on invoke.
-
Daniel Stenberg authored
causes xlc and gcc act differently on AIX.
-
- May 11, 2004
-
-
Daniel Stenberg authored
James Bursa only modified by me.
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Also some minor edits.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
that list in case something goes wrong in the function and we must bail out. Courtesy of the torture testing.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
accordingly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
previously they could return a piece of the string, making it impossible for the caller to detect errors.
-
Daniel Stenberg authored
happens
-
Daniel Stenberg authored
When failing, it should not tamper at all with the data it was supposed to add to the cache.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-