Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-25 | Use angle address, as for the rest of the example. | Brad Hards | |
Also spelling fix for RECIPIENT #define. | |||
2010-12-25 | Add angle brackets to addresses in easy SMTP examples, as for smtp-multi ↵ | Brad Hards | |
example. | |||
2010-12-23 | smtp-multi: put recipient within <brackets> | Daniel Stenberg | |
Even if libcurl might to do it for us, it is more correct. | |||
2010-12-22 | smtp-tls: add a missing newline | Brad Hards | |
Without this you won't get the next (Subject) line. | |||
2010-12-18 | examples: socket type cleanup | Daniel Stenberg | |
2010-12-18 | smtp-tls: add Message-ID: header | Brad Hards | |
2010-12-17 | gitignore: ignore the new example execs | Daniel Stenberg | |
2010-12-17 | examples: fix compiler warnings | Daniel Stenberg | |
2010-12-17 | examples: build all examples easier | Daniel Stenberg | |
2010-12-17 | smtp-tls: new example | Brad Hards | |
This example shows how to send SMTP with TLS | |||
2010-12-17 | Docs: add simple SMTP example | Brad Hards | |
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. | |||
2010-12-17 | example: fix compiler warnings in fopen.c | Daniel Stenberg | |
2010-12-17 | chkspeed: bad strtol() call for -M option | Brad Hards | |
Bug: http://curl.haxx.se/mail/lib-2010-12/0192.html | |||
2010-12-03 | version-check: added brief documentation | Daniel Stenberg | |
and the traditional source header | |||
2010-11-28 | atoi: remove atoi usage | Yang Tse | |
2010-11-19 | Added a couple examples that were missing from the tar ball | Dan Fandrich | |
2010-11-12 | version-check.pl: display version number for symbols | Daniel Stenberg | |
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. | |||
2010-11-07 | fix snapshot generation | Yang Tse | |
2010-11-04 | fopen.c: re-indented, fixed previous mistake | Daniel Stenberg | |
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. | |||
2010-11-04 | multi use: call multi_perform even on select() timeouts | Daniel Stenberg | |
2010-11-04 | example: add smtp-multi.c | Daniel Stenberg | |
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. | |||
2010-10-05 | examples: use example.com in example URLs | Daniel Stenberg | |
2010-09-30 | multi & hiper examples: updates and cleanups | Dirk Manske | |
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 | |||
2010-09-14 | getinmemory: make the example easier to follow | James Bursa | |
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. | |||
2010-08-02 | .gitignore: ignore all built examples | Daniel Stenberg | |
2010-08-02 | example: fix code to build warning-free | Daniel Stenberg | |
2010-07-14 | examples: add curl_multi_timeout | Constantine Sapuntzakis | |
Make the multi-interface using examples use curl_multi_timeout to properly educate users how to do things. | |||
2010-06-24 | examples: new FTP wildcard showcase | Pavel Raiskup | |
2010-04-24 | test536: do not fail with threaded DNS resolver | Kamil Dudka | |
Also tweaked comments in certain examples using curl_multi_fdset(). | |||
2010-03-25 | remove all .cvsignore files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-26 | spellchecked by Stéphane Fillod | Daniel Stenberg | |
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-01-21 | Yun Fu pointed out a flaw in the loop that checks handles, and I indented | Daniel Stenberg | |
the code more curl-style | |||
2010-01-04 | use the modern name for this option | Daniel Stenberg | |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-11-02 | strerror() => curl_easy_strerror() | Daniel Stenberg | |
2009-09-10 | use stderr for error output. | Gunter Knauf | |
2009-09-10 | fixed spelling. | Gunter Knauf | |
2009-09-05 | add ftpgetinfo | Daniel Stenberg | |
2009-09-05 | added ftpgetinfo sample since users asked frequently for such a sample. | Gunter Knauf | |
2009-09-03 | added chkspeed to samples. | Gunter Knauf | |
2009-09-03 | updated MingW32 makefile for recent external libs. | Gunter Knauf | |
2009-08-31 | added simple chkspeed sample. | Gunter Knauf | |
2009-06-10 | VMS adjustment | Yang Tse | |
2009-06-08 | Use curl_off_t and CURL_FORMAT_CURL_OFF_T for file size. | Yang Tse | |
2009-06-05 | docs/example patches for VMS | Yang Tse | |
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 | |