ef769500 | 22-Oct-2006 |
Daniel Stenberg |
Nir Soffer fixed a cp line and got rid of an rm |
23692574 | 22-Oct-2006 |
Daniel Stenberg |
until we learn how to use Makefile.inc from here, I've added socks.o in here as well |
5f6fd682 | 21-Oct-2006 |
Yang Tse |
Provide 'datarootdir' parameter to shutup configuration warning, 'packages/EPM/curl.list.in seems to ignore the --datarootdir setting' |
db24518a | 21-Oct-2006 |
Yang Tse |
Fix misplaced runtime library specification for 'release-dll' target |
90933ac6 | 21-Oct-2006 |
Daniel Stenberg |
rely on the global LDADD instead of having specific ones for every program |
087579a6 | 21-Oct-2006 |
Daniel Stenberg |
Nir Soffer for his Makefile.am fix |
de59cde1 | 21-Oct-2006 |
Yang Tse |
Fix copy-paste error |
3cd95eac | 21-Oct-2006 |
Yang Tse |
Compiler warning fix |
deb81b2a | 21-Oct-2006 |
Daniel Stenberg |
Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all the single test applications' link and dependences, so that you easier can override those from the command line whe
Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all the single test applications' link and dependences, so that you easier can override those from the command line when using make.
show more ...
|
4e717cdb | 21-Oct-2006 |
Daniel Stenberg |
Armel Asselin separated CA cert verification problems from problems with reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the
Armel Asselin separated CA cert verification problems from problems with reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
show more ...
|
33acd6f0 | 21-Oct-2006 |
Yang Tse |
Compiler warning fix |
7575e6af | 20-Oct-2006 |
Daniel Stenberg |
made the arrow for 'Send SSL data' point in the right direction! |
316a9f64 | 20-Oct-2006 |
Yang Tse |
Compiler warning fix |
c6de584c | 20-Oct-2006 |
Yang Tse |
Since now src/setup.h includes setup_once.h, src/config-win32.h needs the definitions for the return type and arguments types of functions recv() and send(). |
d997ff6a | 20-Oct-2006 |
Yang Tse |
Oops! Actually set the limit to 30 seconds. |
b9ccecf8 | 20-Oct-2006 |
Yang Tse |
Decrease the posibility of aborting a test which actually is not stale by replacing loop counters with timeouts. In this way the main loop of the test will be allowed to run up to 30 seconds
Decrease the posibility of aborting a test which actually is not stale by replacing loop counters with timeouts. In this way the main loop of the test will be allowed to run up to 30 seconds on any platform before aborting it.
show more ...
|
bd5d21aa | 20-Oct-2006 |
Daniel Stenberg |
When a resolve is made on a pipelined connection we need to detect it properly (when the resoling isn't completede yet) and not confuse it with a simple connection re-use (non-pipelined). |
19e07771 | 19-Oct-2006 |
Yang Tse |
Set loop2 counter limit to 60 on this test to avoid a false positive. |
ef267ab4 | 19-Oct-2006 |
Yang Tse |
Replace tabs with spaces and Compiler warning fix. |
4f6ed683 | 19-Oct-2006 |
Yang Tse |
Compiler warning fix |
c818e706 | 19-Oct-2006 |
Yang Tse |
When aborting, show loop counter values when more than one counter exists. |
ead6ab2e | 19-Oct-2006 |
Yang Tse |
Abort test if it seems that it would have run forever. This is just to prevent test hanging and actually is an indication that there's a condition that is not being properly handled at some p
Abort test if it seems that it would have run forever. This is just to prevent test hanging and actually is an indication that there's a condition that is not being properly handled at some point in the library. Loop counter limits might need to be further increased on false positives.
show more ...
|
5c3dc49f | 19-Oct-2006 |
Daniel Stenberg |
Here's an effort to avoid saying 'data not shown' in the debug parts when the data is actually shown on screen. Like when you do 'curl -v host' with data and debug info sent to the same termi
Here's an effort to avoid saying 'data not shown' in the debug parts when the data is actually shown on screen. Like when you do 'curl -v host' with data and debug info sent to the same terminal.
show more ...
|
83884180 | 19-Oct-2006 |
Yang Tse |
Builds using synchronous name resolver dislike marking the connection as async. |
4cac96c3 | 18-Oct-2006 |
Yang Tse |
Sync with lib/setup_once.h |