about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* buffer: send title during load + other title stuffbptato2024-03-213-21/+35
* buffer: also buffer input readsbptato2024-03-213-42/+55
* pager: fix flipped predicate for downloadbptato2024-03-211-1/+1
* buffer: also buffer reads for packetsbptato2024-03-202-16/+21
* 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
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-194-26/+16
* cgi: set cwd to CGI dirbptato2024-03-191-3/+7
* buffer: add markURLbptato2024-03-195-10/+63
* stylednode: clean up code stylebptato2024-03-181-30/+39
* client: refactor inputbptato2024-03-185-167/+159
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-185-104/+76
* pager: remove useless codebptato2024-03-182-16/+1
* config: clean up/simplifybptato2024-03-1710-330/+349
* Move SIGCHLD ignore call to forkserverbptato2024-03-172-4/+1
* forkserver: set process titles for processesbptato2024-03-172-0/+42
* main: ignore SIGCHLDbptato2024-03-171-0/+4
* 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-168-207/+310
* 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-162-3/+5
* pager: simplify line editingbptato2024-03-162-64/+69
* pager, loader: add "Save file to" functionalitybptato2024-03-163-37/+128
* layout: table column size fixesbptato2024-03-161-33/+20
* loader: add missing flush() callsbptato2024-03-161-1/+4
* cgi: fix libexec dir not being setbptato2024-03-161-3/+4
* config: add start.console-buffer optionbptato2024-03-163-3/+5
* container: cursor x fixesbptato2024-03-151-2/+4
* Clean up BufferConfigbptato2024-03-156-81/+73
* version: print error message on a single linebptato2024-03-141-4/+3
* client: check if container was found before deleting itbptato2024-03-141-2/+2
* pager: unregister containers properly when headers are pendingbptato2024-03-143-14/+33
* loader: handle connections where pid/key does not matchbptato2024-03-141-1/+8
* cgi: fix broken pipe handlingbptato2024-03-141-1/+8
* Move around some modulesbptato2024-03-1421-96/+88
* pager: add "open in editor" keybinding (sE)bptato2024-03-145-76/+80
* loader: only trap SIGTERMbptato2024-03-141-1/+1
* loader: fix crash on malformed CGI headersbptato2024-03-142-3/+2
* twtstr: fix deleteChars, do not remove space in replaceControlsbptato2024-03-142-11/+7
* pager: use loadinfo for redirection message, not alertbptato2024-03-131-1/+2
* twtstr: simplify control char procsbptato2024-03-131-24/+7
* layout: remove word-spacingbptato2024-03-131-4/+1
* rudimentary support for <video>, <audio>bptato2024-03-136-9/+65
* man: rewrite in Nimbptato2024-03-131-21/+22
* loader: fix nil deref in parseHeadersbptato2024-03-131-1/+1
* client: fix blocking reads on container connectionbptato2024-03-125-72/+123
* loader: remove applyHeadersbptato2024-03-1210-134/+112