summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* msplit public url database API out for frontendsVincent Sanders2016-06-133-193/+32
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-0781-2/+100697
* reduce unecessary usage of content headersVincent Sanders2016-06-062-2/+2
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-0619-37/+39
* fixup rsvg image handler for content API changesVincent Sanders2016-06-061-2/+4
* Update content to split public and internal APIVincent Sanders2016-06-0620-255/+96
* move plotters header into public APIVincent Sanders2016-05-306-6/+5
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move fetch header into public APIVincent Sanders2016-05-303-3/+3
* move misc header into public APIVincent Sanders2016-05-307-7/+7
* move bitmap API header to core include directoryVincent Sanders2016-05-2612-188/+11
* move the CSS content handlerVincent Sanders2016-05-2616-3/+6576
* move image content handlers to accomodate core build changesVincent Sanders2016-05-2329-3/+4830
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-1/+1
* need strings.h for strncasecmp on freebsdVincent Sanders2016-04-212-0/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-216-63/+26
* update content wallclock timing to use monotonic time interfaceVincent Sanders2016-04-202-7/+11
* use monotonic clock call for html reflow timingVincent Sanders2016-04-201-3/+3
* stop content header dragging in so many other headersVincent Sanders2016-04-192-1/+2
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-191-0/+43
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-193-4/+3
* reduce content header interdependancyVincent Sanders2016-04-185-23/+54