summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
| | | | svn path=/trunk/netsurf/; revision=10454
* Ensure we propagate the error to our client, and then abort the llcache ↵Daniel Silverstone2010-04-221-1/+11
| | | | | | handle, should we fail to find a content when converting a nascent hlcache context into an object svn path=/trunk/netsurf/; revision=10453
* Fix it so that empty charset strings fall back properly. Fixes ↵Daniel Silverstone2010-04-221-1/+1
| | | | | | http://www.arm.com/community/partners/all_partners.php svn path=/trunk/netsurf/; revision=10452
* Install missing GTK resourcesJohn Mark Bell2010-04-191-0/+3
| | | | svn path=/trunk/netsurf/; revision=10437
* Purge spurious filetype computationJohn Mark Bell2010-04-181-1/+0
| | | | svn path=/trunk/netsurf/; revision=10431
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
| | | | svn path=/trunk/netsurf/; revision=10430
* Squash leakJohn Mark Bell2010-04-181-0/+3
| | | | svn path=/trunk/netsurf/; revision=10429
* Check correct variable for error.John Mark Bell2010-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=10428
* fix url to path on dozeVincent Sanders2010-04-182-5/+27
| | | | svn path=/trunk/netsurf/; revision=10427
* Fix Content-Type header parsingJohn Mark Bell2010-04-181-5/+0
| | | | svn path=/trunk/netsurf/; revision=10426
* Fix failed assertion in content_convert when process_data fails.John Mark Bell2010-04-181-2/+6
| | | | svn path=/trunk/netsurf/; revision=10425
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=10424
* Avoid double free when shrink-wrapping source data on fetch completion.John Mark Bell2010-04-171-1/+2
| | | | svn path=/trunk/netsurf/; revision=10423
* Fix file://localhost/ handlingChris Young2010-04-171-13/+16
| | | | svn path=/trunk/netsurf/; revision=10422
* Fix bracket missmatch.Michael Drake2010-04-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=10421
* Fix mismatched free callJohn Mark Bell2010-04-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=10420
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-166-37/+80
| | | | svn path=/trunk/netsurf/; revision=10419
* When the fetch system informs its clients that certificate verification has ↵John Mark Bell2010-04-161-2/+1
| | | | | | | | failed, it has already stopped and cleaned up the fetch. Stop llcache_fetch_cert_error attempting to abort the fetch, as this will result in a double free. svn path=/trunk/netsurf/; revision=10418
* Liberally sprinkle #ifdef aroundJohn Mark Bell2010-04-161-2/+3
| | | | svn path=/trunk/netsurf/; revision=10417
* Extract parent charset and quirkinessJohn Mark Bell2010-04-161-4/+3
| | | | svn path=/trunk/netsurf/; revision=10416
* Add accessor for quirksJohn Mark Bell2010-04-162-0/+19
| | | | svn path=/trunk/netsurf/; revision=10415
* Add assertionJohn Mark Bell2010-04-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=10414
* Remove fresh field from struct contentJohn Mark Bell2010-04-162-6/+0
| | | | svn path=/trunk/netsurf/; revision=10413
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ↵John Mark Bell2010-04-161-3/+3
| | | | | | data svn path=/trunk/netsurf/; revision=10412
* Provide API to invalidate llcache object cache control dataJohn Mark Bell2010-04-162-0/+19
| | | | svn path=/trunk/netsurf/; revision=10411
* Fixup Amiga frontendJohn Mark Bell2010-04-163-14/+43
| | | | svn path=/trunk/netsurf/; revision=10410
* Sync Windows frontend with core changes.John Mark Bell2010-04-162-6/+7
| | | | svn path=/trunk/netsurf/; revision=10409
* Reset fetch state when refetching object.John Mark Bell2010-04-161-7/+11
| | | | | | Ensure that cache control data is invalidated for 401/certificate failure so that conditional headers are not emitted when object is refetched. svn path=/trunk/netsurf/; revision=10408
* Improve 401 response handlingJohn Mark Bell2010-04-161-28/+50
| | | | svn path=/trunk/netsurf/; revision=10407
* Fix RISC OS buildJohn Mark Bell2010-04-152-24/+47
| | | | svn path=/trunk/netsurf/; revision=10405
* Fix framebuffer buildJohn Mark Bell2010-04-152-4/+7
| | | | svn path=/trunk/netsurf/; revision=10404
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-145-38/+83
| | | | svn path=/trunk/netsurf/; revision=10403
* Ensure we invalidate cache data and mark objects as complete on failure to ↵John Mark Bell2010-04-141-3/+26
| | | | | | fetch. svn path=/trunk/netsurf/; revision=10402
* When iterating a linked list, please to always remember to *iterate* and not ↵Daniel Silverstone2010-04-141-1/+2
| | | | | | just stop after one item. svn path=/trunk/netsurf/; revision=10400
* Eat any #fragment in llcache_object_retrieve -- fixing double-fragment ↵Daniel Silverstone2010-04-141-5/+20
| | | | | | issues at the top level, and preventing fragment(ed) redirects from confusing the issue svn path=/trunk/netsurf/; revision=10399
* Abstract a number of unsafe iterations of object users into a single safe ↵Daniel Silverstone2010-04-141-63/+55
| | | | | | function call svn path=/trunk/netsurf/; revision=10398
* Simplify gtk scheduler and clean up valgrind-exposed errorDaniel Silverstone2010-04-141-7/+1
| | | | svn path=/trunk/netsurf/; revision=10397
* Move content shuffling to prevent crash during threading through reformatDaniel Silverstone2010-04-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=10396
* Stop leaking hlcache handles.John Mark Bell2010-04-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10395
* Hack workaround for broken libcurls who obey ALL_PROXY for file: URLs. See ↵Rob Kendrick2010-04-131-0/+11
| | | | | | comment. svn path=/trunk/netsurf/; revision=10394
* Updated Italian tranlation from Samir HawamdehChris Young2010-04-131-20/+20
| | | | svn path=/trunk/netsurf/; revision=10393
* Add gtk_compat.c, which provides implementations of newer GTK functions that ↵Rob Kendrick2010-04-136-10/+124
| | | | | | we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere. svn path=/trunk/netsurf/; revision=10392
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
| | | | svn path=/trunk/netsurf/; revision=10391
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-134-11/+11
| | | | svn path=/trunk/netsurf/; revision=10390
* Update BUILDING-GTK to say GTK 2.18.Rob Kendrick2010-04-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=10389
* GTK 2.20 removes some widget property access macros that were deprecated in ↵Rob Kendrick2010-04-133-9/+9
| | | | | | 2.18. Change uses to new function calls. Allows nsgtk to be built on Ubuntu 10.04. svn path=/trunk/netsurf/; revision=10388
* Use API to invalidate content freshness informationJohn Mark Bell2010-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=10387
* Fix double free of titleJohn Mark Bell2010-04-123-3/+0
| | | | svn path=/trunk/netsurf/; revision=10386
* Ensure url bar is updated with in-progress URL and restored if stop/download ↵Daniel Silverstone2010-04-121-0/+11
| | | | | | occurs svn path=/trunk/netsurf/; revision=10385
* Make favourite icons part of the HTML content's active set so that we don't ↵Daniel Silverstone2010-04-121-1/+16
| | | | | | complete the fetch until the favicon is finished loading svn path=/trunk/netsurf/; revision=10384