summaryrefslogtreecommitdiff
path: root/utils/nsoption.c
Commit message (Expand)AuthorAgeFilesLines
* Sort out the logging so that -v etc do the right thingDaniel Silverstone2017-09-081-1/+6
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-4/+6
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+1
* windows frontend netsurf optionsVincent Sanders2016-10-191-0/+2
* Treeview: Add `treeview_font_size` to options.Michael Drake2016-08-111-0/+8
* remove erroneous parameter check to nsoption_snoptionfVincent Sanders2016-08-061-1/+1
* improve option test coverage futherVincent Sanders2016-08-061-3/+11
* Improve user option testing and API parameter checkingVincent Sanders2016-08-051-9/+38
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-211-2/+6
* Ensure fetch attempts is not reduced to less than 1.Michael Drake2016-02-151-2/+3
* Fix constraints on curl_fetch_timeout option.Michael Drake2016-02-151-2/+2
* Revert "Skip invalid commandline args instead of aborting"Chris Young2015-11-271-4/+2
* Skip invalid commandline args instead of abortingChris Young2015-11-241-2/+4
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-0/+14
* Fix segmentation fault when a string option is set to NULLVincent Sanders2015-11-051-1/+4
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+4
* remove some warnings from freebsd buildVincent Sanders2014-12-211-0/+1
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+3
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-101-1/+1
* add finalisation to options and document the API betterVincent Sanders2013-06-011-56/+176
* fix import of old broken ChoicesVincent Sanders2013-05-291-2/+30
* Ensure colour values around #888888 can be read in HTML output.Michael Drake2013-05-281-1/+2
* add provenance to about:configVincent Sanders2013-05-281-46/+99
* if the colour value is unusable do not assign garbage to teh optionVincent Sanders2013-05-281-4/+5
* copy the options data with memcpy insteadVincent Sanders2013-05-281-6/+2
* add new option API and implementationVincent Sanders2013-05-281-0/+697