| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | protocol: sandbox more network processes + fix some gemini bugs | bptato | 2024-11-02 | 6 | -9/+15 |
* | urlenc: strip a trailing newline from input, etc | bptato | 2024-11-01 | 2 | -39/+39 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 2 | -11/+0 |
* | md2html: fix index defect on EOF | bptato | 2024-10-28 | 1 | -2/+6 |
* | gemini: fix unnecessary NUL chars being sent | bptato | 2024-10-27 | 1 | -1/+1 |
* | md2html: support setext headings | bptato | 2024-10-26 | 1 | -15/+37 |
* | sftp: switch to libssh2 | bptato | 2024-10-26 | 8 | -212/+237 |
* | md2html: close p on heading | bptato | 2024-10-25 | 1 | -29/+15 |
* | sixel: simplify a bit | bptato | 2024-10-24 | 1 | -14/+11 |
* | color: use 64-bit SWAR | bptato | 2024-10-22 | 1 | -2/+2 |
* | md2html: misc improvements | bptato | 2024-10-21 | 1 | -10/+7 |
* | sandbox: do not ask for signal permissions | bptato | 2024-10-17 | 3 | -0/+3 |
* | dirlist2html: remove redundant slash | bptato | 2024-10-14 | 1 | -5/+2 |
* | dirlist2html: fix heisenbug, refactor | bptato | 2024-10-13 | 1 | -72/+74 |
* | lcgi: support HTTP proxy | bptato | 2024-10-13 | 1 | -15/+52 |
* | lcgi_ssl: fix libressl compat | bptato | 2024-10-13 | 2 | -6/+8 |
* | Add `nc' tool & adjust finger/spartan to use it | bptato | 2024-10-12 | 4 | -57/+82 |
* | dirlist: separate out into dirlist2html | bptato | 2024-10-12 | 6 | -275/+224 |
* | gmifetch: rewrite in Nim | bptato | 2024-10-12 | 4 | -658/+491 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 1 | -0/+8 |
* | Fix compilation on Nim 2.2.0 | bptato | 2024-10-10 | 1 | -1/+1 |
* | resize: use srgb | bptato | 2024-10-09 | 1 | -5/+5 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 3 | -12/+9 |