summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-176-69/+161
* Squash leak.John Mark Bell2009-12-021-0/+2
* Treat decomposed URLs with no path component as being for the path "/".John Mark Bell2009-11-221-0/+7
* This optimisation was so simple that it was broken.John Mark Bell2009-11-221-1/+1
* Fix the other half of this NULL dereference issueJohn Mark Bell2009-11-221-1/+2
* Ensure urldb file handle is closed on error.John Mark Bell2009-11-221-1/+6
* Avoid potential NULL deferenceJohn Mark Bell2009-11-221-3/+5
* Don't call memcpy when p->segment is NULLJohn Mark Bell2009-11-221-1/+2
* Realm may be NULL iff there's no WWW-Authenticate header served up with a 401.John Mark Bell2009-11-031-2/+6
* svgtiny requires separate contentsJohn Mark Bell2009-10-081-1/+1
* Hack around cache issue. The entire cache layer needs a redesign asap.John Mark Bell2009-08-261-0/+27
* - 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