Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 days | tidy-up: move literal to the right side of comparisons | Viktor Szakats | |
Closes #17876 | |||
2025-05-30 | spelling: 'a' vs 'an' | Daniel Stenberg | |
Closes #17487 | |||
2024-12-20 | examples/complicated: fix warnings, bump deprecated callback, tidy up | Viktor Szakats | |
Also: make them C89, add consts. Closes #15785 | |||
2024-09-19 | lib/src: white space edits to comply better with code style | Daniel Stenberg | |
... as checksrc now finds and complains about these. Closes #14921 | |||
2023-01-03 | copyright: update all copyright lines and remove year ranges | Daniel 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-22 | examples: update descriptions | Daniel Stenberg | |
Make them not say "this is an example showing..." and instead just say what the example shows. Closes #9960 | |||
2022-06-13 | copyright: make repository REUSE compliant | max.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-30 | mailing lists: move from cool.haxx.se to lists.haxx.se | Daniel Stenberg | |
2020-11-04 | curl.se: new home | Daniel Stenberg | |
Closes #6172 | |||
2020-06-29 | examples/multithread.c: call curl_global_cleanup() | Daniel Stenberg | |
Reported-by: qiandu2006 on github Fixes #5622 Closes #5623 | |||
2019-11-02 | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz | |
Closes #4547 | |||
2019-05-21 | examples: remove unused variables | Marcel Raad | |
Fixes Codacy/CppCheck warnings. Closes | |||
2018-09-23 | docs/examples: URL updates | Viktor 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-11 | code style: use spaces around equals signs | Daniel Stenberg | |
2017-02-09 | examples/multithread.c: link to our multi-thread docs | Daniel Stenberg | |
... instead of the OpenSSL mutex page. | |||
2016-02-02 | URLs: change more http to https | Viktor Szakats | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2011-03-10 | sources: update source headers | Daniel 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-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-04-03 | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich | |
example programs. | |||
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2004-11-16 | mention the openssl callbacks for SSL multithread | Daniel Stenberg | |
2001-05-04 | example using multiple threads to get URLs | Daniel Stenberg | |