Commit Graph

  • 7a61c95724 rewrite form_successful_controls_dom as form_dom_to_data Vincent Sanders 2018-09-29 16:31:09 +0100
  • 5b849b1e22 Add a TODO for history context menu Chris Young 2018-09-27 00:23:36 +0100
  • dfc8f5aef4 Quick fix to convert helphints to correct charset We should probably have our own strings for these Chris Young 2018-09-27 00:18:14 +0100
  • b097455772 Convert find window messages to local charset Chris Young 2018-09-27 00:12:17 +0100
  • 64bc2a7931 Stop using the same large list of gadget constants everywhere Saves a small amount of memory Chris Young 2018-09-26 23:53:49 +0100
  • a268252629 gcc on openbsd is unable to reason about res variable usage and generates bogus warning Vincent Sanders 2018-09-26 21:32:35 +0100
  • 5c96acd6f1 fix url encoding to be compatible with nsurl API changes. Vincent Sanders 2018-09-26 17:14:25 +0100
  • 9100fcb409 improve nsurl query handling. Vincent Sanders 2018-09-26 09:39:09 +0100
  • 83512a6ff5 squash clang warning about increased alignment requirements. Vincent Sanders 2018-09-25 14:43:24 +0100
  • 1a8fdb1462 Change logging back to INFO Chris Young 2018-09-09 14:36:28 +0100
  • 22fd851e14 Fix compiler version comparison test Vincent Sanders 2018-09-07 14:26:12 +0100
  • c3d3023e4a stop overriding non test warning flags Vincent Sanders 2018-09-07 14:25:41 +0100
  • e4537cb37e allow comments to supress implicit fallthrough warnings Vincent Sanders 2018-09-07 12:53:51 +0100
  • bd8991c2f6 fix framebuffer BUILD libpng flags on freebsd Vincent Sanders 2018-09-07 12:23:39 +0100
  • 40cdf498b9 Change BUILD compiler target to cc Vincent Sanders 2018-09-07 12:01:21 +0100
  • 8bca6cf28b correctly setup feature flags Vincent Sanders 2018-09-06 21:34:51 +0100
  • 05b9baadbc _XOPEN_SOURCE needs defining to avoid warnings on BSD Vincent Sanders 2018-09-06 12:35:36 +0100
  • 2596331640 seems freebsd needs _XOPEN_SOURCE for math.h macros to be defined Vincent Sanders 2018-09-06 12:10:38 +0100
  • 6ce6b62099 stop defining _XOPEN_SOURCE Vincent Sanders 2018-09-06 11:33:02 +0100
  • 39176736b3 Log version numbers of opened libraries Log open failures as ERROR instead of INFO Chris Young 2018-09-02 17:12:40 +0100
  • f45d84631c fix up package version on haiku Vincent Sanders 2018-08-29 11:49:05 +0100
  • ba4b06dc04 Update version for next development cycle Vincent Sanders 2018-08-29 10:52:51 +0100
  • dd5d97b61c Merge branch 'heads/releasing/3.8' Vincent Sanders 2018-08-29 10:51:36 +0100
  • 66fe825c8d Update version files for release release/3.8 Vincent Sanders 2018-08-29 10:46:30 +0100
  • 7fae41b6d3 update copyright years and versions in docs and readme Vincent Sanders 2018-08-29 10:40:36 +0100
  • 912aa3774e remove use of strcpy Vincent Sanders 2018-08-29 10:24:23 +0100
  • 9142bab736 remove a warning on openbsd Vincent Sanders 2018-08-28 22:16:34 +0100
  • 026fb31d2d update certificate bundle Vincent Sanders 2018-08-28 22:13:22 +0100
  • 9d8f37ca10 HTML: Don't try to finish an HTML document's conversion twice. Michael Drake 2018-08-27 20:47:37 +0100
  • d54e0461ad GTK: Remove logging during window resize. Michael Drake 2018-08-27 20:04:24 +0100
  • 487309a1e6 fixup usage of gvalue init macro Vincent Sanders 2018-08-26 11:22:20 +0100
  • 4765c68a15 fix gtk 3 deprication warnings Vincent Sanders 2018-08-26 10:12:35 +0100
  • f4620a3f68 remove depricated gtk 3 interfaces Vincent Sanders 2018-08-24 20:25:14 +0100
  • eee67a65e8 remove warning by replacing sprintf snprintf Vincent Sanders 2018-08-24 11:49:56 +0100
  • 5dd5d5da4b remove warning by replacing strcpy with safer strncpy Vincent Sanders 2018-08-24 10:26:26 +0100
  • 865796486d make ssize_t type available on some platforms Vincent Sanders 2018-08-23 21:18:54 +0100
  • 7d645bee91 make "Help" string available in all frontends Vincent Sanders 2018-08-21 20:33:25 +0100
  • 579465df50 Haiku: use the native locale API to get the language name François Revol 2018-08-21 21:16:06 +0200
  • bec6428c6c pass PACKAGER variable to pakage build target Vincent Sanders 2018-08-21 19:55:08 +0100
  • 2f663987c5 do not use strlen as a variable name Vincent Sanders 2018-08-21 14:59:29 +0100
  • 16cc1121e3 ignore generated Messages files Vincent Sanders 2018-08-21 13:45:18 +0100
  • a8248a7bb9 Update windows frontend to use windows resources Vincent Sanders 2018-08-20 22:26:41 +0100
  • 650ac58604 Improve GTK login dialog Vincent Sanders 2018-08-19 23:16:16 +0100
  • 2f3c7e24c0 make the login dialog password control obscure input Vincent Sanders 2018-08-18 23:52:08 +0100
  • 5f1defd4a7 fix size_t format specifiers Vincent Sanders 2018-08-18 23:44:15 +0100
  • a6c595f4f3 add win32 http authentication dialog Vincent Sanders 2018-08-18 23:30:12 +0100
  • c938d1962b add login dialog Vincent Sanders 2018-08-16 17:28:11 +0100
  • 0f18440fd5 Convert user/pass from/to UTF-8 Haven't successfully logged in with credentials featuring UTF-8 characters, but ASCII run through the conversion is working and UTF-8 usernames display correctly when the user is re-prompted. Chris Young 2018-08-15 18:54:47 +0100
  • b46f1257c3 Convert user/pass to UTF-8 for submission Chris Young 2018-08-15 18:20:18 +0100
  • 7964629914 Convert login UI strings from UTF-8 before display Chris Young 2018-08-15 18:02:10 +0100
  • 122f09af5d Close login window if NetSurf quits Chris Young 2018-08-15 17:39:36 +0100
  • 7d22759f5e display some system and environment values in CI build script Vincent Sanders 2018-08-15 16:52:54 +0100
  • c1fb25e074 correct package name for artifact generation Vincent Sanders 2018-08-15 16:24:03 +0100
  • 35f28f0c9a haiku: add a package target François Revol 2018-08-15 17:11:00 +0200
  • 9c29935f3c HTTP Auth: Squash error path leaks. Michael Drake 2018-08-15 11:11:54 +0100
  • 097f8dcde5 Atari: Delete commented out code. Michael Drake 2018-08-15 09:56:47 +0100
  • 10033267a2 RISC OS: Propagate 401 login setup error back to core. Michael Drake 2018-08-15 08:43:08 +0100
  • 423b04d406 Atari: gui_401login_open returns nserror now. Michael Drake 2018-08-15 08:41:03 +0100
  • cd0309fa83 RISC OS: gui_401login_open returns nserror now. Michael Drake 2018-08-15 08:40:39 +0100
  • cf17ecbbc7 Haiku: Use `struct nsurl` in header. Michael Drake 2018-08-15 08:18:31 +0100
  • 1cdacf8ae5 Atari: Fix http auth logging. Michael Drake 2018-08-15 08:18:12 +0100
  • 58240e4967 Haiku: Remove extraneous `void`. Michael Drake 2018-08-15 08:01:24 +0100
  • d9dacf9bb2 Atari: Add missing commas. Michael Drake 2018-08-15 07:59:21 +0100
  • 297236ae0c RISC OS: Use `struct nsurl`. Michael Drake 2018-08-15 07:57:36 +0100
  • 77ae1ed758 Merge branch 'tlsa/401' Michael Drake 2018-08-15 07:32:56 +0100
  • 5e97a3cb26 API: Don't expose urldb_{g|s}et_auth_details to frontends. Michael Drake 2018-08-14 11:40:34 +0100
  • 66a97b863c Atari: Move to new HTTP auth API. Michael Drake 2018-08-14 11:34:30 +0100
  • c55a31aa11 RISC OS: Update to new HTTP auth API. Michael Drake 2018-08-14 11:15:44 +0100
  • 97810d0c1a Monkey: Update for new HTTP auth API. Michael Drake 2018-08-13 17:52:44 +0100
  • e41e558c5f Haiku: Update for new HTTP auth API. Michael Drake 2018-08-13 17:43:41 +0100
  • 6144993c8a GTK: Update for new HTTP auth API. Michael Drake 2018-08-13 16:51:27 +0100
  • 42d596bc11 Amiga: Update for new HTTP auth API. Michael Drake 2018-08-13 16:51:09 +0100
  • 81a59f2f7c HTTP Auth: Do get/set auth in the core. Michael Drake 2018-08-13 16:50:17 +0100
  • 9fa6c1e0fb Text handling: Display application/json, rather than offering download. Michael Drake 2018-08-14 16:14:10 +0100
  • 7458cfa999 Amiga: Fix silly. Michael Drake 2018-08-13 12:47:43 +0100
  • 982ca87537 Amiga: Ensure realm is copied for local struct. Michael Drake 2018-08-13 11:31:48 +0100
  • 92424b6946 refactor llcache header processing Vincent Sanders 2018-08-12 12:50:57 +0100
  • 0601b7dbec Duktape: Make declaration match definition for memcmp and double_div. Michael Drake 2018-08-10 12:30:48 +0100
  • 80e8c74a69 Duktape: Make declaration match definition for duk_refzero_check_fast() Michael Drake 2017-04-16 17:36:25 +0100
  • ad0a75af8f Duktape: Make declarations match definitions for fastint-enabled functions. Michael Drake 2017-04-21 11:33:28 +0100
  • e5f2ea9d7a Duktape: Make declarations match definitions for duk_raw_read_xxx_be Michael Drake 2017-03-23 15:29:19 +0000
  • c986c212bf Duktape: Make declarations match definitions for inline functions. Michael Drake 2017-10-21 16:31:40 +0100
  • f5f2ebb37a Duktape: Prevent clang static analysis. Michael Drake 2017-03-22 15:58:01 +0000
  • ae126cfdd5 Duktape: Update to version 2.3.0 release. Michael Drake 2018-08-10 11:11:08 +0100
  • 19eb051727 HTTP authentication: Add some logging when opening 401 windows. Michael Drake 2018-08-09 17:18:39 +0100
  • 97f9e2d9f5 Curl fetcher: Jiggle logging levels. Michael Drake 2018-08-09 16:43:37 +0100
  • 9fecbc6554 Content: Log URLs with nsurl_access_log(). Michael Drake 2018-08-09 16:31:16 +0100
  • fa546661ad nsurl: Move debug logging over to nslog. Michael Drake 2018-08-09 16:11:18 +0100
  • add6dcc015 nsurl: Add variant of nsurl_access for logging. Michael Drake 2018-08-09 15:35:24 +0100
  • bc280f0e3f nsurl: Add data to scheme type enum. Michael Drake 2018-08-09 15:34:38 +0100
  • ca0514ea92 Curl fetcher: Move poll logging from INFO to DEEPDEBUG. Michael Drake 2018-08-09 14:58:49 +0100
  • c7dcf3476b Prefer HTTP/2+multiplexing on encrypted connections chris/http2 Chris Young 2017-02-05 16:30:35 +0000
  • 0df7ceb8f1 Typo fixes Daniel Silverstone 2018-07-28 14:24:31 +0100
  • 527541ddbd Make CI NetSurf builds compile in DEBUG level logging Daniel Silverstone 2018-07-28 14:10:26 +0100
  • 3d20a3974c Support ASAN and UBSAN in Makefiles Daniel Silverstone 2018-07-28 11:17:07 +0100
  • 42459f72c1 Treeview: Allow dragging selection to a selected target. Michael Drake 2018-07-26 15:12:31 +0100
  • 341cfc115b Treeview: Various changes to redraw rectangle for search bar. Michael Drake 2018-07-26 15:00:36 +0100
  • 57a6328b14 RISC OS: Make URL drag include the fragment. Michael Drake 2018-07-23 11:19:27 +0100
  • eeb7be1cbf Browser: Add function to get bw URL with any fragment. Michael Drake 2018-07-23 11:08:15 +0100
  • 09b015bf11 Browser: Rename function to access bw URL. Michael Drake 2018-07-23 10:47:26 +0100