summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* llcache: Uncachable scheme checks don't need to be caseless.Michael Drake2019-11-091-4/+6
* llcache: Allow file and resource schemes to be cached.Michael Drake2019-11-091-7/+11
* File fetcher: Avoid atoi for If-None-Match value parse.Michael Drake2019-11-091-12/+21
* Resource fetcher: Fix ETag handling.Michael Drake2019-11-091-10/+19
* remove user warning and log error insteadVincent Sanders2019-11-071-2/+3
* fix keypress entry on text areaVincent Sanders2019-11-071-22/+29
* remove user warning and fix up error handling in form select menusVincent Sanders2019-11-073-28/+36
* remove unecessary user warningVincent Sanders2019-11-062-3/+1
* remove user warning and propogate error returnVincent Sanders2019-11-063-37/+37
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-053-46/+63
* remove user warnings from hotlist load and curl pollVincent Sanders2019-11-051-2/+2
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-301-88/+38
* add internal query handler for fetch errorsVincent Sanders2019-10-301-0/+136
* add internal query page for request timeoutsVincent Sanders2019-10-291-6/+147
* Improve timeout error messagingVincent Sanders2019-10-281-9/+52
* fetchers/curl: Restrict AUTH to BASICDaniel Silverstone2019-10-211-1/+1
* fix utils configuration header orderingVincent Sanders2019-10-111-1/+1
* remove unused external declaration and unecessary header useVincent Sanders2019-10-062-12/+9
* Use curl API (versions after 7.56.0) to determine if openssl is in useVincent Sanders2019-10-011-4/+23
* Allow the curl fetcher to be built without openssl.Vincent Sanders2019-09-301-30/+61
* fix core find in page behaviour when case sensitivity is toggledVincent Sanders2019-09-213-61/+68
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-211-2/+2
* hlcache_fini(): Deschedule cleanups on finalisationDaniel Silverstone2019-09-071-0/+3
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-234-3/+38
* Window: set{Timeout,Interval}() default delay 10msDaniel Silverstone2019-08-211-12/+8
* SSL Error: Enable OpenSSL hostname verificationDaniel Silverstone2019-08-141-16/+19
* add English message text for ssl errorsVincent Sanders2019-08-101-1/+1
* add common name ssl certificate errorVincent Sanders2019-08-101-3/+16
* About: Tweak the new about query page renderng.Michael Drake2019-08-091-5/+5
* rework about scheme handlers to be consistant with output buffer handlingVincent Sanders2019-08-081-176/+234
* apply tlsa styling improvements to about scheme query pagesVincent Sanders2019-08-071-10/+20
* add basic styling to about scheme privacy query pageVincent Sanders2019-08-071-53/+86
* Improve the about scheme query page generation be be bounds safeVincent Sanders2019-08-061-53/+143
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-062-17/+44
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-063-1/+79
* futher refinement on about scheme query stylingVincent Sanders2019-08-061-1/+1
* improve css formatting in about scheme query handlersVincent Sanders2019-08-061-3/+4
* fix url reference counting in about scheme query handlersVincent Sanders2019-08-061-0/+9
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-063-0/+12
* add about scheme query handlersVincent Sanders2019-08-061-1/+334
* Improve about scheme doc comments and formattingVincent Sanders2019-08-051-45/+122
* curl.c: Don't use OpenSSL 1.1 only serialNumber fetcherDaniel Silverstone2019-08-051-1/+1
* nssprite: content_broadcast_error fixDaniel Silverstone2019-08-051-3/+3
* html_begin_conversion: If we pause in completing parse, try again later.Daniel Silverstone2019-08-051-0/+7
* HTML: Box coordinates: Take fast route to float container.Michael Drake2019-08-051-4/+4
* Excise the llcache query pathway.Daniel Silverstone2019-08-059-258/+34
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-057-130/+177
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-0513-61/+70
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-058-33/+33
* enable gnu extensions to get strcasestr from string.hVincent Sanders2019-08-051-0/+2