aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Expand)Author
2002-12-03Jeff pointed out this flaw in the exampleDaniel Stenberg
2002-11-22don't use curl.haxx.seDaniel Stenberg
2002-08-14re-order the compiler arguments to keep more compiler happyDaniel Stenberg
2002-08-12added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg
2002-08-08makes things betterDaniel Stenberg
2002-06-19removed the php/examples reference as that dir is not in the archivesDaniel Stenberg
2002-06-19simplified the compile line even moreDaniel Stenberg
2002-06-19simplepost.c shows a simple POST ;-)Daniel Stenberg
2002-05-13we don't need win32sockets.c anymore, we support this internallyDaniel Stenberg
2002-05-13fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg
2002-05-06Added multi-post.c, based on the source file posted by Gustaf HuiDaniel Stenberg
2002-03-19Added the three multi interface source code examples to the distribDaniel Stenberg
2002-03-19fixed include and added headerDaniel Stenberg
2002-03-14new example for libcurl 7.9.6 or laterDaniel Stenberg
2002-03-11corrected the use of the progress functionDaniel Stenberg
2002-03-04multi interface using examplesDaniel Stenberg
2002-01-25postit.c is removed, it used the deprecated curl_formparse() and mayDaniel Stenberg
2002-01-17added a comment about this example only works with 7.9.3 and newer libsDaniel Stenberg
2002-01-16added a somewhat cool single-line command that builds most example sourcesDaniel Stenberg
2002-01-13Götz Babin-Ebell updated with some new 7.9.3 featuresDaniel Stenberg
2002-01-10added http-post.cDaniel Stenberg
2002-01-09bad comment begoneDaniel Stenberg
2002-01-09cut off argc and argv as wellDaniel Stenberg
2002-01-09Cleaned up this example to make it even simpler.Daniel Stenberg
2002-01-08I made the write callback create the file the first time it gets called soDaniel Stenberg
2002-01-08another example source addedDaniel Stenberg
2002-01-087.9.3 pre-release commitDaniel Stenberg
2001-12-18Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg
2001-09-25Added httpput.cDaniel Stenberg
2001-08-29added ftpupload.cDaniel Stenberg
2001-08-23curl_formadd() using example, the 7.9 style of building rfc1867 form postsDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-07-12Leftover -- add a note about this in the examples file :)Sterling Hughes
2001-06-29removed static, removed curl special return type, added include windows.hDaniel Stenberg
2001-05-15Added getinmemory.cDaniel Stenberg
2001-05-15this might actually compile too...Daniel Stenberg
2001-05-15an example on how you can use the write callback to receive data in a memoryDaniel Stenberg
2001-05-15We need -lpthread for the pthread exampleDaniel Stenberg
2001-05-15correctedDaniel Stenberg
2001-05-04Added multithread.cDaniel Stenberg
2001-05-04example using multiple threads to get URLsDaniel Stenberg
2001-05-03fixed the EXTRA_DIST lineDaniel Stenberg
2001-04-12Added text about curl.haxx.se not being a good test target for people'sDaniel Stenberg
2001-03-27Added a line about the new makefile exampleDaniel Stenberg
2001-03-27Added Makefile.example as an example makefile that can build the exampleDaniel Stenberg
2001-03-27Added ftpget.c just to show that it is exactly as easy to get FTP filesDaniel Stenberg
2001-03-16moved to ../../php/examples/Daniel Stenberg
2001-03-16the PHP examples are movedDaniel Stenberg
2001-03-05Added a persistant connection exampleDaniel Stenberg
2001-02-20removed the #ifdefDaniel Stenberg