Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg | |
.. because checksrc's copyright year check stopped working. Ref: https://github.com/curl/curl/pull/4547 Closes https://github.com/curl/curl/pull/4549 | |||
2018-09-12 | anyauthput: fix compiler warning on 64-bit Windows | Marcel Raad | |
On Windows, the read function from <io.h> is used, which has its byte count parameter as unsigned int instead of size_t. Closes https://github.com/curl/curl/pull/2972 | |||
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg | |
2017-05-01 | anyauthput: remove unused code | Marcel Raad | |
The definition of TRUE was introduced in 4a728747e6f8845e500910e397dfc99aaf4a7984 and is not used anymore since e664cd5826d43930fcc5b5dbaedbec94af33184b. The usage of intptr_t was removed in 32e38b8f42477cf5ce3c3fef2fcc9db82f7fb7be. | |||
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | |
2016-02-17 | anyauthput.c: fix compiler warnings | Daniel Stenberg | |
2016-02-11 | examples: fix some compiler warnings | Daniel Stenberg | |
2016-02-11 | examples: adhere to curl code style | Daniel Stenberg | |
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. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-06-18 | examples: add descriptions with <DESC> | Daniel Stenberg | |
Using this fixed format for example descriptions, we can generate a better list on the web site. | |||
2012-12-10 | examples/anyauthput.c: fix Tru64 compilation issue | Yang Tse | |
2012-12-05 | examples: fix compilation issues - commit 23f8dca6fb follow-up | Yang Tse | |
2012-12-05 | examples: fix compilation issues | Yang Tse | |
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
2012-04-13 | examples: fix compiler warnings | Yang Tse | |
2011-12-06 | Added some include files in a couple of example programs | Dan Fandrich | |
This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy. | |||
2011-09-23 | Added a workaround for printing size_t. | Guenter Knauf | |
2011-04-28 | anyauthput.c: stdint.h must not be included unconditionally | Daniel Stenberg | |
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 | |||
2011-03-10 | sources: update source headers | Daniel Stenberg | |
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. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2009-06-10 | VMS adjustment | Yang Tse | |
2009-06-05 | docs/example patches for VMS | Yang Tse | |
2008-08-31 | MSVC adjustment | Yang Tse | |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2008-05-15 | Included stdint.h to get the intptr_t type (needed on OpenBSD at least). | Dan Fandrich | |
2008-02-27 | Michal Marek's cleanup of how curl_easy_setopt() is used in examples and | Daniel Stenberg | |
test code. Thanks to his curl_easy_setopt() typechecker work... | |||
2007-07-16 | Fixed some more simple compile warnings in the examples. | Dan Fandrich | |
2007-07-12 | make it compile fine | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |