aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.1
AgeCommit message (Collapse)Author
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
This function is meant to work *exactly* as curl_easy_perform() but will use the event-based libcurl API internally instead of curl_multi_perform(). To avoid relying on an actual event-based library and to not use non-portable functions (like epoll or similar), there's a rather inefficient emulation layer implemented on top of Curl_poll() instead. There's currently some convenience logging done in curl_easy_perform_ev which helps when tracking down problems. They may be suitable to remove or change once things seem to be fine enough. curl has a new --test-event option when built with debug enabled that then uses curl_easy_perform_ev() instead of curl_easy_perform(). If built without debug, using --test-event will only output a warning message. NOTE: curl_easy_perform_ev() is not part if the public API on purpose. It is only present in debug builds of libcurl and MUST NOT be considered stable even then. Use it for libcurl-testing purposes only. runtests.pl now features an -e command line option that makes it use --test-event for all curl command line tests. The man page is updated.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-02mention run time statistics optionsYang Tse
2008-07-27Added feature in runtests.pl to select tests based on key word.Dan Fandrich
2008-07-23Mention that the test harness can't check every possible feature.Dan Fandrich
2007-10-11Fixed the -l option of runtests.plDan Fandrich
Added support for skipping tests based on key words.
2005-03-21format mistakeDaniel Stenberg
2005-03-17added descriptionsDaniel Stenberg
2005-03-17its a startDaniel Stenberg