about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* man: better error handlingbptato2024-03-171-35/+89
* 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
* Update docsbptato2024-03-161-3/+0
* pager: simplify line editingbptato2024-03-162-64/+69
* pager, loader: add "Save file to" functionalitybptato2024-03-165-39/+138
* layout: table column size fixesbptato2024-03-161-33/+20
* loader: add missing flush() callsbptato2024-03-161-1/+4
* trans.cgi: set content type to text/x-ansibptato2024-03-161-2/+2
* cgi: fix libexec dir not being setbptato2024-03-161-3/+4
* config: add start.console-buffer optionbptato2024-03-165-3/+16
* data: content type fixesbptato2024-03-151-7/+5
* man: improve header/footer conversionbptato2024-03-151-4/+11
* man: work around parameter insanitybptato2024-03-152-9/+32
* config.toml: fix sE bindingbptato2024-03-151-1/+1
* 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-149-77/+103
* loader: only trap SIGTERMbptato2024-03-141-1/+1
* man: misc improvementsbptato2024-03-142-62/+74
* loader: fix crash on malformed CGI headersbptato2024-03-142-3/+2
* twtstr: fix deleteChars, do not remove space in replaceControlsbptato2024-03-142-11/+7
* doc: revert capitalization changebptato2024-03-141-1/+1
* 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
* Prevent UB on memcpy and floating point conversionsCharlie Gordon2024-03-135-18/+26
* Improve Date.parseCharlie Gordon2024-03-131-31/+106
* rudimentary support for <video>, <audio>bptato2024-03-137-10/+66
* man: rewrite in Nimbptato2024-03-1310-312/+349
* loader: fix nil deref in parseHeadersbptato2024-03-131-1/+1
* client: fix blocking reads on container connectionbptato2024-03-125-72/+123
* mancha: only set man as section without other parametersbptato2024-03-121-1/+2
* loader: remove applyHeadersbptato2024-03-1210-134/+112
* md2html: convert <https://example.org> to anchorbptato2024-03-121-1/+32
* update readmebptato2024-03-121-29/+67