summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Jump through hoops, potentially squashing warnings.John Mark Bell2008-10-131-4/+11
* 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
* Remove urldb_search_remove. Added hint for where to find it if we need it in ...Daniel Silverstone2008-10-101-57/+1
* Revert r5478, I didn't notice content struct had a mime_type field.François Revel2008-10-032-18/+0
* Add a function to tell the mime type for a content type.François Revel2008-10-032-0/+18
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-282-6/+6
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-0/+1
* Treat image/jpg as JPEG content for Royal Mail captcha.Michael Drake2008-09-161-0/+1
* Fix build if NETSURF_USE_PNG := yes and NETSURF_USE_MNG := noJohn Mark Bell2008-09-151-1/+3
* Add libpng support. Default to off.Daniel Silverstone2008-09-152-3/+27
* Add additional debug to fetch errors from cURLDaniel Silverstone2008-08-221-2/+4
* Constify content_type_name & content_status_nameJohn Tytgat2008-07-302-4/+4
* First round of C89 fixes. Those should be obvious, hope I didn't introduce an...François Revel2008-07-294-14/+25
* Performance improvements: rather than calling content_clean() every poll, we ...Rob Kendrick2008-07-072-2/+4
* Remove two unused functions.James Bursa2008-06-142-57/+0
* Handle errors returned by curl_multi_perform(), such as out of memory, instea...James Bursa2008-06-141-2/+7
* Fix cache controlJohn Mark Bell2008-06-061-10/+27
* Squash warningJohn Mark Bell2008-06-031-1/+1
* Move struct cache_data from fetch to content as it is no longer needed by fet...James Bursa2008-06-034-80/+74
* Remove unused members of struct fetch (were moved to fetch_curl but not remov...James Bursa2008-05-311-4/+0
* Stop processing headers and sending FETCH_HEADER if fetch was aborted.James Bursa2008-05-311-0/+5
* Fix freeing of etag data.James Bursa2008-05-311-1/+1
* Fix handling of cache control dataJohn Mark Bell2008-05-302-7/+17
* Add new fetch callback FETCH_HEADER for headers and move as much header parsi...James Bursa2008-05-303-109/+113
* Wrap very verbose logging with #ifdef, so as to silence it.John Mark Bell2008-05-291-0/+25
* - introduction of SLEN()John Tytgat2008-05-251-1/+1
* No longer suppress the default Accept: header.John Mark Bell2008-05-241-1/+0
* Fix type of value_was_quoted member of cookie_data struct.John Mark Bell2008-05-161-1/+1
* Remove unnecessary includesJohn Mark Bell2008-05-112-6/+0
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-192-22/+39
* const fixes in plotters and history coreRob Kendrick2008-04-072-2/+2
* Implement sprite support for GTK using librospriteJames Shaw2008-03-293-3/+16
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Drop support for URL file versions below 1.06John Mark Bell2008-03-131-83/+40
* Forward compatible Cookie file loading/savingJohn Mark Bell2008-03-131-10/+15
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-111-3/+3
* 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-053-0/+241
* Add testcase for non-fqdn -- already passes, but may as well keep it for regr...John Mark Bell2008-03-031-6/+24
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-291-1/+5
* Mark old contents as stale if a conditional request succeeded so they'll be f...John Mark Bell2008-02-271-0/+19
* Explicitly mark error pages as non-fresh so they'll get purged from the cache...John Mark Bell2008-02-271-0/+4
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-0/+7