aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
AgeCommit message (Collapse)Author
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
be posted in a minute to the libcurl list.
2001-08-17include getinfo.h for Curl_getinfo() protoDaniel Stenberg
2001-08-15internal functions should not use 'CURL *' as arguments, I replaced themDaniel Stenberg
with the more appropriate 'struct UrlData *' instead.
2001-08-14Added an empty win32_cleanup for non-windows systems to prevent compilerDaniel Stenberg
warnings, changed the Curl_open() call as the second argument was never used anyway
2001-07-12Add win32 initialization support to curl_global_init() andSterling Hughes
curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup().
2001-05-31Test and substance patch.Sterling Hughes
This is my first CVS commit :), what it does: - Makes sure that parts of the cURL library don't get initialized twice - Makes sure that we only free what we initialize
2001-05-31went back to the version where the flags argument to curl_global_init()Daniel Stenberg
specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely.
2001-05-30curl_global_init() support for CURL_GLOBAL_NOT_SSLDaniel Stenberg
2001-05-29global_init() takes that flag argumentDaniel Stenberg
2001-05-28T. Bharath's comments about SSL cleanup incorporated, and the two newDaniel Stenberg
curl_global_* functions
2001-03-09Modified to use Curl_* functions instead of curl_* onesDaniel Stenberg
2001-01-17Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.hDaniel Stenberg
and download.h
2001-01-03dual-license fixDaniel Stenberg
2000-10-02Added curl_easy_getinfo()Daniel Stenberg
2000-09-18Stephen Kick's interface fixesDaniel Stenberg
2000-08-24#include "setup.h" moved first of all includesDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-05-22Jört Hartroth's updatesDaniel Stenberg
2000-05-22files moved to main branch from the newlib branchDaniel Stenberg