Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-28 | valgrind.supp: add the event-based call stack-trace too | Daniel Stenberg | |
Without this, test 165 triggers a valgrind error when ran with curl_easy_perform_ev | |||
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg | |
Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse |