summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work in Progress: Update for style-sharing LibCSS API.Michael Drake2016-11-191-32/+23
* Remove internal BASE64 in favour of nsutils' oneDaniel Silverstone2016-11-191-3/+6
* Table cell nowrap attribute is presentational hint, not UA style.Michael Drake2016-10-131-0/+17
* enable use of netsurf public suffix library to prevent supercookiesVincent Sanders2016-09-201-0/+18
* if the cookie is a session cookie indicate itVincent Sanders2016-09-131-0/+6
* make urldb parsing of ascii data explicitVincent Sanders2016-09-101-7/+10
* document file fetcher being locale dependantVincent Sanders2016-09-101-1/+5
* Duktape: Prevent clang static analysis.Michael Drake2016-08-311-0/+3
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2016-08-311-6/+6
* Duktape: Update to version 1.5.1.Michael Drake2016-08-313-81/+185
* Fix Duktape on AmigaOS3 (thanks to Tygre and Sami)Chris Young2016-08-271-1/+1
* Fix longjmp to invalid address on jpeg init errorSergei Rogachev2016-08-141-2/+2
* fix bitmap modification callback calling for bmp image handlerVincent Sanders2016-08-141-4/+10
* Buildsystem: Make curl/openssl usage build-time options.Michael Drake2016-08-132-2/+6
* ensure url database destructor cleans up correctlyVincent Sanders2016-08-091-2/+7
* extend url database unit testing to cover more APIVincent Sanders2016-08-092-11/+26
* fix urldb warning and test buildVincent Sanders2016-08-081-3/+4
* update urldb dump to use LOG rather than writing to stderr directlyVincent Sanders2016-08-081-8/+19
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-0/+9
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-3/+2
* Data URL handling: Use url_unescape rather than curl.Michael Drake2016-07-241-13/+10
* Whitespace: Convert spaces to tab for indent.Michael Drake2016-07-241-3/+3
* Actually use utils/inet.h instead of sys/select.hDaniel Silverstone2016-06-271-2/+1
* fetch.h needs sys/select.h for the fd_set type et al.Daniel Silverstone2016-06-271-0/+2
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...Daniel Silverstone2016-06-273-28/+28
* Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...Daniel Silverstone2016-06-273-9/+38
* Fix handling of certificate chainsVincent Sanders2016-06-271-145/+251