Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-20 | examples/sftpuploadresume: resume upload via CURLOPT_APPEND | Sergio Borghese | |
URL: https://curl.haxx.se/mail/lib-2018-02/0072.html | |||
2017-12-06 | examples: move threaded-shared-conn.c to the "complicated" ones | Daniel Stenberg | |
... due it relying on pthreads to link. | |||
2017-12-05 | threaded-shared-conn.c: new example | Daniel Stenberg | |
2017-11-09 | examples: add shared-connection-cache | Daniel Stenberg | |
2017-10-03 | examples: bring back curl_formadd-using examples | Daniel Stenberg | |
... now with a -formadd suffix. While the new mime API is introduced in 7.56.0 we must acknowledge that lots of users can't upgrade their curl versions immediately. | |||
2017-09-02 | mime: tests and examples. | Patrick Monnerat | |
Additional mime-specific tests. Existing tests updated to reflect small differences (Expect: 100-continue, data size change due to empty lines, etc). Option -F headers= keyword added to tests. test1135 disabled until the entry point order change is resolved. New example smtp-mime. Examples postit2 and multi-post converted from form API to mime API. | |||
2017-08-28 | docs/examples: demonstrate how to select SSL backends | Johannes Schindelin | |
The newly-introduced curl_global_sslset() function deserves to be show-cased. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | |||
2017-08-14 | examples/ftpuploadresume.c: use portable code | Daniel Stenberg | |
... converted from the MS specific _snscanf() | |||
2017-04-25 | examples: ftpuploadfrommem.c | Daniel Stenberg | |
Uploads data to an FTP site, directly from memory. Closes #1451 | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-27 | examples/Makefile.inc: specify programs without .c! | Daniel Stenberg | |
2016-01-04 | getredirect.c: a new example | Daniel Stenberg | |
2015-06-24 | http2-serverpush.c: example code | Daniel Stenberg | |
2015-05-28 | dist: add the http2 examples | Daniel Stenberg | |
2014-12-06 | Makefile.inc: Added our standard header and updated file formatting | Steve Holme | |
2014-02-16 | examples: Added IMAP LSUB example | Steve Holme | |
2014-01-12 | examples: Added IMAP multi example | Steve Holme | |
2014-01-12 | examples: Added POP3 multi example | Steve Holme | |
2014-01-05 | Examples: Renamed SMTP MAIL example to match other email examples | Steve Holme | |
2014-01-05 | examples: Added POP3 TLS example | Steve Holme | |
2014-01-05 | examples: Added IMAP NOOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 NOOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 STAT example | Steve Holme | |
2014-01-05 | examples: Added POP3 TOP example | Steve Holme | |
2014-01-05 | examples: Added POP3 DELE example | Steve Holme | |
2014-01-05 | examples: Added POP3 UIDL example | Steve Holme | |
2014-01-05 | examples: Added POP3 RETR example | Steve Holme | |
2014-01-05 | examples: Reworked POP3 examples for additional upcoming POP3 examples | Steve Holme | |
2014-01-05 | examples: Added SMTP SSL example | Steve Holme | |
2014-01-05 | examples: Added IMAP SSL and TLS examples | Steve Holme | |
2014-01-04 | examples: Added IMAP COPY example | Steve Holme | |
2014-01-04 | examples: Added IMAP DELETE example | Steve Holme | |
2014-01-04 | examples: Added IMAP CREATE example | Steve Holme | |
2014-01-02 | examples: Added IMAP SEARCH example | Steve Holme | |
2014-01-02 | examples: Added IMAP EXAMINE mailbox folder example | Steve Holme | |
2014-01-01 | examples: Added IMAP APPEND example | Steve Holme | |
2014-01-01 | examples: Added IMAP STORE example | Steve Holme | |
2013-12-31 | examples: Added IMAP LIST mailbox example | Steve Holme | |
2013-12-31 | examples: Rename before adding additional email examples | Steve Holme | |
2013-12-31 | examples: Added SMTP EXPN command example | Steve Holme | |
2013-11-28 | sessioninfo.c: Added sample code for CURLINFO_TLS_SESSION | Christian Grothoff | |
Added a simple example to show how one can use CURLINFO_TLS_SESSION for obtaining extensive TLS certificate information. | |||
2013-09-29 | postinmemory: new example | Daniel Stenberg | |
This is similar to getinmemory.c but with an initial POST. Combined-by: Ulf Samuelsson | |||
2013-07-03 | examples: Moved usercertinmem.c to COMPLICATED_EXAMPLES | Dan Fandrich | |
This prevents it from being built during a "make check" since it depends on OpenSSL. | |||
2013-05-19 | tarball: include the xmlstream example | Daniel Stenberg | |
2013-04-18 | usercertinmem.c: add example showing user cert in memory | Ishan SinghLevett | |
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific | |||
2013-03-27 | Added libuv example multi-uv.c | Clemens Gruber | |
2012-11-21 | htmltitle: use .cpp extension for C++ examples | Daniel Stenberg | |
2012-11-21 | examples: Added a c++ example of using multi with boost::asio | Lijo Antony | |
Added an example for demonstrating the usage of curl multi interface with boost::asio in c++ | |||
2012-10-18 | href_extractor: example code extracting href elements | MichaĆ Kowalczyk | |
It does so in a streaming manner using the "Streaming HTML parser". | |||
2012-08-27 | ftpsget: simple example showing a FTPS fetch | Daniel Stenberg | |