aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl.3
AgeCommit message (Collapse)Author
2017-08-28Add a man page for curl_global_sslset()Johannes Schindelin
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-04curl_global_init.3: Add Windows-specific info for init via DLLJay 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-03libcurl.3: fix a single typoDaniel Stenberg
Closes #361
2015-07-28libcurl-thread.3: Consolidate thread safety infoJay 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-25libcurl.3: fix formattingDaniel Stenberg
refer to functions with the man page section properly
2014-08-29libcurl.3: Typo fixedAskar Safin
2014-02-18libcurl.3: edited slightly to improve readabilityDaniel Stenberg
2013-09-12libcurl.3: for multi interface connections are held in the multi handleDaniel Stenberg
... and a few more cleanups/clarifications
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-12-22- Anthony Bryan provided a set of patches that cleaned up manual language,Daniel Stenberg
corrected spellings and more.
2006-06-21minor language edits bug reports 1510080 1510098Daniel Stenberg
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.
2004-06-21refer to the new tutorial man pageDaniel Stenberg
2004-05-05minor update editsDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-03-15more formatting fixesDaniel Stenberg
2004-03-15refer to function names better to enhance the HTML outputDaniel Stenberg
2003-11-04use .BR to refer to other man pages to make it easier for parsers to knowDaniel Stenberg
2003-08-12separated the easy-specific stuff into a new libcurl-easy.3 man page andDaniel Stenberg
made the libcurl.3 one a more generic overview
2002-04-09spell checked and removed talk about very old version numbersDaniel Stenberg
2002-03-19removed text that really belongs to very old libcurls that are no longerDaniel Stenberg
being used widely
2002-03-19point out that this describes the easy interface and also make a moreDaniel Stenberg
general statement about language bindings
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg