Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-24 | test536: do not fail with threaded DNS resolver | Kamil Dudka | |
Also tweaked comments in certain examples using curl_multi_fdset(). | |||
2010-02-26 | spellchecked by Stéphane Fillod | Daniel Stenberg | |
2008-09-06 | remove unnecessary typecasting of malloc() | 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-04-04 | Give a hint as to why a url_fopen failed. | Dan Fandrich | |
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2006-10-13 | Added comments about checking return code and the maxfd counter | Daniel Stenberg | |
2004-11-22 | remove curl_ prefix from functions not present in libcurl | Daniel Stenberg | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2003-12-08 | removed old version checks | Daniel Stenberg | |
2003-12-08 | use the newer option names | Daniel Stenberg | |
2003-08-11 | Vincent Sanders's massive update of this example code. One could argue | Daniel Stenberg | |
weather this is still an "example" or a whole new API layer! ;-) | |||
2003-01-27 | made it work | Daniel Stenberg | |
made it cause less compiler warnings made it require 7.9.7 to build | |||
2002-05-13 | fopen.c added, a fopen() style emulation for URL reading | Daniel Stenberg | |