Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse | |
2007-11-07 | Add a call to curl_global_cleanup to show how to do a proper shutdown. | Dan Fandrich | |
2007-07-16 | Fixed some more simple compile warnings in the examples. | Dan Fandrich | |
2005-10-10 | make it compile warning-free and free() the memory before exit | Daniel Stenberg | |
2005-02-04 | fix type | Daniel Stenberg | |
2004-11-02 | modified to not use realloc() on a NULL pointer | Daniel Stenberg | |
2004-05-19 | language! | Daniel Stenberg | |
2004-05-19 | Set CURLOPT_USERAGENT too | Daniel Stenberg | |
2003-12-08 | use the newer option names | Daniel Stenberg | |
2003-11-19 | remove the wrong win32 comment and use global_init | Daniel Stenberg | |
2003-03-10 | no the data is not freed, this is left for the app to do when needed | Daniel Stenberg | |
2001-05-15 | this might actually compile too... | Daniel Stenberg | |
2001-05-15 | an example on how you can use the write callback to receive data in a memory | Daniel Stenberg | |
chunk |