Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | examples: remove asiohiper.cpp | Daniel Stenberg | |
This example has repeatedly been reported to contain bugs, and as users copy and paste code from this into production, I now deem it better to not provide the example at all. Closes #5090 Closes #5322 | |||
2019-11-14 | examples: add multi-poll.c | Daniel Stenberg | |
Show how curl_multi_poll() makes it even easier to use the multi interface. Closes #4596 | |||
2019-10-07 | docs: added multi-event.c example | Andrei Valeriu BICA | |
Similar to multi-uv.c but using libevent 2. This is a simpler libevent integration example then hiperfifo.c. Closes #4471 | |||
2019-08-13 | examples: add http3.c, altsvc.c and http3-present.c | Daniel Stenberg | |
Closes #4221 | |||
2019-08-06 | examples: Added SASL PLAIN authorisation identity (authzid) examples | Steve Holme | |
Ref: https://github.com/curl/curl/issues/3653 Ref: https://github.com/curl/curl/pull/3790 NOTE: This commit was cherry-picked and is part of a series of commits that added the authzid feature for upcoming 7.66.0. The series was temporarily reverted in db8ec1f so that it would not ship in a 7.65.x patch release. Closes https://github.com/curl/curl/pull/4186 | |||
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro | |
- Revert all commits related to the SASL authzid feature since the next release will be a patch release, 7.65.1. Prior to this change CURLOPT_SASL_AUTHZID / --sasl-authzid was destined for the next release, assuming it would be a feature release 7.66.0. However instead the next release will be a patch release, 7.65.1 and will not contain any new features. After the patch release after the reverted commits can be restored by using cherry-pick: git cherry-pick a14d72c a9499ff 8c1cc36 c2a8d52 0edf690 Details for all reverted commits: Revert "os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid()." This reverts commit 0edf6907ae37e2020722e6f61229d8ec64095b0a. Revert "tests: Fix the line endings for the SASL alt-auth tests" This reverts commit c2a8d52a1356a722ff9f4aeb983cd4eaf80ef221. Revert "examples: Added SASL PLAIN authorisation identity (authzid) examples" This reverts commit 8c1cc369d0c7163c6dcc91fd38edfea1f509ae75. Revert "curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool" This reverts commit a9499ff136d89987af885e2d7dff0a066a3e5817. Revert "sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID" This reverts commit a14d72ca2fec5d4eb5a043936e4f7ce08015c177. | |||
2019-05-22 | examples: Added SASL PLAIN authorisation identity (authzid) examples | Steve Holme | |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller | |
Allows an application to pass in a pre-parsed URL via a URL handle. Closes #3227 | |||
2018-09-23 | docs/examples: URL updates | Viktor Szakats | |
- also update two URLs outside of docs/examples - fix spelling of filename persistant.c - fix three long lines that started failing checksrc.pl Closes https://github.com/curl/curl/pull/3036 | |||
2018-09-22 | examples/parseurl.c: show off the URL API a bit | Daniel Stenberg | |
Closes #3030 | |||
2018-09-18 | examples/http2-pushinmemory: receive HTTP/2 pushed files in memory | Daniel Stenberg | |
Closes #3004 | |||
2018-07-28 | docs/examples: add hiperfifo example using linux epoll/timerfd | Josh Bialkowski | |
Closes #2804 | |||
2018-07-05 | example/crawler.c: simple crawler based on libxml2 | Jeroen Ooms | |
Closes #2706 | |||
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 | |