Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | |
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141 | |||
2017-08-28 | Add a man page for curl_global_sslset() | Johannes Schindelin | |
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | |||
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 | |||
2015-08-03 | libcurl.3: fix a single typo | Daniel Stenberg | |
Closes #361 | |||
2015-07-28 | libcurl-thread.3: Consolidate thread safety info | Jay Satiro | |
This is a new document to consolidate our thread safety information from several documents (curl-www:features, libcurl.3, libcurl-tutorial.3). Each document's section on multi-threading will now point to this one. | |||
2014-11-25 | libcurl.3: fix formatting | Daniel Stenberg | |
refer to functions with the man page section properly | |||
2014-08-29 | libcurl.3: Typo fixed | Askar Safin | |
2014-02-18 | libcurl.3: edited slightly to improve readability | Daniel Stenberg | |
2013-09-12 | libcurl.3: for multi interface connections are held in the multi handle | Daniel Stenberg | |
... and a few more cleanups/clarifications | |||
2011-03-12 | source header: added to more files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-12-22 | - Anthony Bryan provided a set of patches that cleaned up manual language, | Daniel Stenberg | |
corrected spellings and more. | |||
2006-06-21 | minor language edits bug reports 1510080 1510098 | Daniel Stenberg | |
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. | |||
2004-06-21 | refer to the new tutorial man page | Daniel Stenberg | |
2004-05-05 | minor update edits | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-03-15 | more formatting fixes | Daniel Stenberg | |
2004-03-15 | refer to function names better to enhance the HTML output | Daniel Stenberg | |
2003-11-04 | use .BR to refer to other man pages to make it easier for parsers to know | Daniel Stenberg | |
2003-08-12 | separated the easy-specific stuff into a new libcurl-easy.3 man page and | Daniel Stenberg | |
made the libcurl.3 one a more generic overview | |||
2002-04-09 | spell checked and removed talk about very old version numbers | Daniel Stenberg | |
2002-03-19 | removed text that really belongs to very old libcurls that are no longer | Daniel Stenberg | |
being used widely | |||
2002-03-19 | point out that this describes the easy interface and also make a more | Daniel Stenberg | |
general statement about language bindings | |||
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg | |