3454319c | 14-Aug-2003 |
Daniel Stenberg |
prevent memory leak when going out of memory |
02c78ecf | 14-Aug-2003 |
Daniel Stenberg |
allow out-of-memory testing by setting a limit. That number of memory allocation calls will succeed, the following will return NULL! |
caca0343 | 14-Aug-2003 |
Daniel Stenberg |
better freeing when bailing out due to bad output glob |
fb366ed3 | 14-Aug-2003 |
Daniel Stenberg |
free data on failure |
b352ffca | 14-Aug-2003 |
Daniel Stenberg |
test87 verifies the new and better check for bad -o #[num] stuff |
2d94856e | 14-Aug-2003 |
Daniel Stenberg |
ignore the .pid files |
ae66bd12 | 14-Aug-2003 |
Daniel Stenberg |
ignore lib506 too |
89d9d4e6 | 14-Aug-2003 |
Daniel Stenberg |
better report on why tests are skipped, and also show a count of the amount of test cases that were "considered". |
fe60fc47 | 14-Aug-2003 |
Daniel Stenberg |
In case the output urlglob file name returned is NULL, then there was badness in the string and we help our user by returning an error. |
46690d5e | 14-Aug-2003 |
Daniel Stenberg |
modified the #[num] code to be more robust, to return NULL on errors and to support numbers larger than 9 |
beaea8cb | 14-Aug-2003 |
Daniel Stenberg |
corrected this test case |
409ec90c | 14-Aug-2003 |
Daniel Stenberg |
test urlglobbing range requests |
4d423eea | 14-Aug-2003 |
Daniel Stenberg |
test86 added |
019e6122 | 12-Aug-2003 |
Daniel Stenberg |
David Byron's fix that makes this script use 'cygpath' instead of 'pwd' if this runs on windows, to find out the current working directory. |
6550d271 | 12-Aug-2003 |
Daniel Stenberg |
7.10.7-pre4 commit |
c46da652 | 12-Aug-2003 |
Daniel Stenberg |
nicer make target for the pdf conversion |
b4674575 | 12-Aug-2003 |
Daniel Stenberg |
don't treat index.html as the generated HTML pages |
9687571a | 12-Aug-2003 |
Daniel Stenberg |
added the new man pages |
c13236de | 12-Aug-2003 |
Daniel Stenberg |
corrected return type |
8ffbb6ac | 12-Aug-2003 |
Daniel Stenberg |
added the new curl_share_* man pages, the libcurl-easy, the libcurl-share, made the generated pdf and html files get removed on 'make clean'. Made the pdf conversion remove the temporary .ps
added the new curl_share_* man pages, the libcurl-easy, the libcurl-share, made the generated pdf and html files get removed on 'make clean'. Made the pdf conversion remove the temporary .ps files.
show more ...
|
a3e5d817 | 12-Aug-2003 |
Daniel Stenberg |
separated the easy-specific stuff into a new libcurl-easy.3 man page and made the libcurl.3 one a more generic overview |
e2aecfe8 | 12-Aug-2003 |
Daniel Stenberg |
added the asynchdns bit |
a3c12482 | 12-Aug-2003 |
Daniel Stenberg |
Bugfix from Serge Semashko that fixes a bug introduced when we applied his NTLM patch. Test case 84 and 85 verify this. |
b9336392 | 12-Aug-2003 |
Daniel Stenberg |
more auth tests |
27619fc4 | 11-Aug-2003 |
Daniel Stenberg |
Added support for CURLINFO_HTTP_CONNECTCODE |