summaryrefslogtreecommitdiff
path: root/docs/examples/crawler.c
Commit message (Expand)AuthorAgeFilesLines
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-191-2/+3
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* examples/crawler: Fix the Accept-Encoding settingJay Satiro2019-02-121-1/+1
* examples: Fix memory leaks from realloc errorsKruzya2018-09-171-1/+7
* examples/crawler.c: move #ifdef to column 0Daniel Stenberg2018-07-111-3/+3
* example/crawler.c: simple crawler based on libxml2Jeroen Ooms2018-07-051-0/+210