History log of /curl/docs/examples/anyauthput.c (Results 26 – 44 of 44)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7332a7ca 05-Dec-2012 Yang Tse

examples: fix compilation issues - commit 23f8dca6fb follow-up


# 23f8dca6 04-Dec-2012 Yang Tse

examples: fix compilation issues


Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0
# a3dbbcfd 04-Jul-2012 Guenter Knauf

Added error checking for samples.


Revision tags: curl-7_26_0
# 865893fb 13-Apr-2012 Yang Tse

examples: fix compiler warnings


Revision tags: curl-7_25_0, curl-7_24_0
# 46724b87 07-Dec-2011 Dan Fandrich

Added some include files in a couple of example programs

This improves portability of the examples. This patch was
submitted to the OpenBSD ports collection by naddy.


Revision tags: curl-7_23_1, curl-7_23_0
# ba52e0a9 22-Sep-2011 Guenter Knauf

Added a workaround for printing size_t.


Revision tags: curl-7_22_0, curl-7_21_7
# c4bc1d47 28-Apr-2011 Daniel Stenberg

anyauthput.c: stdint.h must not be included unconditionally

As it is already included by curlbuild.h if it exists on the platform it
was included here superfluously anyway.

Repo

anyauthput.c: stdint.h must not be included unconditionally

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

show more ...


Revision tags: curl-7_21_6, curl-7_21_5
# 1aeb635c 10-Mar-2011 Daniel Stenberg

sources: update source headers

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 disc

sources: update source headers

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.

show more ...


Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# 46b112bc 16-Feb-2010 Yang Tse

replaced tabs with spaces


Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6
# 5d502eb9 10-Jun-2009 Yang Tse

VMS adjustment


# 6582895b 05-Jun-2009 Yang Tse

docs/example patches for VMS


Revision tags: curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0
# 79ffbf7f 31-Aug-2008 Yang Tse

MSVC adjustment


Revision tags: curl-7_18_2
# e664cd58 22-May-2008 Dan Fandrich

Fixed a surprising number of example programs that were passing int arguments
to curl_easy_setopt instead of long.


# ade57a78 15-May-2008 Dan Fandrich

Included stdint.h to get the intptr_t type (needed on OpenBSD at least).


Revision tags: curl-7_18_1
# b12fef3f 27-Feb-2008 Daniel Stenberg

Michal Marek's cleanup of how curl_easy_setopt() is used in examples and
test code. Thanks to his curl_easy_setopt() typechecker work...


Revision tags: curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix
# 4706a933 16-Jul-2007 Dan Fandrich

Fixed some more simple compile warnings in the examples.


# 4a728747 12-Jul-2007 Daniel Stenberg

make it compile fine


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3
# 3e1caa61 24-Nov-2004 Daniel Stenberg

HTTP "auth done right". See lib/README.httpauth


12