summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-226-343/+555
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
* Correct indices for disabled itemsChris Young2010-04-221-3/+3
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
* Ensure we propagate the error to our client, and then abort the llcache handl...Daniel Silverstone2010-04-221-1/+11
* Fix it so that empty charset strings fall back properly. Fixes http://www.ar...Daniel Silverstone2010-04-221-1/+1
* Install missing GTK resourcesJohn Mark Bell2010-04-191-0/+3
* Purge spurious filetype computationJohn Mark Bell2010-04-181-1/+0
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
* Squash leakJohn Mark Bell2010-04-181-0/+3
* Check correct variable for error.John Mark Bell2010-04-181-1/+1
* fix url to path on dozeVincent Sanders2010-04-182-5/+27
* Fix Content-Type header parsingJohn Mark Bell2010-04-181-5/+0
* Fix failed assertion in content_convert when process_data fails.John Mark Bell2010-04-181-2/+6
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
* Avoid double free when shrink-wrapping source data on fetch completion.John Mark Bell2010-04-171-1/+2
* Fix file://localhost/ handlingChris Young2010-04-171-13/+16
* Fix bracket missmatch.Michael Drake2010-04-171-1/+1
* Fix mismatched free callJohn Mark Bell2010-04-171-1/+1
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-166-37/+80
* When the fetch system informs its clients that certificate verification has f...John Mark Bell2010-04-161-2/+1
* Liberally sprinkle #ifdef aroundJohn Mark Bell2010-04-161-2/+3
* Extract parent charset and quirkinessJohn Mark Bell2010-04-161-4/+3
* Add accessor for quirksJohn Mark Bell2010-04-162-0/+19
* Add assertionJohn Mark Bell2010-04-161-0/+1
* Remove fresh field from struct contentJohn Mark Bell2010-04-162-6/+0
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ...John Mark Bell2010-04-161-3/+3
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-162-0/+19
* Fixup Amiga frontendJohn Mark Bell2010-04-163-14/+43
* Sync Windows frontend with core changes.John Mark Bell2010-04-162-6/+7
* Reset fetch state when refetching object.John Mark Bell2010-04-161-7/+11
* Improve 401 response handlingJohn Mark Bell2010-04-161-28/+50
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
* Fix framebuffer buildJohn Mark Bell2010-04-152-4/+7
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-145-38/+83
* Ensure we invalidate cache data and mark objects as complete on failure to fe...John Mark Bell2010-04-141-3/+26
* When iterating a linked list, please to always remember to *iterate* and not ...Daniel Silverstone2010-04-141-1/+2
* Eat any #fragment in llcache_object_retrieve -- fixing double-fragment issues...Daniel Silverstone2010-04-141-5/+20
* Abstract a number of unsafe iterations of object users into a single safe fun...Daniel Silverstone2010-04-141-63/+55
* Simplify gtk scheduler and clean up valgrind-exposed errorDaniel Silverstone2010-04-141-7/+1
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
* Stop leaking hlcache handles.John Mark Bell2010-04-131-1/+1
* Hack workaround for broken libcurls who obey ALL_PROXY for file: URLs. See c...Rob Kendrick2010-04-131-0/+11
* Updated Italian tranlation from Samir HawamdehChris Young2010-04-131-20/+20
* Add gtk_compat.c, which provides implementations of newer GTK functions that ...Rob Kendrick2010-04-136-10/+124
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-134-11/+11
* Update BUILDING-GTK to say GTK 2.18.Rob Kendrick2010-04-131-2/+2
* GTK 2.20 removes some widget property access macros that were deprecated in 2...Rob Kendrick2010-04-133-9/+9
* Use API to invalidate content freshness informationJohn Mark Bell2010-04-121-1/+1