Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | all: fix codespell errors | Viktor Szakats | |
Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452 | |||
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg | |
.. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549 | |||
2019-08-21 | docs/examples/curlx: fix errors | Gisle Vanem | |
Initialise 'mimetype' and require the -p12 arg. Closes #4248 | |||
2019-05-21 | examples: remove unused variables | Marcel Raad | |
Fixes Codacy/CppCheck warnings. Closes | |||
2018-09-17 | examples: Fix memory leaks from realloc errors | Kruzya | |
Make sure to not overwrite the reallocated pointer in realloc() calls to avoid a memleak on memory errors. | |||
2018-06-03 | spelling fixes | Viktor Szakats | |
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL. | |||
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz | |
Found via `codespell` Closes #2389 | |||
2017-11-18 | examples/curlx: Fix code style | fmmedeiros | |
- Add braces around multi-line if statement. Closes https://github.com/curl/curl/pull/2096 | |||
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg | |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg | |
2017-03-26 | spelling fixes | klemens | |
Closes #1356 | |||
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg | |
... they're already frowned upon in our source code style guide, this now enforces the rule harder. | |||
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | |
In order to make the code style more uniform everywhere | |||
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg | |
2016-04-03 | docs/examples: remove spurious white spaces all over | Daniel Stenberg | |
... to please the new, slightly picker, checksrc.pl | |||
2016-03-06 | curlx.c: use more curl style code | Daniel Stenberg | |
2016-02-17 | curlx.c: i2s_ASN1_IA5STRING() clashes with an openssl function | Daniel Stenberg | |
Reported-By: Gisle Vanem | |||
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg | |
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. | |||
2016-02-02 | URLs: change more http to https | Viktor Szakats | |
2015-06-18 | examples: more descriptions | Daniel Stenberg | |
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2012-01-04 | OpenSSL: remove reference to openssl internal struct | Peter Sylvester | |
With this change, curl compiles with the new OPENSSL_NO_SSL_INTERN cflag. This flag might become the default in some distant future. | |||
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-01-04 | use the modern name for this option | Daniel Stenberg | |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse | |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
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. | |||
2006-10-29 | Compiler warning fix | Yang Tse | |
2004-11-22 | re-indented to curl style | Daniel Stenberg | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2003-10-03 | Peter Sylvester's curlx.c code example added | Daniel Stenberg | |