about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Initial image supportbptato2024-04-251-0/+4
* js: fix some incorrect defineProperty usagebptato2024-04-211-2/+3
* url, twtstr: correct number parsingbptato2024-04-181-10/+7
* Update code stylebptato2024-04-174-72/+69
* js: remove automatic function -> closure conversionbptato2024-04-151-8/+14
* pager: edit source fixesbptato2024-03-301-44/+48
* ansi2html: support passing titlesbptato2024-03-291-0/+1
* config: improve input systembptato2024-03-262-6/+91
* config, toml: rename enumsbptato2024-03-262-101/+101
* js: proper distinction between Opt/Optionbptato2024-03-241-34/+45
* config: add default-headers to siteconfbptato2024-03-211-14/+2
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-7/+7
* main: refactor slightlybptato2024-03-211-0/+3
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-191-15/+5
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-182-85/+67
* config: clean up/simplifybptato2024-03-173-243/+294
* pager, loader: add "Save file to" functionalitybptato2024-03-161-7/+1
* config: add start.console-buffer optionbptato2024-03-161-0/+1
* Clean up BufferConfigbptato2024-03-151-43/+0
* loader: remove applyHeadersbptato2024-03-121-41/+18
* mailcap: better error messages, accept \ as newline escapebptato2024-03-111-6/+18
* loader: rework process modelbptato2024-03-113-18/+16
* buffer: do not incrementally display in headless modebptato2024-03-021-0/+2
* Add mouse supportbptato2024-02-291-0/+1
* term: improve pixels-per-column/line detectionbptato2024-02-251-0/+8
* Separate ANSI text decoding from main binarybptato2024-02-252-6/+15
* buffer: remove BufferSourcebptato2024-02-221-1/+2
* config: replace default-flags with ignore-casebptato2024-02-221-1/+1
* Replace Chakasu with Chagashibptato2024-02-222-2/+2
* regex: re-work compileSearchRegexbptato2024-02-171-5/+29
* term: fix coloring messbptato2024-02-171-2/+3
* Various refactorings & fixesbptato2024-02-141-4/+3
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-2/+4
* fix rejection of readFromFd urlsbptato2024-02-111-1/+1
* toml: misc refactoringsbptato2024-01-301-71/+40
* toml: allow EOF in values with laxnamesbptato2024-01-301-0/+2
* config: append */* rule instead of prependingbptato2024-01-302-11/+3
* Add default md2html converterbptato2024-01-301-14/+21
* mimetypes: simplify parseMimeTypesbptato2024-01-271-16/+9
* cgi: fix broken libexec path env variablebptato2024-01-262-2/+3
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-1/+1
* Use std/* imports everywherebptato2024-01-074-15/+15
* config/toml: fix consumeComment overriding nodesbptato2023-12-151-1/+2
* config: allow overriding default prepended schemebptato2023-12-151-0/+1
* config: do not override user-defined urimethodmapbptato2023-12-141-1/+2
* chapath: add missing returnbptato2023-12-141-1/+2
* Various fixesbptato2023-12-131-1/+1
* 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