| Commit message (Expand) | Author | Age | Files | Lines |
* | dynstream: remove exceptions | bptato | 2025-02-26 | 1 | -11/+13 |
* | uri2html: uri-decode entries | bptato | 2025-02-19 | 1 | -1/+2 |
* | More strict defs | bptato | 2025-01-14 | 1 | -1/+1 |
* | tools, format: disable ARC | bptato | 2025-01-08 | 1 | -2/+0 |
* | dirlist2html: fix setlocale call | bptato | 2025-01-04 | 1 | -1/+1 |
* | format, tools: use ARC | bptato | 2024-12-30 | 1 | -0/+2 |
* | Add built-in image viewer | bptato | 2024-12-30 | 1 | -0/+22 |
* | uri2html: escape ampersand | bptato | 2024-12-28 | 1 | -1/+1 |
* | Strict def fixes | bptato | 2024-12-22 | 2 | -1/+3 |
* | uri2html: skip hr if title is empty | bptato | 2024-12-22 | 1 | -1/+1 |
* | Misc character display fixes | bptato | 2024-12-22 | 1 | -1/+19 |
* | Add history | bptato | 2024-12-17 | 1 | -0/+3 |
* | twtstr: improve content type parameter handling | bptato | 2024-12-22 | 1 | -1/+1 |
* | md2html: add heading class to heading anchors | bptato | 2024-12-15 | 1 | -2/+2 |
* | md2html: fix newline after list before EOF | bptato | 2024-12-14 | 1 | -1/+1 |
* | md2html: another list bugfix, add a test | bptato | 2024-12-04 | 1 | -2/+1 |
* | md2html: fix blank line handling & paragraphs in lists | bptato | 2024-12-04 | 1 | -50/+112 |
* | gopher: fix an escaping bug, add some item types | bptato | 2024-11-30 | 1 | -2/+3 |
* | gmi2html: optimize a bit | bptato | 2024-11-26 | 1 | -7/+9 |
* | md2html: fix parsing of nested parens in links | bptato | 2024-11-20 | 1 | -1/+1 |
* | gopher: rewrite in shell | bptato | 2024-11-05 | 1 | -52/+35 |
* | urlenc: strip a trailing newline from input, etc | bptato | 2024-11-01 | 1 | -15/+1 |
* | md2html: fix index defect on EOF | bptato | 2024-10-28 | 1 | -2/+6 |
* | md2html: support setext headings | bptato | 2024-10-26 | 1 | -15/+37 |
* | sftp: switch to libssh2 | bptato | 2024-10-26 | 1 | -1/+3 |
* | md2html: close p on heading | bptato | 2024-10-25 | 1 | -29/+15 |
* | md2html: misc improvements | bptato | 2024-10-21 | 1 | -10/+7 |
* | dirlist2html: remove redundant slash | bptato | 2024-10-14 | 1 | -5/+2 |
* | dirlist2html: fix heisenbug, refactor | bptato | 2024-10-13 | 1 | -72/+74 |
* | dirlist: separate out into dirlist2html | bptato | 2024-10-12 | 2 | -1/+173 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 1 | -0/+8 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 1 | -8/+5 |
* | md2html: support + lists, ~~~ blocks | bptato | 2024-10-04 | 1 | -5/+7 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 1 | -19/+16 |
* | md2html: code, pre, inline fixes | bptato | 2024-09-07 | 1 | -120/+193 |
* | md2html: misc inline fixes | bptato | 2024-09-01 | 1 | -114/+160 |
* | md2html: support blockquote | bptato | 2024-08-30 | 2 | -10/+28 |
* | md2html: label headings with their level | bptato | 2024-08-11 | 1 | -1/+2 |
* | md2html: include numbers in ids | bptato | 2024-06-03 | 1 | -3/+3 |
* | gopher: simplify | bptato | 2024-05-21 | 1 | -1/+1 |
* | adapter: update code style | bptato | 2024-04-26 | 2 | -34/+24 |
* | md2html: add trailing double space to <br> conversion | bptato | 2024-04-02 | 1 | -0/+2 |
* | ansi2html: error out on unrecognized switches | bptato | 2024-03-29 | 1 | -1/+2 |
* | ansi2html: support passing titles | bptato | 2024-03-29 | 1 | -2/+30 |
* | ansi2html: do not use posixstream | bptato | 2024-03-29 | 1 | -12/+15 |
* | ansi2html: add newline after pre tag | bptato | 2024-03-24 | 1 | -1/+1 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -0/+1 |
* | ansi2html: add separate switch for "standalone" | bptato | 2024-03-21 | 1 | -1/+7 |
* | md2html: convert <https://example.org> to anchor | bptato | 2024-03-12 | 1 | -1/+32 |
* | loader: rework process model | bptato | 2024-03-11 | 1 | -1/+1 |