about summary refs log tree commit diff stats
path: root/adapter/format
Commit message (Expand)AuthorAgeFilesLines
* dynstream: remove exceptionsbptato2025-02-261-11/+13
* uri2html: uri-decode entriesbptato2025-02-191-1/+2
* More strict defsbptato2025-01-141-1/+1
* tools, format: disable ARCbptato2025-01-081-2/+0
* dirlist2html: fix setlocale callbptato2025-01-041-1/+1
* format, tools: use ARCbptato2024-12-301-0/+2
* Add built-in image viewerbptato2024-12-301-0/+22
* uri2html: escape ampersandbptato2024-12-281-1/+1
* Strict def fixesbptato2024-12-222-1/+3
* uri2html: skip hr if title is emptybptato2024-12-221-1/+1
* Misc character display fixesbptato2024-12-221-1/+19
* Add historybptato2024-12-171-0/+3
* twtstr: improve content type parameter handlingbptato2024-12-221-1/+1
* md2html: add heading class to heading anchorsbptato2024-12-151-2/+2
* md2html: fix newline after list before EOFbptato2024-12-141-1/+1
* md2html: another list bugfix, add a testbptato2024-12-041-2/+1
* md2html: fix blank line handling & paragraphs in listsbptato2024-12-041-50/+112
* gopher: fix an escaping bug, add some item typesbptato2024-11-301-2/+3
* gmi2html: optimize a bitbptato2024-11-261-7/+9
* md2html: fix parsing of nested parens in linksbptato2024-11-201-1/+1
* gopher: rewrite in shellbptato2024-11-051-52/+35
* urlenc: strip a trailing newline from input, etcbptato2024-11-011-15/+1
* md2html: fix index defect on EOFbptato2024-10-281-2/+6
* md2html: support setext headingsbptato2024-10-261-15/+37
* sftp: switch to libssh2bptato2024-10-261-1/+3
* md2html: close p on headingbptato2024-10-251-29/+15
* md2html: misc improvementsbptato2024-10-211-10/+7
* dirlist2html: remove redundant slashbptato2024-10-141-5/+2
* dirlist2html: fix heisenbug, refactorbptato2024-10-131-72/+74
* dirlist: separate out into dirlist2htmlbptato2024-10-122-1/+173
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-101-0/+8
* color: reduce CellColor size, misc color refactoringbptato2024-10-061-8/+5
* md2html: support + lists, ~~~ blocksbptato2024-10-041-5/+7
* Replace std/selectors with pollbptato2024-09-231-19/+16
* md2html: code, pre, inline fixesbptato2024-09-071-120/+193
* md2html: misc inline fixesbptato2024-09-011-114/+160
* md2html: support blockquotebptato2024-08-302-10/+28
* md2html: label headings with their levelbptato2024-08-111-1/+2
* md2html: include numbers in idsbptato2024-06-031-3/+3
* gopher: simplifybptato2024-05-211-1/+1
* adapter: update code stylebptato2024-04-262-34/+24
* md2html: add trailing double space to <br> conversionbptato2024-04-021-0/+2
* ansi2html: error out on unrecognized switchesbptato2024-03-291-1/+2
* ansi2html: support passing titlesbptato2024-03-291-2/+30
* ansi2html: do not use posixstreambptato2024-03-291-12/+15
* ansi2html: add newline after pre tagbptato2024-03-241-1/+1
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-0/+1
* ansi2html: add separate switch for "standalone"bptato2024-03-211-1/+7
* md2html: convert <https://example.org> to anchorbptato2024-03-121-1/+32
* loader: rework process modelbptato2024-03-111-1/+1