| Commit message (Expand) | Author | Age | Files | Lines |
* | img: remove intermediate C files | bptato | 2025-01-30 | 10 | -49/+50 |
* | about: move to loader | bptato | 2025-01-30 | 1 | -20/+0 |
* | nanosvg: fix infinite loop | bptato | 2025-01-29 | 1 | -1/+4 |
* | file, sftp: send Content-Length | bptato | 2025-01-24 | 2 | -14/+28 |
* | term: rework input buffer | bptato | 2025-01-17 | 1 | -2/+2 |
* | More strict defs | bptato | 2025-01-14 | 3 | -5/+5 |
* | Fix some strict defs | bptato | 2025-01-12 | 1 | -1/+1 |
* | tools, format: disable ARC | bptato | 2025-01-08 | 2 | -4/+0 |
* | dirlist2html: fix setlocale call | bptato | 2025-01-04 | 1 | -1/+1 |
* | nanosvg: parse invalid transform args more efficiently | bptato | 2025-01-03 | 1 | -2/+2 |
* | format, tools: use ARC | bptato | 2024-12-30 | 2 | -0/+4 |
* | Add built-in image viewer | bptato | 2024-12-30 | 1 | -0/+22 |
* | lcgi: add missing noreturn | bptato | 2024-12-29 | 1 | -1/+1 |
* | uri2html: escape ampersand | bptato | 2024-12-28 | 1 | -1/+1 |
* | CHA_CONFIG_DIR -> CHA_DIR | bptato | 2024-12-27 | 2 | -2/+2 |
* | Strict def fixes | bptato | 2024-12-22 | 4 | -3/+5 |
* | 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 | 4 | -5/+4 |
* | nanosvg, myaddr: fix obuf type and myaddr shim | bptato | 2024-12-20 | 1 | -1/+1 |
* | nanosvg: fix preserveAspectRatio parsing | bptato | 2024-12-19 | 1 | -3/+3 |
* | img: add nanosvg | bptato | 2024-12-19 | 4 | -0/+4641 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 3 | -10/+10 |
* | gemini: fix known hosts not being read on *BSD | bptato | 2024-12-16 | 1 | -0/+1 |
* | chabookmark: fix new item placement, better error handling | bptato | 2024-12-15 | 1 | -18/+25 |
* | md2html: add heading class to heading anchors | bptato | 2024-12-15 | 2 | -6/+9 |
* | Add chabookmark script | bptato | 2024-12-14 | 1 | -0/+235 |
* | md2html: fix newline after list before EOF | bptato | 2024-12-14 | 1 | -1/+1 |
* | lcgi: fix error handling | bptato | 2024-12-11 | 1 | -1/+1 |
* | Improve error messages | bptato | 2024-12-10 | 4 | -15/+15 |
* | 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 | 2 | -6/+7 |
* | gmi2html: optimize a bit | bptato | 2024-11-26 | 1 | -7/+9 |
* | file: remove some dead code | bptato | 2024-11-24 | 1 | -6/+0 |
* | gopher: do not assume selector starts with / | bptato | 2024-11-20 | 1 | -1/+1 |
* | md2html: fix parsing of nested parens in links | bptato | 2024-11-20 | 1 | -1/+1 |
* | sixel: fix transparency in monochrome mode | bptato | 2024-11-20 | 1 | -0/+3 |
* | gemini: set host name extension, refactor | bptato | 2024-11-17 | 2 | -39/+33 |
* | gopher: fix queries with spaces | bptato | 2024-11-15 | 1 | -1/+2 |
* | twtstr: beforeLast -> untilLast | bptato | 2024-11-15 | 1 | -1/+1 |
* | gopher: url decode path & query before submission | bptato | 2024-11-12 | 1 | -1/+3 |
* | Remove useless file | bptato | 2024-11-12 | 1 | -1/+0 |
* | url: reduce URL object size, simplify | bptato | 2024-11-11 | 1 | -1/+4 |
* | Fix some C warnings, more makefile vars, etc. | bptato | 2024-11-08 | 2 | -3/+3 |
* | ftp: improve sendCommand error handling | bptato | 2024-11-07 | 1 | -17/+15 |
* | gopher: rewrite in shell | bptato | 2024-11-05 | 6 | -172/+121 |
* | gopher: move ipv6 handling to lcgi | bptato | 2024-11-04 | 2 | -10/+18 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 1 | -3/+1 |