summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* David J Meyer's large file support.Daniel Stenberg2004-01-052-4/+3
* typecast the size to long for platforms where st_size is off_tDaniel Stenberg2003-12-181-2/+3
* clarified the URL part based on the problems Martin Hilpert hadDaniel Stenberg2003-12-181-1/+2
* removed old version checksDaniel Stenberg2003-12-082-15/+0
* use the newer option namesDaniel Stenberg2003-12-087-7/+7
* cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg2003-11-192-10/+4
* cleaned upDaniel Stenberg2003-11-191-13/+1
* remove the wrong win32 comment and use global_initDaniel Stenberg2003-11-191-3/+2
* Peter Sylvester's curlx.c code example addedDaniel Stenberg2003-10-032-1/+481
* Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read()Daniel Stenberg2003-08-281-11/+40
* Vincent Sanders's massive update of this example code. One could argueDaniel Stenberg2003-08-111-166/+496
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-212-1/+32
* missing semicolon, by Gisle VanemDaniel Stenberg2003-05-201-1/+1
* Andy Cedilnik's correctionsDaniel Stenberg2003-03-172-1/+4
* no the data is not freed, this is left for the app to do when neededDaniel Stenberg2003-03-101-0/+4
* made it workDaniel Stenberg2003-01-271-41/+54
* fixDaniel Stenberg2003-01-091-1/+2
* call curl_multi_perform() correctlyDaniel Stenberg2003-01-091-1/+2
* Jeff pointed out this flaw in the exampleDaniel Stenberg2002-12-031-1/+2
* don't use curl.haxx.seDaniel Stenberg2002-11-221-1/+1
* re-order the compiler arguments to keep more compiler happyDaniel Stenberg2002-08-142-1/+6
* added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg2002-08-121-0/+4
* makes things betterDaniel Stenberg2002-08-081-0/+2
* removed the php/examples reference as that dir is not in the archivesDaniel Stenberg2002-06-191-8/+6
* simplified the compile line even moreDaniel Stenberg2002-06-191-1/+1
* simplepost.c shows a simple POST ;-)Daniel Stenberg2002-06-192-1/+37
* we don't need win32sockets.c anymore, we support this internallyDaniel Stenberg2002-05-132-50/+1
* fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg2002-05-132-5/+228
* Added multi-post.c, based on the source file posted by Gustaf HuiDaniel Stenberg2002-05-062-1/+127
* Added the three multi interface source code examples to the distribDaniel Stenberg2002-03-191-1/+2
* fixed include and added headerDaniel Stenberg2002-03-193-14/+34
* new example for libcurl 7.9.6 or laterDaniel Stenberg2002-03-142-1/+90
* corrected the use of the progress functionDaniel Stenberg2002-03-111-1/+6
* multi interface using examplesDaniel Stenberg2002-03-043-0/+259
* postit.c is removed, it used the deprecated curl_formparse() and mayDaniel Stenberg2002-01-252-72/+1
* added a comment about this example only works with 7.9.3 and newer libsDaniel Stenberg2002-01-171-0/+3
* added a somewhat cool single-line command that builds most example sourcesDaniel Stenberg2002-01-161-0/+4
* Götz Babin-Ebell updated with some new 7.9.3 featuresDaniel Stenberg2002-01-131-0/+5
* added http-post.cDaniel Stenberg2002-01-102-1/+36
* bad comment begoneDaniel Stenberg2002-01-091-1/+0
* cut off argc and argv as wellDaniel Stenberg2002-01-091-1/+1
* Cleaned up this example to make it even simpler.Daniel Stenberg2002-01-091-10/+0
* I made the write callback create the file the first time it gets called soDaniel Stenberg2002-01-081-11/+50
* another example source addedcurl-7_9_3-pre1Daniel Stenberg2002-01-081-1/+1
* 7.9.3 pre-release commitDaniel Stenberg2002-01-081-0/+61
* Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg2001-12-182-1/+112
* Added httpput.cDaniel Stenberg2001-09-252-1/+101
* added ftpupload.cDaniel Stenberg2001-08-292-1/+89
* curl_formadd() using example, the 7.9 style of building rfc1867 form postsDaniel Stenberg2001-08-231-0/+92
* Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg2001-08-211-1/+1