History log of /curl/docs/examples/getinmemory.c (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0
# ab1f5c3e 10-Oct-2005 Daniel Stenberg

make it compile warning-free and free() the memory before exit


Revision tags: curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine
# 2248599a 04-Feb-2005 Daniel Stenberg

fix type


Revision tags: curl-7_13_0, curl-7_12_3
# 186f433e 02-Nov-2004 Daniel Stenberg

modified to not use realloc() on a NULL pointer


Revision tags: curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0
# a94e117e 19-May-2004 Daniel Stenberg

language!


# 662cb303 19-May-2004 Daniel Stenberg

Set CURLOPT_USERAGENT too


Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1, curl-7_11_0
# f68219dd 08-Dec-2003 Daniel Stenberg

use the newer option names


# 4d280124 19-Nov-2003 Daniel Stenberg

remove the wrong win32 comment and use global_init


Revision tags: curl-7_10_8, curl-7_10_7, curl-7_10_6, curl-7_10_5, curl-7_10_4
# ebe5191b 10-Mar-2003 Daniel Stenberg

no the data is not freed, this is left for the app to do when needed


Revision tags: curl-7_10_3, curl-7_10_2, curl-7_10_1, curl-7_10, curl-7_9_8, curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6, curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2, curl-7_9_4, curl-7_9_3, curl-7_9_3-pre3, curl-7_9_3-pre2, curl-7_9_3-pre1, pre-host-cache, curl-7_9_2, curl-7_9_1, curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7, before_urldata_rename, curl-7_8_1, curl-7_8_1-pre3, curl-7_8, curl-7_8-pre2
# 3ceb2bcb 15-May-2001 Daniel Stenberg

this might actually compile too...


# 2457a319 15-May-2001 Daniel Stenberg

an example on how you can use the write callback to receive data in a memory
chunk


12