aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/crawler.c
AgeCommit message (Collapse)Author
2018-09-17examples: Fix memory leaks from realloc errorsKruzya
Make sure to not overwrite the reallocated pointer in realloc() calls to avoid a memleak on memory errors.
2018-07-11examples/crawler.c: move #ifdef to column 0Daniel Stenberg
Apparently the C => HTML converter on the web site doesn't quite like it otherwise. Reported-by: Jeroen Ooms
2018-07-05example/crawler.c: simple crawler based on libxml2Jeroen Ooms
Closes #2706