Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12-17 | examples: fix compiler warnings | Daniel Stenberg | |
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-06-05 | docs/example patches for VMS | 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-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... | |||
2006-10-20 | made the arrow for 'Send SSL data' point in the right direction! | Daniel Stenberg | |
2004-08-23 | debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get | Daniel Stenberg | |
lots of fine info from a transfer |