- Sep 21, 2011
-
-
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
-
- Mar 11, 2011
-
-
Daniel Stenberg authored
-
- Mar 10, 2011
-
-
Daniel Stenberg authored
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.
-
- Dec 25, 2010
-
-
Brad Hards authored
Also spelling fix for RECIPIENT #define.
-
Brad Hards authored
-
- Dec 23, 2010
-
-
Daniel Stenberg authored
Even if libcurl might to do it for us, it is more correct.
-
- Dec 22, 2010
-
-
Brad Hards authored
Without this you won't get the next (Subject) line.
-
- Dec 18, 2010
-
-
Daniel Stenberg authored
-
Brad Hards authored
-
- Dec 17, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Brad Hards authored
This example shows how to send SMTP with TLS
-
Brad Hards authored
Add a simple SMTP example program, patterned after some of the existing examples, and the curl application. This version addresses issues raised by David Woodhouse on comments in the simplesmtp.c example.
-
- Dec 16, 2010
-
-
Daniel Stenberg authored
-
Brad Hards authored
Bug: http://curl.haxx.se/mail/lib-2010-12/0192.html
-
- Dec 03, 2010
-
-
Daniel Stenberg authored
and the traditional source header
-
- Nov 28, 2010
-
-
Yang Tse authored
-
- Nov 20, 2010
-
-
Dan Fandrich authored
-
- Nov 12, 2010
-
-
Daniel Stenberg authored
This script is the start of a helper tool that scans a source code and outputs the most recent libcurl version it finds symbols for. Meaning that if there's no conditions in the code, that's the earliest libcurl version the scanned code requires. It is not added to the Makefile.am yet as it is still a bit crude, but I'm committing it to keep it and allow us to work on it.
-
- Nov 07, 2010
-
-
Yang Tse authored
-
- Nov 04, 2010
-
-
Daniel Stenberg authored
I've made the code intended using curl-style now to look more like other examples. My previous "fix" was a bit too invasive but is now fixed again.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
An example application source code sending SMTP mail with the multi interface. It is based on the code Alona Rossen provided, which in turn is based on existing example/test code, and I converted it even more into a decent example with a fair multi API use, put the info required to edit at the top and I added some comments.
-
- Oct 05, 2010
-
-
Daniel Stenberg authored
-
- Sep 30, 2010
-
-
Dirk Manske authored
all multi and hiper examples: * don't loop curl_multi_perform calls, that was <7.20.0 style, currently the exported multi functions will not return CURLM_CALL_MULTI_PERFORM all hiper examples: * renamed check_run_count to check_multi_info * don't compare current running handle count with previous value, this was the wrong way to check for finished requests, simply call curl_multi_info_read * it's also safe to call curl_multi_remove_handle inside the curl_multi_info_read loop. ghiper.c: * replaced curl_multi_socket (that function is marked as obsolete) calls with curl_multi_socket_action calls (as in hiperfifo.c and evhiperfifo.c) ghiper.c and evhiperfifo.c: * be smart as hiperfifo.c, don't do uncessary curl_multi_* calls in new_conn and main
-
- Sep 14, 2010
-
-
James Bursa authored
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.
-
- Aug 02, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-