Age | Commit message (Collapse) | Author |
|
76 private header files renamed to use our standard naming scheme.
This change affects 322 files in libcurl's source tree.
|
|
Inclusion of top two most included header files now done in setup_once.h
|
|
Undefine CURL_HIDDEN_SYMBOLS libcurl private preprocessor macro that might
leak from lib/setup.h into source files where this should not be defined.
|
|
These were just warnings in test code but it still makes it nicer to not
generate them.
|
|
|
|
|
|
|
|
|
|
curlx_ultouc(), exposing them through curlx.h to allow proper code reuse
later in our test harness.
|
|
|
|
|
|
stack and memory overwrites triggered with huge test case definitions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server.
|
|
Fix compiler warning: conditional expression is constant.
|
|
|
|
|
|
|
|
|
|
as things don't work right here!
|
|
autobuild breaks.
|
|
|
|
|
|
|
|
`variable' might be clobbered by `longjmp' or `vfork'
|
|
|
|
|
|
test-server logging function. It doesn't work on some systems.
|
|
|
|
|
|
|
|
real ;-)
|
|
|
|
|
|
|
|
and test harness servers to minimize risk of false test failures.
http://curl.haxx.se/mail/lib-2008-04/0392.html
|
|
|
|
|
|
|
|
|
|
|
|
Added test cases 2002 and 2003 (the latter disabled for now)
|
|
|
|
variables to avoid shadowing global declarations.
|