summaryrefslogtreecommitdiff
path: root/docs/examples/anyauthput.c
Commit message (Collapse)AuthorAgeFilesLines
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
|
* anyauthput: remove unused codeMarcel Raad2017-05-011-24/+0
| | | | | | | | The definition of TRUE was introduced in 4a728747e6f8845e500910e397dfc99aaf4a7984 and is not used anymore since e664cd5826d43930fcc5b5dbaedbec94af33184b. The usage of intptr_t was removed in 32e38b8f42477cf5ce3c3fef2fcc9db82f7fb7be.
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
|
* anyauthput.c: fix compiler warningsDaniel Stenberg2016-02-171-5/+7
|
* examples: fix some compiler warningsDaniel Stenberg2016-02-111-1/+1
|
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-5/+5
| | | | | | | | | | 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 Stenberg2016-02-031-1/+1
|
* examples: add descriptions with <DESC>Daniel Stenberg2015-06-181-1/+6
| | | | | Using this fixed format for example descriptions, we can generate a better list on the web site.
* examples/anyauthput.c: fix Tru64 compilation issueYang Tse2012-12-101-2/+2
|
* examples: fix compilation issues - commit 23f8dca6fb follow-upYang Tse2012-12-051-3/+7
|
* examples: fix compilation issuesYang Tse2012-12-051-1/+5
|
* Added error checking for samples.Guenter Knauf2012-07-041-0/+4
|
* examples: fix compiler warningsYang Tse2012-04-131-3/+6
|
* Added some include files in a couple of example programsDan Fandrich2011-12-061-0/+1
| | | | | This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy.
* Added a workaround for printing size_t.Guenter Knauf2011-09-231-1/+2
|
* anyauthput.c: stdint.h must not be included unconditionallyDaniel Stenberg2011-04-281-2/+0
| | | | | | | | As it is already included by curlbuild.h if it exists on the platform it was included here superfluously anyway. Reported by: Dagobert Michelsen Bug: http://curl.haxx.se/bug/view.cgi?id=3294509
* sources: update source headersDaniel Stenberg2011-03-101-3/+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$ linesDaniel Stenberg2010-03-241-1/+0
|
* replaced tabs with spacesYang Tse2010-02-161-1/+1
|
* VMS adjustmentYang Tse2009-06-101-1/+3
|
* docs/example patches for VMSYang Tse2009-06-051-1/+3
|
* MSVC adjustmentYang Tse2008-08-311-2/+15
|
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-3/+4
| | | | to curl_easy_setopt instead of long.
* Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich2008-05-151-0/+1
|
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-271-5/+5
| | | | test code. Thanks to his curl_easy_setopt() typechecker work...
* Fixed some more simple compile warnings in the examples.Dan Fandrich2007-07-161-1/+1
|
* make it compile fineDaniel Stenberg2007-07-121-0/+5
|
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-0/+135