Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2008-11-19 | and now it compiles too! | Daniel Stenberg | |
2008-11-19 | I updated this example to use the modern paradigms of the socket API where | Daniel Stenberg | |
*_socket_all() and *_socket() aren't used at all but only *_socket_action() is. | |||
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | |
to curl_easy_setopt instead of long. | |||
2008-05-19 | change the code style to be more curlish, and changed some of the output | Daniel Stenberg | |
to be more descriptive and finally set VERBOSE mode to 1 by default | |||
2008-05-16 | removed lots of warnings | Daniel Stenberg | |
2007-07-12 | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | |
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | |||
2007-05-02 | - Jeff Pohlmeyer improved the hiperfifo.c example to use the | Daniel Stenberg | |
CURLMOPT_TIMERFUNCTION callback option. | |||
2006-10-08 | slightly improved | Daniel Stenberg | |
2006-09-12 | hiperfifo.c by Jeff Pohlmeyer | Daniel Stenberg | |