summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* checksrc: invoke script with -D to find .checksrc properDaniel Stenberg2020-08-011-1/+1
* checksrc: ban gmtime/localtimeDaniel Stenberg2020-07-281-0/+1
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-1/+13
* examples/multithread.c: call curl_global_cleanup()Daniel Stenberg2020-06-291-2/+2
* copyright: update mismatched copyright yearsDaniel Stenberg2020-06-223-3/+3
* examples/http2-down/upload: add error checksRadoslav Georgiev2020-06-022-6/+30
* examples/ephiperfifo: turn off interval when setting timerfdkotoriのねこ2020-06-021-3/+3
* all: fix codespell errorsViktor Szakats2020-05-252-6/+6
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-152-2/+4
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-142-4/+4
* examples: remove asiohiper.cppDaniel Stenberg2020-05-022-498/+2
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-191-2/+3
* examples/sessioninfo.c: add include to fix compiler warningGisle Vanem2020-03-311-1/+2
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-246-4/+46
* Makefile.m32: Improve windres parameter compatibilityJay Satiro2020-03-141-1/+1
* examples/postinmemory.c: Call curl_global_cleanup alwaysJay Satiro2019-12-241-3/+2
* url2file.c: fix copyright yearDaniel Stenberg2019-12-211-1/+1
* examples/url2file.c: corrected a commentRickard Hallerbäck2019-12-201-1/+1
* examples: add multi-poll.cDaniel Stenberg2019-11-142-1/+77
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-0829-29/+29
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-0219-19/+19
* examples: remove the "this exact code has not been verified"Daniel Stenberg2019-10-292-4/+2
* examples/sslbackend: fix -Wchar-subscripts warningMarcel Raad2019-10-181-1/+1
* docs: added multi-event.c exampleAndrei Valeriu BICA2019-10-072-1/+241
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-232-16/+16
* docs/examples/curlx: fix errorsGisle Vanem2019-08-211-3/+3
* examples: add http3.c, altsvc.c and http3-present.cDaniel Stenberg2019-08-134-1/+159
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-08-064-2/+304
* examples: Avoid reserved names in hiperfifo examplesBrad Spencer2019-07-252-33/+29
* docs: Fix links to OpenSSL docsJay Satiro2019-06-301-1/+1
* examples/htmltitle: use C++ casts between pointer typesMarcel Raad2019-06-051-7/+7
* examples/fopen: fix comparisonMarcel Raad2019-06-051-1/+1
* build: fix Codacy warningsMarcel Raad2019-06-052-7/+6
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-254-304/+2
* examples: Added SASL PLAIN authorisation identity (authzid) examplesSteve Holme2019-05-224-2/+304
* examples: fix "clarify calculation precedence" warningsMarcel Raad2019-05-224-15/+18
* hiperfifo: remove unused variableMarcel Raad2019-05-221-1/+0
* examples: remove dead variable storesMarcel Raad2019-05-224-35/+34
* examples: reduce variable scopesMarcel Raad2019-05-2211-51/+51
* http2-download: fix format specifierMarcel Raad2019-05-221-1/+1
* examples: remove unused variablesMarcel Raad2019-05-2112-35/+26
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-162-5/+1
* makefile: make checksrc and hugefile commands "silent"Daniel Stenberg2019-03-141-2/+7
* examples/externalsocket: add missing close socket callsAndre Guibert de Bruet2019-03-111-1/+9
* examples: only include <curl/curl.h>Daniel Stenberg2019-03-052-3/+2
* 10-at-a-time.c: fix too long lineDaniel Stenberg2019-03-011-1/+1
* examples: various fixes in ephiperfifo.cArnaud Rebillout2019-03-011-9/+12
* examples/10-at-a-time.c: improve readability and simplifyDaniel Stenberg2019-03-011-72/+25
* cacertinmem.c: use multiple certificates for loading CA-chainDaVieS2019-02-271-75/+73
* examples: remove recursive calls to curl_multi_socket_actionDaniel Stenberg2019-02-233-26/+15