Age | Commit message (Expand) | Author |
2002-08-14 | re-order the compiler arguments to keep more compiler happy | Daniel Stenberg |
2002-08-12 | added comment about CURLOPT_WRITEDATA for directing contents somewhere | Daniel Stenberg |
2002-08-08 | makes things better | Daniel Stenberg |
2002-06-19 | removed the php/examples reference as that dir is not in the archives | Daniel Stenberg |
2002-06-19 | simplified the compile line even more | Daniel Stenberg |
2002-06-19 | simplepost.c shows a simple POST ;-) | Daniel Stenberg |
2002-05-13 | we don't need win32sockets.c anymore, we support this internally | Daniel Stenberg |
2002-05-13 | fopen.c added, a fopen() style emulation for URL reading | Daniel Stenberg |
2002-05-06 | Added multi-post.c, based on the source file posted by Gustaf Hui | Daniel Stenberg |
2002-03-19 | Added the three multi interface source code examples to the distrib | Daniel Stenberg |
2002-03-19 | fixed include and added header | Daniel Stenberg |
2002-03-14 | new example for libcurl 7.9.6 or later | Daniel Stenberg |
2002-03-11 | corrected the use of the progress function | Daniel Stenberg |
2002-03-04 | multi interface using examples | Daniel Stenberg |
2002-01-25 | postit.c is removed, it used the deprecated curl_formparse() and may | Daniel Stenberg |
2002-01-17 | added a comment about this example only works with 7.9.3 and newer libs | Daniel Stenberg |
2002-01-16 | added a somewhat cool single-line command that builds most example sources | Daniel Stenberg |
2002-01-13 | G�tz Babin-Ebell updated with some new 7.9.3 features | Daniel Stenberg |
2002-01-10 | added http-post.c | Daniel Stenberg |
2002-01-09 | bad comment begone | Daniel Stenberg |
2002-01-09 | cut off argc and argv as well | Daniel Stenberg |
2002-01-09 | Cleaned up this example to make it even simpler. | Daniel Stenberg |
2002-01-08 | I made the write callback create the file the first time it gets called so | Daniel Stenberg |
2002-01-08 | another example source added | Daniel Stenberg |
2002-01-08 | 7.9.3 pre-release commit | Daniel Stenberg |
2001-12-18 | G�tz Babin-Ebell's contributed "simplessl.c" example source code | Daniel Stenberg |
2001-09-25 | Added httpput.c | Daniel Stenberg |
2001-08-29 | added ftpupload.c | Daniel Stenberg |
2001-08-23 | curl_formadd() using example, the 7.9 style of building rfc1867 form posts | Daniel Stenberg |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg |
2001-07-12 | Leftover -- add a note about this in the examples file :) | Sterling Hughes |
2001-06-29 | removed static, removed curl special return type, added include windows.h | Daniel Stenberg |
2001-05-15 | Added getinmemory.c | Daniel Stenberg |
2001-05-15 | this might actually compile too... | Daniel Stenberg |
2001-05-15 | an example on how you can use the write callback to receive data in a memory | Daniel Stenberg |
2001-05-15 | We need -lpthread for the pthread example | Daniel Stenberg |
2001-05-15 | corrected | Daniel Stenberg |
2001-05-04 | Added multithread.c | Daniel Stenberg |
2001-05-04 | example using multiple threads to get URLs | Daniel Stenberg |
2001-05-03 | fixed the EXTRA_DIST line | Daniel Stenberg |
2001-04-12 | Added text about curl.haxx.se not being a good test target for people's | Daniel Stenberg |
2001-03-27 | Added a line about the new makefile example | Daniel Stenberg |
2001-03-27 | Added Makefile.example as an example makefile that can build the example | Daniel Stenberg |
2001-03-27 | Added ftpget.c just to show that it is exactly as easy to get FTP files | Daniel Stenberg |
2001-03-16 | moved to ../../php/examples/ | Daniel Stenberg |
2001-03-16 | the PHP examples are moved | Daniel Stenberg |
2001-03-05 | Added a persistant connection example | Daniel Stenberg |
2001-02-20 | removed the #ifdef | Daniel Stenberg |
2001-02-20 | win32sockets.c is now added with winsock init/cleanup example functions | Daniel Stenberg |
2001-02-19 | Added three tiny PHP examples | Daniel Stenberg |