summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-046-68/+219
* Drop pkg-config on cairo, not needed here. Added const.John Tytgat2009-08-021-2/+2
* Correct definitionChris Young2009-07-291-1/+1
* Keep a copy of the next_fetcher pointer to avoid a situation where the fetch ...Chris Young2009-07-291-1/+3
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-7/+14
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-105-71/+32
* Fix serialisation of page titles.John Mark Bell2009-07-041-1/+1
* Permit referer to propagate to https hosts from httpJohn Mark Bell2009-06-191-3/+17
* Remove spurious "domain" variable from urldb_iterate_partial().John Mark Bell2009-05-281-4/+4
* Make logic surrounding extraction of URL + referer scheme more sensible.John Mark Bell2009-05-281-37/+30
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-282-2/+0
* s/abort/abort_fetch/John Mark Bell2009-05-141-7/+7
* 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