summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_data.c
Commit message (Expand)AuthorAgeFilesLines
* add about: fetcher Vincent Sanders2011-02-151-310/+0
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+0
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-101-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-18/+14
* remove uneccissary includesVincent Sanders2010-01-291-3/+2
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-11/+17
* Better, safer fix for the type punning issueDaniel Silverstone2008-10-131-6/+5
* Fix type-punning warning in fetch_data.cDaniel Silverstone2008-10-131-1/+5
* - 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