summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Page info: Add core window size getter, and stub for keypresses.Michael Drake2020-02-231-0/+20
* Page info: Implement mouse action handling.Michael Drake2020-02-231-0/+91
* Page info: Implement redraw.Michael Drake2020-02-231-0/+114
* Page info: Implement page info window creation and destruction.Michael Drake2020-02-231-0/+250
* Page info: Add data structures and module init/fini.Michael Drake2020-02-231-0/+313
* Desktop: Add page-info API.Michael Drake2020-02-231-0/+141
* Browser window API: Add count for page state enum.Michael Drake2020-02-231-0/+1
* Browser window: Add stubs for new interfaces for page-info dialogue.Michael Drake2020-02-232-0/+53
* Browser window: Constify bw through page_info_state getter.Michael Drake2020-02-232-2/+2
* Plot style: Add function to engorge a colour channel.Michael Drake2020-02-231-0/+33
* Plot style: Split lightness calc out of colour_to_bw_furthest macro.Michael Drake2020-02-231-4/+7
* missed a certificate change on amiga frontendVincent Sanders2020-02-231-4/+3
* fix windows and amiga frontends to cope with certificate chain changesVincent Sanders2020-02-233-8/+6
* fix frontends to cope with certificate chain updateVincent Sanders2020-02-236-17/+14
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-2317-427/+590
* Improve some content documentation commentsVincent Sanders2020-02-232-38/+116
* utils: Add a generic hashmap and tests for itDaniel Silverstone2020-02-234-0/+824
* HTML Script: Check for success on intern of mimetype.Michael Drake2020-02-231-1/+5
* hotlist: Report if infallible destruction failsDaniel Silverstone2020-02-231-0/+3
* HTML: Ignore dom exceptions we don't care aboutDaniel Silverstone2020-02-231-4/+4
* Node: nodeValue setter should return value set into nodeDaniel Silverstone2020-02-231-1/+2
* browser_window: Propagate error code when handling errorsDaniel Silverstone2020-02-231-1/+1
* dukky: Guard pointless work for deep debugDaniel Silverstone2020-02-231-2/+2
* GTK: When we update the dimensions, resize the gridDaniel Silverstone2020-02-221-0/+5
* GTK: Drain GTK events before schedule_run()Daniel Silverstone2020-02-221-0/+3