summaryrefslogtreecommitdiff
path: root/docs/examples/anyauthput.c
Commit message (Expand)AuthorAgeFilesLines
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* anyauthput: fix compiler warning on 64-bit WindowsMarcel Raad2018-09-121-5/+8
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* anyauthput: remove unused codeMarcel Raad2017-05-011-24/+0
* 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
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* examples: add descriptions with <DESC>Daniel Stenberg2015-06-181-1/+6
* 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
* 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
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* 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
* 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
* 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