about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* posixstream: do not ignore lseek resultbptato2024-03-122-3/+8
* pager: fix replacement logicbptato2024-03-122-27/+32
* pager: decrement numload on redirectbptato2024-03-121-0/+1
* io: add dynstreambptato2024-03-126-57/+95
* loader: unregister input streams on EOFbptato2024-03-121-2/+2
* mailcap: better error messages, accept \ as newline escapebptato2024-03-111-6/+18
* pager: do not eat error alerts on startupbptato2024-03-112-2/+1
* loader: rework process modelbptato2024-03-1129-1443/+1648
* client: fix thumb button confusionbptato2024-03-111-18/+18
* mancha: fix query for 7zbptato2024-03-111-1/+7
* css: fix {} macros on older Nim versionsbptato2024-03-111-6/+9
* client: bind middle button to discardBuffer, use button5/6 as scrollbptato2024-03-112-5/+14
* client: only accept "press" input type for scroll wheelbptato2024-03-111-2/+6
* term: fix alt-screen = true without ti/tebptato2024-03-081-10/+11
* cgi: do not eat first word of the error messagebptato2024-03-071-1/+1
* cgi: pass system error message after execl failurebptato2024-03-071-1/+2
* man: use /usr/bin/env perl shebangbptato2024-03-071-1/+1