summaryrefslogtreecommitdiff
path: root/docs/examples/getinmemory.c
AgeCommit message (Expand)Author
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-18examples: more descriptionsDaniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2013-09-29getinmemory: remove a commentDaniel Stenberg
2013-03-09examples/getinmemory.c: abort the transfer if not enough memoryCédric Deltheil
2011-09-07getinmemory.c: use better argument names for write callbackDaniel Stenberg
2011-03-10sources: update source headersDaniel Stenberg
2010-12-17examples: fix compiler warningsDaniel Stenberg
2010-10-05examples: use example.com in example URLsDaniel Stenberg
2010-09-14getinmemory: make the example easier to followJames Bursa
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-09-06remove unnecessary typecasting of realloc()Yang Tse
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