aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_global_init.3
AgeCommit message (Collapse)Author
2001-08-02Funny, I skipped right over this before.Sterling Hughes
everyting -> everything
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-31updated to again set the flags of what to init, and now also feature aDaniel Stenberg
set of available flags
2001-05-29beauty fixDaniel Stenberg
2001-05-28global_init() takes a flag option now, to tell libcurl what _not_ to init.Daniel Stenberg
it will make it better when the application uses several libs that use openssl and it also enables us to do the win32 winsock initing in the future if we want to
2001-05-28curl_global_cleanup and curl_global_init added to the familyDaniel Stenberg