summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fs_backing_store: Use correct format specifier for 64bit intDaniel Silverstone2020-02-241-1/+1
* inttypes: Add PRIu64Daniel Silverstone2020-02-241-0/+4
* about scheme certificate viewer initial implementationVincent Sanders2020-02-243-1/+377
* fs_backing_store: Fix up comments to be in-line with valuesDaniel Silverstone2020-02-241-2/+2
* Low level cache: Squash use of uninitialised value.Michael Drake2020-02-241-3/+2
* fs_backing_store: 8K metadata blocks, 1K blocks, bump versionDaniel Silverstone2020-02-241-3/+3
* monkey_driver: Add launch-time option supportDaniel Silverstone2020-02-241-1/+5
* monkey: Enable disc cache optionally on monkeyDaniel Silverstone2020-02-242-0/+3
* netsurf_init: Use disc_cache_path if specified, otherwise platform pathDaniel Silverstone2020-02-242-1/+5
* options: Add disc_cache_path optionDaniel Silverstone2020-02-241-0/+3
* Frontends: Delete maps resource links.Michael Drake2020-02-247-7/+0
* Curl fetcher: Guard against read of uninitialised value.Michael Drake2020-02-241-0/+3
* Cache backing store: Add missing calloc check.Michael Drake2020-02-241-0/+5
* Curl fetcher: Squash coverity warning.Michael Drake2020-02-241-3/+2
* fetchers: Rework the about, data, file, and resource fetcher poll loopDaniel Silverstone2020-02-244-123/+50
* About fetches resources: Drop maps resource.Michael Drake2020-02-249-121/+3
* windows: Convert the remaining NoMemory warnings which aren't about memoryDaniel Silverstone2020-02-241-4/+7
* windows: Use nserror reporting rather than always NoMemoryDaniel Silverstone2020-02-241-2/+5
* Windows: Add nserror reporting functionDaniel Silverstone2020-02-242-0/+24
* Add BadURL messageDaniel Silverstone2020-02-241-0/+1
* framebuffer: Use new enumerate feature of libnsfbDaniel Silverstone2020-02-241-1/+28
* hashmap: Fix a whitespace bogonDaniel Silverstone2020-02-241-1/+1
* fetch: When aborting, ensure we note this to not multi-failDaniel Silverstone2020-02-242-0/+7
* fetchers: Apply cleaner ring handling mechanic to other fetchersDaniel Silverstone2020-02-243-3/+48
* fetch: Automatically handle fetches which fail to finishDaniel Silverstone2020-02-243-1/+28
* browser_window: Use messages for unknown errorsDaniel Silverstone2020-02-241-0/+2
* about: Correct handling of ring in fetch_about_pollDaniel Silverstone2020-02-241-1/+16
* test: Another corestringDaniel Silverstone2020-02-241-1/+1
* Browser window: Set the search string on show cookies.Michael Drake2020-02-241-2/+14
* Cookie manager: Add API to set the search string.Michael Drake2020-02-242-0/+22
* Treeview: Add API for setting the search string.Michael Drake2020-02-242-0/+34
* Hashmap: Check for failure of first malloc.Michael Drake2020-02-241-0/+3
* Test: libmalloc_fig.so needs "-ldl".Michael Drake2020-02-241-1/+1
* fs_backing_store: Clear entry memory flags on readDaniel Silverstone2020-02-231-0/+5
* browser_window: Various little SSL fixesDaniel Silverstone2020-02-231-2/+13
* curl: Implement SSL chain cache in cURL fetcherDaniel Silverstone2020-02-231-8/+150
* corestrings: add '443'Daniel Silverstone2020-02-231-0/+1
* ssl_certs: Add dup_intoDaniel Silverstone2020-02-232-0/+49
* Page info: Fix typo.Michael Drake2020-02-231-1/+1
* llcache: Rework fs_backing_store to use hashmapDaniel Silverstone2020-02-232-385/+249
* llcache: Persist anything available during llcache_finaliseDaniel Silverstone2020-02-231-0/+5
* utils: Add hashmap_count()Daniel Silverstone2020-02-233-4/+34
* utils: Fix destroy of non-empty hashmapDaniel Silverstone2020-02-231-2/+3
* utils: Add iteration API to hashmapDaniel Silverstone2020-02-233-1/+141
* utils: Add hashmap to sourcesDaniel Silverstone2020-02-231-0/+1
* utils: Add hashmap parameter function typesDaniel Silverstone2020-02-231-6/+36
* Page info: Avoid anonymous union for AmigaOS3 and OpenBSD.Michael Drake2020-02-231-60/+67
* GTK: Page info: Change crtvrfy to pi throughout.Michael Drake2020-02-231-39/+39
* NetSurf: Init/fini the page-info module on browser startup/quit.Michael Drake2020-02-231-1/+10
* Buildsystem: Build the page-info module.Michael Drake2020-02-231-1/+1