Commit Graph

  • db7f1f01a9 Data fetcher: Squash BSD warning. Michael Drake 2019-11-11 21:27:06 +0000
  • dae0ff3d26 remove warning callback from miscelaneous function table Vincent Sanders 2019-11-11 16:58:17 +0000
  • 0e16c01cdc remove unecessary user warning Vincent Sanders 2019-11-10 20:32:37 +0000
  • ad27ed6926 llcache: Avoid putting local content in the disc cache. Michael Drake 2019-11-10 16:47:55 +0000
  • 26d7a167ae llcache: Split out scheme is cachable check. Michael Drake 2019-11-10 16:03:07 +0000
  • c14f01ea44 File fetcher: Optimise HTTP header generation. Michael Drake 2019-11-10 14:35:07 +0000
  • 8d652f1ff4 Resource fetcher: Optimise HTTP header generation. Michael Drake 2019-11-10 13:25:22 +0000
  • b757f94107 Utils: ring: Remove unused code. Michael Drake 2019-11-10 12:45:45 +0000
  • f0ff18d35c Utils: ring: Whitespace fix. Michael Drake 2019-11-10 12:45:24 +0000
  • 301b0bae00 llcache: URLs with data scheme are cachable. Michael Drake 2019-11-10 12:44:07 +0000
  • 66401b7fa6 Resource fetcher: Add Cache-Control header with max-age of a year. Michael Drake 2019-11-10 12:41:15 +0000
  • ab4eab5706 Data fetcher: Add Cache-Control header with max-age of a year. Michael Drake 2019-11-10 12:39:43 +0000
  • 0dfbc80587 Data fetcher: Split header emitting out into helper. Michael Drake 2019-11-10 12:19:02 +0000
  • 58094ffaa5 Data fetcher: Move fetch_data_send_callback towards top of file. Michael Drake 2019-11-10 11:58:38 +0000
  • 885897f610 llcache: Uncachable scheme checks don't need to be caseless. Michael Drake 2019-11-09 17:14:37 +0000
  • 52805a7860 llcache: Allow file and resource schemes to be cached. Michael Drake 2019-11-09 17:08:43 +0000
  • b15cbb72ac File fetcher: Avoid atoi for If-None-Match value parse. Michael Drake 2019-11-09 17:06:04 +0000
  • c92b31babe Resource fetcher: Fix ETag handling. Michael Drake 2019-11-09 16:59:26 +0000
  • e95c11dac8 remove user warning and log error instead Vincent Sanders 2019-11-07 21:35:24 +0000
  • 0dbc6e5ecd fix keypress entry on text area Vincent Sanders 2019-11-07 21:20:04 +0000
  • 570f2dc036 remove user warning and fix up error handling in form select menus Vincent Sanders 2019-11-07 18:52:49 +0000
  • 7de3100624 remove unecessary user warning Vincent Sanders 2019-11-06 23:26:48 +0000
  • fca421e204 remove user warning and propogate error return Vincent Sanders 2019-11-06 23:13:20 +0000
  • 92fff918cc fix "may be used uninitialised" warning Vincent Sanders 2019-11-06 08:23:27 +0000
  • cbb0c05258 remove unecessary user warning calls and improve error propogation in html box Vincent Sanders 2019-11-05 23:05:42 +0000
  • 78aa34e5d7 remove user warnings from hotlist load and curl poll Vincent Sanders 2019-11-05 00:07:06 +0000
  • 7c63f5f66b improve error returns throughout complete save and remove user warnings Vincent Sanders 2019-11-04 23:39:13 +0000
  • 44574d800f remove spurious whitespace in fetch error pages Vincent Sanders 2019-11-04 11:47:30 +0000
  • 4eb06ad2cf move the fallback text for about handler into messages handler Vincent Sanders 2019-10-30 21:26:53 +0000
  • 4b0c3f0efe add internal query handler for fetch errors Vincent Sanders 2019-10-30 18:56:38 +0000
  • 76eac19227 add internal query page for request timeouts Vincent Sanders 2019-10-29 22:29:22 +0000
  • 1176ce4271 Improve timeout error messaging Vincent Sanders 2019-10-28 23:50:01 +0000
  • 5aeca580f4 save complete: Change de-duplication to compare URLs, rather than contents. Michael Drake 2019-10-26 12:47:03 +0100
  • 044ddd5d43 save complete: ctx_find_content: compare contents, not hlcache_handles Michael Drake 2019-10-26 12:42:38 +0100
  • 6e7f98787a ensure all error messages have text if not provided by caller Vincent Sanders 2019-10-25 21:43:19 +0100
  • da7c750efd fix some formatting in save complete Vincent Sanders 2019-10-24 22:21:43 +0100
  • 699cc7deee ensure save_complete resources are correctly finalised before quit Vincent Sanders 2019-10-24 22:20:57 +0100
  • bb60859535 resolve leak of attribute value lwc string in complete save Vincent Sanders 2019-10-24 22:19:52 +0100
  • d0359bc957 fix save_complete usage of posix regex so it does not run off the end of strings Vincent Sanders 2019-10-21 23:43:29 +0100
  • a5766db2b9 fetchers/curl: Restrict AUTH to BASIC Daniel Silverstone 2019-10-21 10:01:52 +0100
  • 813d0c70fe another attempt to provide strtoull on amiga os 3 Vincent Sanders 2019-10-20 16:45:00 +0100
  • 640ee36cff add missing include for amiga os 3 strtoull Vincent Sanders 2019-10-20 15:36:53 +0100
  • 67c1c65bf2 attempt a different fix for amiga os 3 strtoull Vincent Sanders 2019-10-20 09:48:24 +0100
  • 51c2d48096 amiga os 3 does not have strtoull so use strtoul as next best thing Vincent Sanders 2019-10-20 09:34:39 +0100
  • 69d31afcde fix gtk download window to cope with files larger than 2 gibibytes Vincent Sanders 2019-10-19 23:01:08 +0100
  • f64b37b29f make download core store size in at least 64bits to allow for large files Vincent Sanders 2019-10-19 19:43:00 +0100
  • e01c24cef7 improve human_friendly_bytesize to cope with sizes up to 16 exibytes Vincent Sanders 2019-10-19 18:20:00 +0100
  • a54cbb5aea commit a neatness on the gtk download window code Vincent Sanders 2019-10-16 21:51:01 +0100
  • 1f0dc9dd6e fix gtk download window dereferencing boolean as pointer Vincent Sanders 2019-10-15 20:09:26 +0100
  • 6e31dcaec4 ensure gtk scaffolding destruction does not create memory errors Vincent Sanders 2019-10-13 01:52:22 +0100
  • c82049eb84 improve brackets in fallback timeval macros Vincent Sanders 2019-10-12 15:41:19 +0100
  • 4745fcf1c7 add regex compatability to utils and enable it for serenity OS Vincent Sanders 2019-10-12 14:50:49 +0100
  • 4372104e0e fix utils configuration header ordering Vincent Sanders 2019-10-11 17:39:33 +0100
  • 872c3f5ef6 Update utils configuration header to cope with serenity OS Vincent Sanders 2019-10-11 17:24:07 +0100
  • 3232c85269 add timer cmp,isset and clear to fallback macros and improve file documentation Vincent Sanders 2019-10-06 11:24:17 +0100
  • 5c9c1a7025 update clang format style for version 7 Vincent Sanders 2019-10-10 18:22:23 +0100
  • 8e986ae214 ensure menu resources are released Vincent Sanders 2019-10-10 18:04:32 +0100
  • fed47dc35b make throbber visible in tab icon while active Vincent Sanders 2019-10-08 23:06:01 +0100
  • 972e13ca3f remove unused external declaration and unecessary header use Vincent Sanders 2019-10-06 18:02:17 +0100
  • 4230366818 fix toolbar visibility checkboxes initial state Vincent Sanders 2019-10-03 00:39:08 +0100
  • d2391b2dfd make the use of libutf8proc coditional Vincent Sanders 2019-10-03 00:28:08 +0100
  • 79e406d951 alter some library defaults to rely on automatic pkg-config detection Vincent Sanders 2019-10-01 21:28:26 +0100
  • c9296f79a8 Use curl API (versions after 7.56.0) to determine if openssl is in use Vincent Sanders 2019-10-01 21:23:35 +0100
  • 0a3786fed2 Allow the curl fetcher to be built without openssl. Vincent Sanders 2019-09-30 23:57:49 +0100
  • 1dd9f4f2e4 update ingored directories in gource helper Vincent Sanders 2019-09-29 22:14:05 +0100
  • ff7dd5419f clear the favicon at the beginning of navigation Vincent Sanders 2019-09-29 22:07:08 +0100
  • b37fdcd7e2 re-indent browser window and cleanup comments Vincent Sanders 2019-09-29 21:46:23 +0100
  • ca20dab9cf fix toolbar visibility checkboxes initial state Vincent Sanders 2019-09-22 11:58:23 +0100
  • f3cb3188c6 fix gtk install target Vincent Sanders 2019-09-21 22:16:45 +0100
  • 40aa44e4f5 make options test use build directory for temporary files rather than /tmp Vincent Sanders 2019-09-21 13:25:45 +0100
  • 737a09d53e make the temporary file names unique so other tests do not overwrite them Vincent Sanders 2019-09-21 13:12:31 +0100
  • d5490be98a fix options test Vincent Sanders 2019-09-21 13:11:53 +0100
  • 6c470679ee fix menu signal handler prototype Vincent Sanders 2019-09-21 10:47:54 +0100
  • 9dd936ae7c fix toolbar customisation Vincent Sanders 2019-09-21 01:34:40 +0100
  • 9d3112a643 persist the menu and tool bar visibility as user settings Vincent Sanders 2019-09-21 01:07:32 +0100
  • e14416d43f fix gtk2 customisation window instruction box expansion Vincent Sanders 2019-09-20 23:33:12 +0100
  • bebb883d5a remove global edit mode and make customisation toolbox construction simpler Vincent Sanders 2019-09-20 18:47:51 +0100
  • cbb818aa64 improve how toolbar contents customisation is stored in user options Vincent Sanders 2019-09-20 17:31:16 +0100
  • 9b03d6ba63 add combined reload and stop button Vincent Sanders 2019-09-20 10:22:10 +0100
  • 4efb1d34c3 remove leftover sighandler code Vincent Sanders 2019-09-19 22:01:41 +0100
  • f6f8102ecb clean up tab focus setting Vincent Sanders 2019-09-19 21:58:02 +0100
  • 25581133a1 remove unused signal handler api Vincent Sanders 2019-09-19 13:26:46 +0100
  • 2bed178a33 fix resource release and stopping throbber on toolbar widget destruction Vincent Sanders 2019-09-17 23:54:42 +0100
  • 12cca32059 fix core find in page behaviour when case sensitivity is toggled Vincent Sanders 2019-09-17 23:06:06 +0100
  • d94afaa0e1 make the gtk_search structure private to teh gtk search object Vincent Sanders 2019-09-17 22:28:43 +0100
  • e9b5b56ba6 fixup the gtk2 ui builders Vincent Sanders 2019-09-17 21:57:09 +0100
  • a013a24d5f clean up find in page to operate nicely Vincent Sanders 2019-09-17 21:18:28 +0100
  • a20fe23ce6 move search toolbar to be per tab and move implementation to one place Vincent Sanders 2019-09-17 00:48:57 +0100
  • 9bbc7eb9cb ensure pixbuf references are updated correctly to avoid leaks Vincent Sanders 2019-09-15 23:45:06 +0100
  • 541acda906 add cookie icon and use it for show cookies toolbar button Vincent Sanders 2019-09-15 22:52:36 +0100
  • 11aa682154 construct all toolbar items from data table Vincent Sanders 2019-09-15 22:20:49 +0100
  • 9cd9a403e6 do not allocate toolbar items individually Vincent Sanders 2019-09-12 23:02:20 +0100
  • 3df34e7dec cleanup some toolbar item creation bits Vincent Sanders 2019-09-11 20:56:59 +0100
  • a8e186f120 fix customisation toolbar reset and remove unused code Vincent Sanders 2019-09-10 22:58:18 +0100
  • 7b63f36a4f toolbar customisation can now apply chnages Vincent Sanders 2019-09-10 00:44:15 +0100
  • db558f862b fix dragging into customisation toolbar Vincent Sanders 2019-09-09 22:29:34 +0100
  • c7ad2553d8 allow toolbar customisation to remove widgets from the toolbar Vincent Sanders 2019-09-09 00:48:04 +0100
  • dbc5b5df6a fixup gtk2 ui builder for toolbar customisation Vincent Sanders 2019-09-08 23:59:47 +0100
  • df398ed886 populate toolbar customisation with icons Vincent Sanders 2019-09-08 22:54:42 +0100
  • 778c05a194 populate customize window toolbar Vincent Sanders 2019-09-07 22:59:56 +0100