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