summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-041-1/+4
* spelling fixesViktor Szakats2018-02-231-1/+1
* examples/sftpuploadresume: resume upload via CURLOPT_APPENDSergio Borghese2018-02-202-2/+132
* examples/url2file.c: add missing curl_global_cleanup() callDaniel Stenberg2018-01-181-1/+3
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-1/+1
* examples/cacertinmem: ignore cert-already-exists errorJay Satiro2017-12-261-53/+90
* examples/rtsp: fix error handling macrosMattias Fornander2017-12-221-2/+2
* examples/smtp-mail.c: use separate defines for options and mailDaniel Stenberg2017-12-121-16/+20
* examples: move threaded-shared-conn.c to the "complicated" onesDaniel Stenberg2017-12-061-6/+7
* threaded-shared-conn.c: fixed typo in commentaDaniel Stenberg2017-12-051-1/+1
* threaded-shared-conn.c: new exampleDaniel Stenberg2017-12-052-1/+157
* examples/xmlstream.c: don't switch off CURL_GLOBAL_SSLDaniel Stenberg2017-12-011-2/+2
* examples/rtsp: clear RANGE again after useDaniel Stenberg2017-11-231-0/+3
* examples/curlx: Fix code stylefmmedeiros2017-11-181-1/+2
* examples: add shared-connection-cacheDaniel Stenberg2017-11-091-1/+2
* test1554: verify connection cache sharingDaniel Stenberg2017-11-091-0/+85
* examples: bring back curl_formadd-using examplesDaniel Stenberg2017-10-033-1/+279
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-222-6/+6
* examples/post-callback: use long for CURLOPT_POSTFIELDSIZEMarcel Raad2017-09-211-1/+1
* code style: use space after semicolonDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-1117-70/+80