aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_init.3
AgeCommit message (Collapse)Author
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-11-25curl*3: added small examplesDaniel Stenberg
and some minor edits
2014-10-21docs: edited lots of libcurl docs for clarityDaniel Stenberg
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2006-01-15Bryan Henderson turned the 'initialized' variable for curl_global_init()Daniel Stenberg
into a counter, and thus you can now do multiple curl_global_init() and you are then supposed to do the same amount of calls to curl_global_cleanup(). Bryan also updated the docs accordingly.
2005-12-23clarified that curl_global_init() isn't thread-safe and that it might affectDaniel Stenberg
curl_easy_init() if you don't call curl_global_init() explicitly in your app
2004-08-17see also the reset functionDaniel Stenberg
2004-04-13removed the BUGS section since it offers nothing goodDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2003-11-05minor format editsDaniel Stenberg
2002-03-04mention 'easy handle' and not just handle, there will soon be other handlesDaniel Stenberg
to keep track of too
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg