aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/anyauthput.c
AgeCommit message (Collapse)Author
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
2008-05-15Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich
2008-02-27Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg
test code. Thanks to his curl_easy_setopt() typechecker work...
2007-07-16Fixed some more simple compile warnings in the examples.Dan Fandrich
2007-07-12make it compile fineDaniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg