summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples/http2-serverpush: add some sensible error checksDaniel Stenberg2019-02-181-4/+15
* examples/sftpuploadresume: Value stored to 'result' is never readDaniel Stenberg2019-02-141-1/+3
* examples/http2-upload: cleaned upDaniel Stenberg2019-02-141-44/+32
* examples/http2-download: cleaned upDaniel Stenberg2019-02-141-39/+34
* examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory'Daniel Stenberg2019-02-141-4/+2
* examples/httpcustomheader: Value stored to 'res' is never readDaniel Stenberg2019-02-141-2/+2
* examples: remove superfluous null-pointer checksDaniel Stenberg2019-02-143-6/+6
* examples/crawler: Fix the Accept-Encoding settingJay Satiro2019-02-121-1/+1
* examples: Update .gitignoreRikard Falkeborn2019-01-021-0/+3
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* examples/ephiperfifo: report error when epoll_ctl failsRomain Fliedel2018-11-201-3/+9
* setopt: add CURLOPT_CURLUJim Fuller2018-11-092-1/+74
* axtls: removedDaniel Stenberg2018-11-011-19/+0
* example/htmltidy: fix include paths of tidy librariesDoron Behar2018-09-261-2/+2
* whitespace fixesViktor Szakats2018-09-235-115/+111
* docs/examples: URL updatesViktor Szakats2018-09-2334-110/+112
* examples/Makefile.m32: sync with core [ci skip]Viktor Szakats2018-09-222-56/+127
* examples/parseurl.c: show off the URL API a bitDaniel Stenberg2018-09-222-1/+79
* examples/http2-pushinmemory: receive HTTP/2 pushed files in memoryDaniel Stenberg2018-09-182-1/+189
* examples: Fix memory leaks from realloc errorsKruzya2018-09-175-12/+29
* anyauthput: fix compiler warning on 64-bit WindowsMarcel Raad2018-09-121-5/+8
* example/asiohiper: insert warning comment about its statusDaniel Stenberg2018-09-101-1/+11
* docs/examples: do not wait when no transfers are runningKamil Dudka2018-09-108-24/+24
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-2/+2