Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | www.curl.se: new project homebagder/www.curl.se | Daniel Stenberg | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz | 2019-11-02 | 1 | -1/+1 |
| | | | | Closes #4547 | ||||
* | examples: reduce variable scopes | Marcel Raad | 2019-05-22 | 1 | -5/+4 |
| | | | | Closes https://github.com/curl/curl/pull/3919 | ||||
* | examples: remove unused variables | Marcel Raad | 2019-05-21 | 1 | -8/+6 |
| | | | | | | Fixes Codacy/CppCheck warnings. Closes | ||||
* | docs/examples: URL updates | Viktor Szakats | 2018-09-23 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -3/+3 |
| | |||||
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -6/+6 |
| | | | | In order to make the code style more uniform everywhere | ||||
* | docs/examples: remove spurious white spaces all over | Daniel Stenberg | 2016-04-03 | 1 | -1/+1 |
| | | | | ... to please the new, slightly picker, checksrc.pl | ||||
* | examples: adhere to curl code style | Daniel Stenberg | 2016-02-11 | 1 | -8/+4 |
| | | | | | | | | | | All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed. | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | examples: added descriptions | Daniel Stenberg | 2016-01-04 | 1 | -3/+6 |
| | |||||
* | examples: cleanup curl includes | Daniel Stenberg | 2011-06-28 | 1 | -2/+0 |
| | | | | Only <curl/curl.h> is needed typically and curl/types.h has been removed | ||||
* | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -2/+15 |
| | | | | | | 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. | ||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich | 2008-04-03 | 1 | -3/+4 |
| | | | | example programs. | ||||
* | This is a multi threaded application that uses a progress bar to show | Daniel Stenberg | 2008-01-20 | 1 | -0/+217 |
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop |