Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-13 | point out that calling this function more than once is a sever error | Daniel Stenberg | |
2001-08-14 | "added in 7.8.1" | Daniel Stenberg | |
2001-08-02 | Funny, I skipped right over this before. | Sterling Hughes | |
everyting -> everything | |||
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling 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-31 | updated to again set the flags of what to init, and now also feature a | Daniel Stenberg | |
set of available flags | |||
2001-05-29 | beauty fix | Daniel Stenberg | |
2001-05-28 | global_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-28 | curl_global_cleanup and curl_global_init added to the family | Daniel Stenberg | |