summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_data.c
Commit message (Expand)AuthorAgeFilesLines
* - introduction of SLEN()John Tytgat2008-05-251-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* jmb's rework of data: URL handlingRob Kendrick2008-03-061-36/+78
* Add another check for malformed data: URLsRob Kendrick2008-03-051-1/+10
* Many data: fixes. Acid2 no longer crashes NetSurf.Rob Kendrick2008-03-051-44/+84
* Check for calloc() failingRob Kendrick2008-03-051-0/+3
* Use curl_free() when freeing data: URLs that are URL-encoded instead of using...Rob Kendrick2008-03-051-1/+4
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-051-0/+211