summaryrefslogtreecommitdiff
path: root/docs/examples/multithread.c
AgeCommit message (Collapse)Author
13 daystidy-up: move literal to the right side of comparisonsViktor Szakats
Closes #17876
2025-05-30spelling: 'a' vs 'an'Daniel Stenberg
Closes #17487
2024-12-20examples/complicated: fix warnings, bump deprecated callback, tidy upViktor Szakats
Also: make them C89, add consts. Closes #15785
2024-09-19lib/src: white space edits to comply better with code styleDaniel Stenberg
... as checksrc now finds and complains about these. Closes #14921
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
2022-11-22examples: update descriptionsDaniel Stenberg
Make them not say "this is an example showing..." and instead just say what the example shows. Closes #9960
2022-06-13copyright: make repository REUSE compliantmax.mehl
Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
2021-08-30mailing lists: move from cool.haxx.se to lists.haxx.seDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2020-06-29examples/multithread.c: call curl_global_cleanup()Daniel Stenberg
Reported-by: qiandu2006 on github Fixes #5622 Closes #5623
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
Closes #4547
2019-05-21examples: remove unused variablesMarcel Raad
Fixes Codacy/CppCheck warnings. Closes
2018-09-23docs/examples: URL updatesViktor Szakats
- also update two URLs outside of docs/examples - fix spelling of filename persistant.c - fix three long lines that started failing checksrc.pl Closes https://github.com/curl/curl/pull/3036
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-02-09examples/multithread.c: link to our multi-thread docsDaniel Stenberg
... instead of the OpenSSL mutex page.
2016-02-02URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-07-01examples: provide <DESC> sectionsDaniel Stenberg
2011-03-10sources: update source headersDaniel Stenberg
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
example programs.
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
2004-11-16mention the openssl callbacks for SSL multithreadDaniel Stenberg
2001-05-04example using multiple threads to get URLsDaniel Stenberg