Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2006-01-15 | Bryan 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-23 | clarified that curl_global_init() isn't thread-safe and that it might affect | Daniel Stenberg | |
curl_easy_init() if you don't call curl_global_init() explicitly in your app | |||
2004-08-17 | see also the reset function | Daniel Stenberg | |
2004-04-13 | removed the BUGS section since it offers nothing good | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-02-27 | formatting update to produce better links with the new roffit version | Daniel Stenberg | |
2003-11-05 | minor format edits | Daniel Stenberg | |
2002-03-04 | mention 'easy handle' and not just handle, there will soon be other handles | Daniel Stenberg | |
to keep track of too | |||
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg | |