summaryrefslogtreecommitdiff
path: root/docs/examples/curlx.c
Commit message (Collapse)AuthorAgeFilesLines
* spelling fixesViktor Szakats2018-06-031-1/+1
| | | | | | Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
| | | | | | Found via `codespell` Closes #2389
* examples/curlx: Fix code stylefmmedeiros2017-11-181-1/+2
| | | | | | - Add braces around multi-line if statement. Closes https://github.com/curl/curl/pull/2096
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
|
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-32/+35
|
* spelling fixesklemens2017-03-261-1/+1
| | | | Closes #1356
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-10/+18
| | | | | ... they're already frowned upon in our source code style guide, this now enforces the rule harder.
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
| | | | In order to make the code style more uniform everywhere
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-21/+21
|
* docs/examples: remove spurious white spaces all overDaniel Stenberg2016-04-031-2/+2
| | | | ... to please the new, slightly picker, checksrc.pl
* curlx.c: use more curl style codeDaniel Stenberg2016-03-061-13/+4
|
* curlx.c: i2s_ASN1_IA5STRING() clashes with an openssl functionDaniel Stenberg2016-02-171-3/+3
| | | | Reported-By: Gisle Vanem
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-138/+185
| | | | | | | | | | 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 more http to httpsViktor Szakats2016-02-021-3/+3
|
* examples: more descriptionsDaniel Stenberg2015-06-181-1/+4
|
* docs: Spelling fixesVille Skyttä2015-06-081-1/+1
|
* OpenSSL: remove reference to openssl internal structPeter Sylvester2012-01-041-2/+1
| | | | | With this change, curl compiles with the new OPENSSL_NO_SSL_INTERN cflag. This flag might become the default in some distant future.
* removed trailing whitespaceYang Tse2010-02-141-1/+1
|
* use the modern name for this optionDaniel Stenberg2010-01-041-1/+1
|
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-3/+3
|
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
|
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-2/+2
| | | | to curl_easy_setopt instead of long.
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-8/+9
| | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
* Compiler warning fixYang Tse2006-10-291-1/+8
|
* re-indented to curl styleDaniel Stenberg2004-11-221-325/+351
|
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-286/+286
|
* Peter Sylvester's curlx.c code example addedDaniel Stenberg2003-10-031-0/+480