Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-17 | docs: fix typos | Jakub Wilk | |
Closes https://github.com/curl/curl/pull/2503 | |||
2018-01-27 | docs: fix typos in man pages | Alessandro Ghedini | |
Closes https://github.com/curl/curl/pull/2266 | |||
2017-11-27 | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg | |
This bit is no longer used. It is not clear what it meant for users to "init the TLS" in a world with different TLS backends and since the introduction of multissl, libcurl didn't properly work if inited without this bit set. Not a single user responded to the call for users of it: https://curl.haxx.se/mail/lib-2017-11/0072.html Reported-by: Evgeny Grin Assisted-by: Jay Satiro Fixes #2089 Fixes #2083 Closes #2107 | |||
2017-08-28 | curl_global_init.3: mention curl_global_sslset(3) | Daniel Stenberg | |
2016-06-29 | curl_global_init.3: improved formatting of the flags | Daniel Stenberg | |
2016-06-29 | curl_global_init.3: expand on the SSL and WIN32 bits purpose | Daniel Stenberg | |
Reported-by: Richard Gray Bug: https://curl.haxx.se/mail/lib-2016-06/0136.html | |||
2016-05-02 | docs: unified man page references to use \fI | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-04 | curl_global_init.3: Add Windows-specific info for init via DLL | Jay Satiro | |
- Add to both curl_global_init.3 and libcurl.3 the caveat for Windows that initializing libcurl via a DLL's DllMain or static initializer could cause a deadlock. Bug: https://github.com/bagder/curl/issues/586 Reported-by: marc-groundctl@users.noreply.github.com | |||
2014-10-24 | curl_global_init.3: minor formatting fix, add version info | Daniel Stenberg | |
2013-04-05 | curl_global_init.3: improve description of CURL_GLOBAL_ALL | Kamil Dudka | |
Reported by: Tomas Mlcoch | |||
2013-03-12 | curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag | Zdenek Pavlas | |
The flag can be used in pycurl-based applications where using the multi interface would not be acceptable because of the performance lost caused by implementing the select() loop in python. Bug: http://curl.haxx.se/bug/view.cgi?id=1168 Downstream Bug: https://bugzilla.redhat.com/919127 | |||
2012-07-12 | docs: mention CURL_GLOBAL_DEFAULT | Daniel Stenberg | |
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-12-28 | Anthony Bryan's man page cleanup in language and spelling | Daniel Stenberg | |
2006-07-26 | [Hiper-related work] Added a function called curl_multi_assign() that will | Daniel Stenberg | |
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function. | |||
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-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
2004-02-27 | formatting update to produce better links with the new roffit version | Daniel Stenberg | |
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg | |