summaryrefslogtreecommitdiff
path: root/docs/examples/getinmemory.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some more simple compile warnings in the examples.Dan Fandrich2007-07-161-2/+2
* make it compile warning-free and free() the memory before exitDaniel Stenberg2005-10-101-0/+5
* fix typeDaniel Stenberg2005-02-041-1/+1
* modified to not use realloc() on a NULL pointerDaniel Stenberg2004-11-021-6/+16
* language!Daniel Stenberg2004-05-191-1/+1
* Set CURLOPT_USERAGENT tooDaniel Stenberg2004-05-191-0/+4
* use the newer option namesDaniel Stenberg2003-12-081-1/+1
* remove the wrong win32 comment and use global_initDaniel Stenberg2003-11-191-3/+2
* no the data is not freed, this is left for the app to do when neededDaniel Stenberg2003-03-101-0/+4
* this might actually compile too...Daniel Stenberg2001-05-151-2/+1
* an example on how you can use the write callback to receive data in a memoryDaniel Stenberg2001-05-151-0/+81