- May 27, 2012
-
-
Guenter Knauf authored
-
- May 22, 2012
-
-
Guenter Knauf authored
-
- Apr 26, 2012
-
-
Guenter Knauf authored
-
- Apr 20, 2012
-
-
Guenter Knauf authored
-
- Apr 13, 2012
-
-
Yang Tse authored
-
- Apr 09, 2012
-
-
Yang Tse authored
BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time
-
- Jan 21, 2012
-
-
Dan Fandrich authored
-
- Jan 16, 2012
-
-
Daniel Stenberg authored
Just showing how to download the contents of a given URL into a local file. Based on a suggestion and example code by Georg Potthast
-
Daniel Stenberg authored
Just to show that IMAP is used just like other protocols
-
- Jan 04, 2012
-
-
Peter Sylvester authored
With this change, curl compiles with the new OPENSSL_NO_SSL_INTERN cflag. This flag might become the default in some distant future.
-
- Dec 30, 2011
-
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
These examples show how to fetch a single message (RETR command) and how to list all the messages in a given mailbox (LIST command), with authentication via SSL. They were both based on the https.c example.
-
Yang Tse authored
-
- Dec 07, 2011
-
-
Dan Fandrich authored
This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy.
-
- Dec 05, 2011
-
-
Rob Ward authored
Adds a timer based off of CURLINFO_TOTAL_TIME that is used to perform certain actions after a minimum amount of time has passed using the progress function. As a consequence the curl handle is now also passed into the progress function. Progress example now also includes an example of how to retreive the TOTAL_TIME and print it out.
-
- Nov 14, 2011
-
- Sep 27, 2011
-
-
Guenter Knauf authored
-
- Sep 25, 2011
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 24, 2011
-
-
Guenter Knauf authored
Probably the wrong place, but I dont know better.
-
- Sep 23, 2011
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 22, 2011
-
-
Guenter Knauf authored
-
- Sep 21, 2011
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
Suffix rules cannot have any prerequisites of their own.
-
Guenter Knauf authored
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist.
-
- Sep 20, 2011
-
-
Guenter Knauf authored
All paths to dependencies now quoted; synced examples makefile.
-
- Sep 13, 2011
-
-
Daniel Stenberg authored
-
- Sep 07, 2011
-
-
Daniel Stenberg authored
-
- Aug 23, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 12, 2011
-
-
Daniel Stenberg authored
-
- Aug 10, 2011
-
-
Daniel Stenberg authored
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
-
- Jun 28, 2011
-
-
Daniel Stenberg authored
Only <curl/curl.h> is needed typically and curl/types.h has been removed
-
- Apr 28, 2011
-
-
Daniel Stenberg authored
As it is already included by curlbuild.h if it exists on the platform it was included here superfluously anyway. Reported by: Dagobert Michelsen Bug: http://curl.haxx.se/bug/view.cgi?id=3294509
-
- Apr 07, 2011
-
-
Gisle Vanem authored
-