about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Move gopher to adapter/bptato2023-12-121-10/+1
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-121-0/+3
* Move out file: protocol handling to adapter/bptato2023-12-121-1/+2
* local CGI improvements, move data: to cgi-binbptato2023-12-121-0/+1
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-121-0/+1
* Add support for gemini by default, update readmebptato2023-12-101-6/+17
* mailcap: add $MAILCAP_URLbptato2023-12-101-1/+1
* Separate gopher conversion from main binarybptato2023-12-102-1/+18
* Enable finger protocol by defaultbptato2023-12-101-1/+5
* config: better path handling; fix array parsing bugbptato2023-12-103-17/+320
* pager: add marksbptato2023-12-091-0/+1
* pager, container: add text selection/copyingbptato2023-12-031-0/+2
* config: add bare aliases for "8bit", "24bit"bptato2023-11-261-2/+2
* twtstr: remove tolower, isWhitespacebptato2023-11-202-5/+6
* Add -C optionbptato2023-10-271-6/+9
* toml: fix dquote escapingbptato2023-10-261-1/+1
* reduce new() usagebptato2023-10-251-2/+2
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-251-1/+10
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-1/+1
* config: fix `include` namingbptato2023-10-091-4/+4
* Add w3m-cgi-compat optionbptato2023-10-011-1/+3
* Use twtstr.join everywherebptato2023-10-011-2/+2
* Add urimethodmap supportbptato2023-09-301-19/+31
* loader: add local-cgibptato2023-09-301-1/+4
* toml: fix bug in multiline string parsingbptato2023-09-251-0/+5
* config: add missing \nbptato2023-09-201-1/+1
* Accept bare strings in -o, fix -o with missing newlinebptato2023-09-202-14/+80
* mailcap: fix regressionbptato2023-09-161-1/+1
* mailcap: unquoteCommand improvements/fixesbptato2023-09-161-34/+57
* mailcap: allow whitespace after subtypebptato2023-09-161-1/+1
* move around more modulesbptato2023-09-143-5/+5
* toml: fix underscore number separatorbptato2023-09-131-1/+1
* fix compile errorbptato2023-09-131-1/+1
* toml: simplifybptato2023-09-131-4/+2
* toml: fix bugs in parseNumberbptato2023-09-131-12/+15
* toml: do not stream inputbptato2023-09-131-4/+1
* toml: add support for hex/octal numbersbptato2023-09-131-9/+45
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-081-0/+4
* toml: complain more on unexpected EOFbptato2023-09-071-2/+3
* toml: remove unused importbptato2023-09-071-1/+0
* toml: fix newline counting in multiline stringsbptato2023-09-071-2/+4
* loader: add data URLsbptato2023-09-011-1/+6
* Add jsdelprop, allow deletion of ActionMap propsbptato2023-08-291-0/+6
* Add jssetprop, make ActionMap editable from JSbptato2023-08-291-18/+20
* javascript: refactorbptato2023-08-281-2/+3
* javascript: de-ref some interfacesbptato2023-08-281-7/+16
* config: allow modification through JSbptato2023-08-271-44/+59
* mailcap: fix newline parsingbptato2023-08-261-1/+1
* config: fix overriding default headersbptato2023-08-262-26/+27
* Allow overriding default headersbptato2023-08-261-10/+4