summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Fix url completion when last character in url bar is a /John Mark Bell2009-04-161-6/+7
* It's probably a good idea not to redirect to file:/// URLsJohn Mark Bell2009-03-041-0/+26
* Pointless warning avoidance.John Mark Bell2009-03-021-11/+22
* Purge WITH_AUTHJohn Mark Bell2009-02-224-14/+1
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-225-45/+0
* Log detected state of openssl availabilityJohn Mark Bell2009-02-211-0/+2
* Given that the build-time SSL detection can be somewhat inaccurate, attempt t...John Mark Bell2009-02-211-4/+21
* Make redirects behave as a NOP wrt the verifiability of fetches.John Mark Bell2009-02-163-2/+34
* Ensure that neither the current fetch host nor the referrer is an IP address ...John Mark Bell2009-02-131-3/+15
* Even fuzzier domain matching.John Mark Bell2009-02-131-23/+45
* Document the assumption that all URLs passed into urldb are already normalise...John Mark Bell2009-02-061-0/+4
* Comment content_redraw.Michael Drake2009-02-021-0/+19
* Let's try that again. Now actually passes the regression tests.John Mark Bell2009-01-311-6/+7
* Fix urldb_match_path().John Mark Bell2009-01-311-5/+13
* urldb_destroy_path_tree() -> iterationJohn Mark Bell2009-01-311-9/+24
* urldb_save_cookie_paths() -> iterationJohn Mark Bell2009-01-311-15/+27
* Initialising variables helpsJohn Mark Bell2009-01-311-1/+1
* urldb_delete_cookie_paths() -> iterationJohn Mark Bell2009-01-311-18/+35
* Make urldb_dump_paths iterateJohn Mark Bell2009-01-311-10/+21
* Make urldb_match_path() iterate.John Mark Bell2009-01-311-13/+16
* Make urldb_iterate_entries_path use iterationJohn Mark Bell2009-01-301-28/+38
* Pedantic linewrappingJohn Mark Bell2009-01-301-5/+10
* Make urldb_iterate_partial_path iterate over the tree and not recurse.John Mark Bell2009-01-301-25/+59
* This logic looked entirely wrong. Fix it to be more sane. If this breaks thin...John Mark Bell2009-01-301-12/+3
* Minor optimisationJohn Mark Bell2009-01-301-1/+1
* Iterate when counting/writing out paths.John Mark Bell2009-01-301-68/+103
* Squash strict-aliasing warning in the most disgusting way possible.John Mark Bell2009-01-151-1/+1
* Add missing #include.John Mark Bell2009-01-151-2/+3
* Silence a bunch of warnings caused by cURL's typecheck-gcc stuff being strict...Daniel Silverstone2009-01-081-28/+41
* Remove noisy logging of http headersJohn Mark Bell2008-11-091-2/+0
* 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