summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* fix doc comment spelling mistakeVincent Sanders2017-03-281-1/+1
* Duktape: Suppress warnings about increasing alignment of pointer type.Michael Drake2017-03-231-2/+2
* Duktape: Atari Mint lacks trunc, log2 and cbrt.Michael Drake2017-03-231-1/+7
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-03-231-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-03-231-0/+3
* Duktape 2.X: duk_error now returns a duk_ret_tMichael Drake2017-03-233-10/+6
* Duktape 2.x: duk_safe_call callbacks now have a void ptr user data param.Michael Drake2017-03-231-5/+5
* Duktape 2.X: Update to Duktape 2.0.2.Michael Drake2017-03-233-21021/+24871
* Improve content logging with content IDs (pointer values).Michael Drake2017-03-231-1/+1
* mimimal mime sniffing testVincent Sanders2017-03-201-3/+7
* reduce hlcache handle api usage in mimesniffVincent Sanders2017-03-194-13/+12
* make mimesniffing use core stringsVincent Sanders2017-03-192-222/+134
* fix urldb numerical v6 address handlingVincent Sanders2017-03-131-4/+12
* make the urldb content type setting API return an errorVincent Sanders2017-03-132-4/+8
* make urldb persistance setting API return an errorVincent Sanders2017-03-132-8/+12
* change urldb_set_title API to return an error statusVincent Sanders2017-03-132-14/+24
* actually check the generated database files against reference test dataVincent Sanders2017-03-081-1/+0
* remove urldb_add_host and path from public APIVincent Sanders2017-03-082-180/+174
* make update data api return an resultVincent Sanders2017-03-082-4/+8
* use robust handling of time_t value (de)serialisationVincent Sanders2017-03-081-6/+35
* clean up url database documentation comments and formattingVincent Sanders2017-03-061-334/+467
* Revert "make urldb internal parse macros less prone to control flow errors"Vincent Sanders2017-03-051-4/+4
* attempt to remove unintended sign extension warning in fs backing storeVincent Sanders2017-03-051-2/+2
* make urldb internal parse macros less prone to control flow errorsVincent Sanders2017-03-051-4/+4
* fix some doxygen errorsVincent Sanders2017-02-241-1/+1
* fix unused variable warning on non public suffix library buildsVincent Sanders2017-02-231-1/+3
* clean up some of the doxygen generation warningsVincent Sanders2017-02-191-2/+2
* Update knockout plotter to use new APIVincent Sanders2017-02-111-1/+1
* Update all core use of plotters to new APIVincent Sanders2017-02-116-43/+78
* Add EventTarget bindingDaniel Silverstone2017-02-053-0/+279
* Add EventListener support to duktape binding.Daniel Silverstone2017-02-052-7/+187
* Support fixed nsgenbind bindingsDaniel Silverstone2017-02-052-4/+6
* remove unused fetch acessorVincent Sanders2017-01-312-14/+0
* make backing store use inttypes format specifiersVincent Sanders2017-01-211-14/+15
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-219-10/+12
* rationalise use of utils/utils.h headerVincent Sanders2017-01-192-2/+0
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-0/+1
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-2/+2
* Duktape: Prevent clang static analysis.Michael Drake2016-12-281-0/+3
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2016-12-281-6/+6
* Duktape: Update to version 1.6.0.Michael Drake2016-12-283-125/+324
* make nsgenbind call last in rule so faliures are noticed by makeVincent Sanders2016-11-241-1/+0
* Fix OpenSSL X509 cert API detectionVincent Sanders2016-11-211-2/+4
* fix spelling of retrivedVincent Sanders2016-11-212-13/+13
* fix spelling and doxygen comments in image cacheVincent Sanders2016-11-211-24/+72
* fix spelling in low level cache codeVincent Sanders2016-11-201-47/+47
* fix spelling mistakes in hlcache codeVincent Sanders2016-11-201-5/+6
* fix comedy spelling in fs backing store codeVincent Sanders2016-11-201-40/+40
* fix openSSL 1.1.0 X509 certificate handlingVincent Sanders2016-11-201-9/+23
* fix unecessary base64 header includeVincent Sanders2016-11-191-1/+1