Age | Commit message (Expand) | Author |
2009-05-19 | Remove empty line used to force CVS to update the $Id date string format | Yang Tse |
2009-05-18 | Add empty line, to force CVS to update the $Id date string format | Yang Tse |
2009-04-18 | Avoid compiler warning about unused argument. | Gisle Vanem |
2009-01-12 | make this example not only replace an internal header but also add a totally | Daniel Stenberg |
2008-11-21 | Markus Koetter's adaptation of hiperfifo.c to instead use libev | 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 |
2008-09-22 | Argument to CURLMOPT_MAXCONNECTS must be a long | Dan Fandrich |
2008-09-10 | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-08-31 | MSVC adjustment | Yang Tse |
2008-08-17 | Pick-up programs from Makefile.inc. | Gisle Vanem |
2008-08-14 | Fixed unused variable warning | Dan Fandrich |
2008-08-13 | httpcustomheader.c is a new tiny example showing a HTTP request with a custom | Daniel Stenberg |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |
2008-07-08 | Added libidn libs as needed. Added compilation of sendrecv.c | Gisle Vanem |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich |
2008-05-19 | change the code style to be more curlish, and changed some of the output | Daniel Stenberg |
2008-05-16 | removed lots of warnings | Daniel Stenberg |
2008-05-15 | Included stdint.h to get the intptr_t type (needed on OpenBSD at least). | Dan Fandrich |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse |
2008-04-12 | return 0 not -1 at end of data! | Daniel Stenberg |
2008-04-04 | Give a hint as to why a url_fopen failed. | Dan Fandrich |
2008-04-03 | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich |
2008-04-02 | removed unused var. | Gunter Knauf |
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich |
2008-03-13 | fix code that is normally #ifdef'ed out | Daniel Stenberg |
2008-02-27 | Michal Marek's cleanup of how curl_easy_setopt() is used in examples and | Daniel Stenberg |
2008-02-23 | now builds and runs with GnuTLS-built libcurls too | Daniel Stenberg |
2008-02-21 | fixed missing header; changed bail out from exit() to return(). | Gunter Knauf |
2008-02-20 | reformatted comment. | Gunter Knauf |
2008-02-20 | added read callback function in order to prevent crashs on Win32 when linked ... | Gunter Knauf |
2008-02-19 | fix for new codestyle. | Gunter Knauf |
2008-02-19 | made changes to work with Win32; | Gunter Knauf |
2008-02-18 | added makefile for MingW32 to build most of the samples. | Gunter Knauf |
2008-02-18 | moved sample program defines into separate Makefile.inc so that other makefil... | Gunter Knauf |
2008-02-03 | threaded-ssl.c is a little example that does multi-threaded downloads from | Daniel Stenberg |
2008-01-20 | This is a multi threaded application that uses a progress bar to show | Daniel Stenberg |
2007-11-17 | Andres Garcia made the examples build fine on Windows (mingw + msys) when | Daniel Stenberg |
2007-11-07 | Add a call to curl_global_cleanup to show how to do a proper shutdown. | Dan Fandrich |
2007-11-05 | Andres Garcia made it build and run on windows | Daniel Stenberg |
2007-09-13 | Compile samples with -DCURL_NO_OLDIES | Dan Fandrich |
2007-09-13 | Remove remaining traces of ftp3rdparty.c and mention htmltidy.c | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-17 | ignore all the binaries and the .deps and .libs | Daniel Stenberg |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |