aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/getinmemory.c
AgeCommit message (Expand)Author
2007-11-07Add a call to curl_global_cleanup to show how to do a proper shutdown.Dan Fandrich
2007-07-16Fixed some more simple compile warnings in the examples.Dan Fandrich
2005-10-10make it compile warning-free and free() the memory before exitDaniel Stenberg
2005-02-04fix typeDaniel Stenberg
2004-11-02modified to not use realloc() on a NULL pointerDaniel Stenberg
2004-05-19language!Daniel Stenberg
2004-05-19Set CURLOPT_USERAGENT tooDaniel Stenberg
2003-12-08use the newer option namesDaniel Stenberg
2003-11-19remove the wrong win32 comment and use global_initDaniel Stenberg
2003-03-10no the data is not freed, this is left for the app to do when neededDaniel 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