summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_data.c
Commit message (Collapse)AuthorAgeFilesLines
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+0
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=10342
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-18/+14
| | | | svn path=/trunk/netsurf/; revision=10180
* remove uneccissary includesVincent Sanders2010-01-291-3/+2
| | | | svn path=/trunk/netsurf/; revision=9931
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-11/+17
| | | | svn path=/trunk/netsurf/; revision=9729
* Better, safer fix for the type punning issueDaniel Silverstone2008-10-131-6/+5
| | | | svn path=/trunk/netsurf/; revision=5562
* Fix type-punning warning in fetch_data.cDaniel Silverstone2008-10-131-1/+5
| | | | svn path=/trunk/netsurf/; revision=5561
* - introduction of SLEN()John Tytgat2008-05-251-1/+1
| | | | | | | - enforce result of url_normalize() being NULL on failure - plug memory leak when url_normalize() fails svn path=/trunk/netsurf/; revision=4200
* Squash warningJohn Mark Bell2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3983
* jmb's rework of data: URL handlingRob Kendrick2008-03-061-36/+78
| | | | svn path=/trunk/netsurf/; revision=3890
* Add another check for malformed data: URLsRob Kendrick2008-03-051-1/+10
| | | | svn path=/trunk/netsurf/; revision=3889
* Many data: fixes. Acid2 no longer crashes NetSurf.Rob Kendrick2008-03-051-44/+84
| | | | svn path=/trunk/netsurf/; revision=3888
* Check for calloc() failingRob Kendrick2008-03-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3885
* Use curl_free() when freeing data: URLs that are URL-encoded instead of ↵Rob Kendrick2008-03-051-1/+4
| | | | | | using free() svn path=/trunk/netsurf/; revision=3884
* Initial attempt at implementing data: URLs. Needs cleaning and verifying ↵Rob Kendrick2008-03-051-0/+211
that I'm using the fetcher API correctly. Appears to work, though. svn path=/trunk/netsurf/; revision=3882