about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* Initial image supportbptato2024-04-253-16/+95
* sandbox: seccomp support on Linuxbptato2024-04-183-6/+26
* Update code stylebptato2024-04-176-203/+207
* term: save/restore title after "set title"bptato2024-04-161-2/+12
* js: remove automatic function -> closure conversionbptato2024-04-151-14/+28
* term: do not eat last DA1 valuebptato2024-04-101-3/+9
* pager: fix incremental search with empty stringbptato2024-03-301-3/+11
* pager: fix weird halfPage* behaviorbptato2024-03-301-6/+6
* pager: exclude status line from buffer heightbptato2024-03-302-1/+9
* pager: edit source fixesbptato2024-03-301-27/+8
* term: flush stdout in anyKeybptato2024-03-291-0/+1
* pager: fix broken writeToFilebptato2024-03-291-5/+1
* fflush() before forksbptato2024-03-281-6/+11
* Add capsicum supportbptato2024-03-281-2/+5
* term: improve color detectionbptato2024-03-271-5/+16
* container: rename enumsbptato2024-03-271-17/+17
* buffer: fix cancel()bptato2024-03-272-11/+33
* config: improve input systembptato2024-03-261-8/+10
* config, toml: rename enumsbptato2024-03-261-13/+13
* pager: percent-decode path name in askDownloadPathbptato2024-03-251-1/+1
* client, forkserver: remove useless codebptato2024-03-241-1/+0
* js: proper distinction between Opt/Optionbptato2024-03-241-6/+6
* buffer: fix clonebptato2024-03-241-3/+3
* io: derive DynStream from RootObj (not Stream)bptato2024-03-243-55/+62
* pager: detect JS as textbptato2024-03-241-1/+5
* io: add bufreaderbptato2024-03-211-1/+1
* config: add default-headers to siteconfbptato2024-03-211-19/+7
* term: use termcap for italic resetbptato2024-03-211-3/+7
* libregexp: update LRE_FLAG_UTF16 namebptato2024-03-211-1/+1
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-213-18/+18
* buffer: send title during load + other title stuffbptato2024-03-211-12/+13
* buffer: also buffer input readsbptato2024-03-212-4/+6
* pager: fix flipped predicate for downloadbptato2024-03-211-1/+1
* client: fix dump detectionbptato2024-03-201-7/+7
* pager: add "save link", "save source"; change & document some keybindingsbptato2024-03-203-63/+111
* pager: do not ask to download text/*bptato2024-03-191-1/+1
* buffer: add markURLbptato2024-03-192-3/+14
* client: refactor inputbptato2024-03-183-164/+146
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-182-18/+9
* pager: remove useless codebptato2024-03-182-16/+1
* config: clean up/simplifybptato2024-03-172-26/+14
* client: fix "Hit any key" bug on load failurebptato2024-03-173-21/+45
* pager: fix buffer filteringbptato2024-03-171-2/+4
* io: add BuferedWriterbptato2024-03-161-2/+3
* client, pager: various file saving fixesbptato2024-03-163-18/+22
* pager: fix disappearing buffers when reload failsbptato2024-03-161-9/+8
* container: fall back to text/plain instead of application/octet-streambptato2024-03-161-1/+2
* pager: simplify line editingbptato2024-03-162-64/+69
* pager, loader: add "Save file to" functionalitybptato2024-03-161-11/+74
* config: add start.console-buffer optionbptato2024-03-162-3/+4