Commit Graph

  • 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
  • aa95a75332 Welcome pages: Use HTTPS for NetSurf URLs. Michael Drake 2018-07-20 16:35:18 +0100
  • 3afa1ce48f Update links in quick start to https Daniel Silverstone 2018-07-17 20:46:11 +0100
  • 350562f252 Switch to patched in fetch api Netsurf Administrators 2018-07-17 20:40:47 +0100
  • 62e3ee6c7e Layout: Use box helper for first child checks. glenwalker/bug_0002428 Michael Drake 2018-06-29 15:03:47 +0100
  • 049695fa07 Box: Add helper to check if box is first child. Michael Drake 2018-06-29 15:03:10 +0100
  • 948207472a Layout: Tidy condition so it can be read. Michael Drake 2018-06-29 14:58:32 +0100
  • 97007d095e Docs: Fix logging CLI reference, and add examples. Michael Drake 2018-06-29 12:00:09 +0100
  • 169a91ace9 RISC OS: Plotters: Fix typo. Michael Drake 2018-05-23 17:46:22 +0100
  • a40dca49e8 Merge branch 'tlsa/plotter-polish' Michael Drake 2018-05-23 15:46:39 +0100
  • 8a931f01b9 Plotters: Expose array of font family strings to front ends. Michael Drake 2018-05-23 14:02:53 +0100
  • 8332bf6b2a Plotters: Remove width param from path plotter. Michael Drake 2018-05-23 13:48:17 +0100
  • 5f4f23f11a Plotters: Split function parameters over multiple lines for readability. Michael Drake 2018-05-23 13:10:59 +0100
  • 66493421e6 Plotters: Change stroke width in the plot_style_t to fixed point. Michael Drake 2018-05-23 13:04:19 +0100
  • a58d97a41a Plotters: Add plot_style_fixed type, and use for font size. Michael Drake 2018-05-23 11:48:35 +0100
  • 6cabd4cd62 remove spurious messages file from framebuffer install target Vincent Sanders 2018-05-22 13:04:09 +0100
  • 7c3da95a07 Resolve resource leak on error (coverity issue 1390560) Vincent Sanders 2018-05-18 09:56:16 +0100
  • 216fb88f58 clean up html content handler header use Vincent Sanders 2018-05-11 13:15:17 +0100
  • dc9e7c989f fixup doxygen directory list to cope with html content handler move Vincent Sanders 2018-05-10 22:47:46 +0100
  • 2a03ea3049 move html and text content handlers where they belong Vincent Sanders 2018-05-10 11:34:26 +0100
  • 1b892391d7 Improve quick start documentation to match current reality Vincent Sanders 2018-05-10 13:34:33 +0100
  • 2290c208ba Disc cache: Squash armhf warnings. Michael Drake 2018-05-08 12:26:04 +0100
  • 6e0e3ea81f Duktape: Squash armhf warnings. Michael Drake 2018-05-08 12:21:41 +0100
  • 8319ead530 Duktape: Squash -Wcast-align warnings on armhf. Michael Drake 2017-11-02 16:34:59 +0000
  • 0ee536b083 Duktape: Make declarations match definitions for inline functions. Michael Drake 2017-10-21 16:31:40 +0100
  • dcb12cab51 Duktape: Make declarations match definitions for fastint-enabled functions. Michael Drake 2017-04-21 11:33:28 +0100
  • 4bf20cc693 Duktape: Make declaration match definition for duk_refzero_check_fast() Michael Drake 2017-04-16 17:36:25 +0100
  • f6073cd699 Duktape: Make declarations match definitions for duk_raw_read_xxx_be Michael Drake 2017-03-23 15:29:19 +0000
  • af8bde6214 Duktape: Prevent clang static analysis. Michael Drake 2017-03-22 15:58:01 +0000
  • b16b525cd3 Duktape: Update to 2.2.1 release. Michael Drake 2018-05-04 16:50:55 +0100
  • 86ac9f1331 Update urldb test data for format 107 John-Mark Bell 2018-04-22 14:22:02 +0000
  • 1255ee3af4 fix hashtable test build Vincent Sanders 2018-04-22 15:20:26 +0100
  • 5c20642b7e make tests build again Vincent Sanders 2018-04-22 15:13:11 +0100
  • 9b04d79e60 Treat the .c font file as a sentinel for the .h, reduces rebuilds of fonts in -j Daniel Silverstone 2018-04-22 14:10:10 +0100
  • 0569fbf170 change tab next and back accelerators Vincent Sanders 2018-04-22 14:02:38 +0100