Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-07 | getinmemory.c: use better argument names for write callback | Daniel Stenberg | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg | |
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg | |
2010-09-14 | getinmemory: make the example easier to follow | James Bursa | |
1. Remove the comment warning that it's "not been verified to work". It works with no problems in my testing. 2. Remove 2 unnecessary includes. 3. Remove the myrealloc(). Initialize chunk.memory with malloc() instead of NULL. The comments for these two parts contradicted each other. 4. Handle out of memory from realloc() instead of continuing. 5. Print a brief status message at the end. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
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 |