summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* makefile: make checksrc and hugefile commands "silent"bagder/makefile-silent-commandsDaniel 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
* examples/ephiperfifo: checksrc complianceJay Satiro2018-07-291-19/+26
* docs/examples: add hiperfifo example using linux epoll/timerfdJosh Bialkowski2018-07-282-1/+541
* examples/crawler.c: move #ifdef to column 0Daniel Stenberg2018-07-111-3/+3
* examples: fix -Wformat warningsMarcel Raad2018-07-096-13/+13
* example/crawler.c: simple crawler based on libxml2Jeroen Ooms2018-07-052-1/+211
* spelling fixesViktor Szakats2018-06-034-5/+5
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-212-4/+4
* examples/progressfunc: make it build on older libcurlsDaniel Stenberg2018-05-181-10/+29
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-173-21/+28
* examples: Fix format specifiersRikard Falkeborn2018-05-147-20/+20
* examples/http2-upload: expand buffer to avoid silly warningDaniel Stenberg2018-04-241-2/+2
* examples/sftpuploadresume: typecast fseek argument to longDaniel Stenberg2018-04-241-1/+1
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-153-5/+1
* examples/sftpuploadresmue: Fix Windows large file seekJay Satiro2018-04-071-1/+5
* gitignore: ignore more generated filesDaniel Stenberg2018-03-241-4/+12
* examples/hiperfifo: checksrc complianceJay Satiro2018-03-201-9/+13
* examples/hiperfifo.c: improvedPhilip Prindeville2018-03-161-64/+76
* cleanup: misc typos in strings and commentsluz.paz2018-03-162-2/+2