Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some more simple compile warnings in the examples. | Dan Fandrich | 2007-07-16 | 1 | -2/+2 |
* | make it compile warning-free and free() the memory before exit | Daniel Stenberg | 2005-10-10 | 1 | -0/+5 |
* | fix type | Daniel Stenberg | 2005-02-04 | 1 | -1/+1 |
* | modified to not use realloc() on a NULL pointer | Daniel Stenberg | 2004-11-02 | 1 | -6/+16 |
* | language! | Daniel Stenberg | 2004-05-19 | 1 | -1/+1 |
* | Set CURLOPT_USERAGENT too | Daniel Stenberg | 2004-05-19 | 1 | -0/+4 |
* | use the newer option names | Daniel Stenberg | 2003-12-08 | 1 | -1/+1 |
* | remove the wrong win32 comment and use global_init | Daniel Stenberg | 2003-11-19 | 1 | -3/+2 |
* | no the data is not freed, this is left for the app to do when needed | Daniel Stenberg | 2003-03-10 | 1 | -0/+4 |
* | this might actually compile too... | Daniel Stenberg | 2001-05-15 | 1 | -2/+1 |
* | an example on how you can use the write callback to receive data in a memory | Daniel Stenberg | 2001-05-15 | 1 | -0/+81 |