summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* split out html interaction header elements and rename sourceVincent Sanders2019-11-126-148/+278
* Data fetcher: Include stdarg.h header.Michael Drake2019-11-121-0/+1
* gif: Change how we rate-limit frames to match other browsers.Michael Drake2019-11-111-2/+4
* Content: Remove redundant and unused redraw message fields.Michael Drake2019-11-114-71/+17
* Data fetcher: Squash BSD warning.Michael Drake2019-11-111-4/+3
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-1110-24/+2
* remove unecessary user warningVincent Sanders2019-11-101-8/+7
* llcache: Avoid putting local content in the disc cache.Michael Drake2019-11-101-0/+39
* llcache: Split out scheme is cachable check.Michael Drake2019-11-101-27/+38
* File fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Resource fetcher: Optimise HTTP header generation.Michael Drake2019-11-101-6/+8
* Utils: ring: Remove unused code.Michael Drake2019-11-101-31/+0
* Utils: ring: Whitespace fix.Michael Drake2019-11-101-1/+1
* llcache: URLs with data scheme are cachable.Michael Drake2019-11-101-1/+4
* Resource fetcher: Add Cache-Control header with max-age of a year.Michael Drake2019-11-101-0/+5
* Data fetcher: Add Cache-Control header with max-age of a year.Michael Drake2019-11-101-0/+6
* Data fetcher: Split header emitting out into helper.Michael Drake2019-11-101-15/+26
* Data fetcher: Move fetch_data_send_callback towards top of file.Michael Drake2019-11-101-8/+8
* 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
* fix "may be used uninitialised" warningVincent Sanders2019-11-061-1/+1
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-054-50/+63
* remove user warnings from hotlist load and curl pollVincent Sanders2019-11-052-7/+14
* improve error returns throughout complete save and remove user warningsVincent Sanders2019-11-042-101/+123
* remove spurious whitespace in fetch error pagesVincent Sanders2019-11-041-2/+2
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-306-122/+127
* add internal query handler for fetch errorsVincent Sanders2019-10-305-27/+275
* add internal query page for request timeoutsVincent Sanders2019-10-295-24/+309
* Improve timeout error messagingVincent Sanders2019-10-284-9/+58
* save complete: Change de-duplication to compare URLs, rather than contents.Michael Drake2019-10-261-2/+6
* save complete: ctx_find_content: compare contents, not hlcache_handlesMichael Drake2019-10-261-1/+2
* ensure all error messages have text if not provided by callerVincent Sanders2019-10-251-3/+3
* fix some formatting in save completeVincent Sanders2019-10-241-27/+47
* ensure save_complete resources are correctly finalised before quitVincent Sanders2019-10-243-0/+19
* resolve leak of attribute value lwc string in complete saveVincent Sanders2019-10-241-0/+1
* fix save_complete usage of posix regex so it does not run off the end of stringsVincent Sanders2019-10-211-22/+55
* fetchers/curl: Restrict AUTH to BASICDaniel Silverstone2019-10-211-1/+1
* another attempt to provide strtoull on amiga os 3Vincent Sanders2019-10-201-1/+1
* add missing include for amiga os 3 strtoullVincent Sanders2019-10-201-0/+2
* attempt a different fix for amiga os 3 strtoullVincent Sanders2019-10-203-4/+21
* amiga os 3 does not have strtoull so use strtoul as next best thingVincent Sanders2019-10-201-0/+4
* fix gtk download window to cope with files larger than 2 gibibytesVincent Sanders2019-10-191-9/+10
* make download core store size in at least 64bits to allow for large filesVincent Sanders2019-10-192-7/+9