about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* loader: set static CGI env vars in initLoaderContextbptato2024-03-212-7/+8
* main: refactor slightlybptato2024-03-212-149/+137
* ansi2html: add separate switch for "standalone"bptato2024-03-213-3/+9
* buffer: send title during load + other title stuffbptato2024-03-213-21/+35
* buffer: also buffer input readsbptato2024-03-213-42/+55
* ftp: basic sftp supportbptato2024-03-215-40/+135
* 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
* git.cgi: show command in title for logbptato2024-03-201-0/+3
* pager: add "save link", "save source"; change & document some keybindingsbptato2024-03-206-72/+139
* pager: do not ask to download text/*bptato2024-03-191-1/+1
* config: remove system mailcaps from default mailcap pathbptato2024-03-192-8/+15
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-195-26/+22
* bonus: add git.cgibptato2024-03-191-0/+64
* cgi: set cwd to CGI dirbptato2024-03-191-3/+7
* urimethodmap: do not set query string for gmifetchbptato2024-03-191-1/+1
* buffer: add markURLbptato2024-03-198-10/+70
* urimethodmap: fix sftp, ftpsbptato2024-03-191-2/+2
* man: improve processBackspace underscore handlingbptato2024-03-191-2/+6
* 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
* 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