61225052 | 21-Jan-2003 |
Daniel Stenberg |
updated copyright years |
dee3163d | 21-Jan-2003 |
Daniel Stenberg |
when a chunked error is noticed, store the error number in the error string to enable better error-tracking |
8b0668b9 | 21-Jan-2003 |
Daniel Stenberg |
skip the chmod |
8471a82c | 21-Jan-2003 |
Daniel Stenberg |
run 'make test-full' instead of 'make test' to get more details in case of errors |
ed4dff63 | 21-Jan-2003 |
Daniel Stenberg |
make test-full in the root dir should run verbose tests but not stop on single failures |
838e7765 | 21-Jan-2003 |
Daniel Stenberg |
use 'make test-full' instead of only 'make test' as it gives a lot of more info in case of failures |
39c12790 | 21-Jan-2003 |
Daniel Stenberg |
Added a 'test-full' target to run the tests in verbose mode. |
126e6d66 | 21-Jan-2003 |
Daniel Stenberg |
pass srcdir to the ftps-server as well |
5796a1b2 | 21-Jan-2003 |
Daniel Stenberg |
runtests.pl now passes the sourcedir path to the httpsserver.pl script |
90982529 | 21-Jan-2003 |
Daniel Stenberg |
automake 1.5 should be enough |
aba51d6b | 20-Jan-2003 |
Daniel Stenberg |
use process id in build directory name to do better |
49bc4567 | 20-Jan-2003 |
Daniel Stenberg |
first attempt at script for distributed testing on various unix hosts |
2ac52705 | 20-Jan-2003 |
Daniel Stenberg |
output summary with easy identifyable string prefixes |
d0eb56dd | 20-Jan-2003 |
Daniel Stenberg |
made this script detect proper versions of the tools we need to build a full curl on a unix host from CVS |
b9c60df0 | 20-Jan-2003 |
Daniel Stenberg |
added description in all AC_DEFINE() calls |
8c236e4d | 20-Jan-2003 |
Daniel Stenberg |
not used anymore |
154a59f2 | 20-Jan-2003 |
Daniel Stenberg |
Five more names we owe a big THANKS for their donations to the project. |
9689e1c5 | 20-Jan-2003 |
Daniel Stenberg |
today's patches and Markus' correction |
5a83976c | 20-Jan-2003 |
Daniel Stenberg |
Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by only allocating the scratch memory buffer once it is needed and not always in the handle. |
b5276a9a | 20-Jan-2003 |
Daniel Stenberg |
given passwords in netrc must be respected accordingly |
30377baa | 20-Jan-2003 |
Daniel Stenberg |
steps I *MUST* perform when I release a package |
aa8b7dd3 | 16-Jan-2003 |
Daniel Stenberg |
reverted bad header replacement |
f26a338a | 16-Jan-2003 |
Daniel Stenberg |
copyright year update in the source header |
c4383f1d | 16-Jan-2003 |
Daniel Stenberg |
fixes Marcus brought |
4527995e | 16-Jan-2003 |
Daniel Stenberg |
Allow CURLINFO_PRIVATE to be NULL, patch by Markus Oberhumer |