| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | man: check exit code after reading first line | bptato | 2024-10-06 | 1 | -8/+14 |
* | sixel: simplify compressSixel | bptato | 2024-10-05 | 1 | -12/+5 |
* | md2html: support + lists, ~~~ blocks | bptato | 2024-10-04 | 1 | -5/+7 |
* | dynstream: fix memory leak | bptato | 2024-10-04 | 3 | -4/+4 |
* | sixel, term: reduce half-dump special casing | bptato | 2024-10-04 | 1 | -62/+46 |
* | sixel: fix some weird artifacts | bptato | 2024-10-04 | 1 | -0/+13 |
* | sixel: transparency improvements | bptato | 2024-10-03 | 1 | -5/+5 |
* | http: remove twtstr dependency | bptato | 2024-10-01 | 1 | -4/+10 |
* | ftp: remove libcurl dependency | bptato | 2024-10-01 | 3 | -248/+464 |
* | lcgi: fix broken error message | bptato | 2024-09-28 | 1 | -1/+1 |
* | loader: send headers for tocache requests too | bptato | 2024-09-28 | 1 | -2/+4 |
* | gopher: do not depend on libcurl | bptato | 2024-09-28 | 2 | -74/+202 |
* | loader: clean up connecterror | bptato | 2024-09-28 | 5 | -33/+22 |
* | sixel: reset chunk on transparency | bptato | 2024-09-27 | 1 | -0/+1 |
* | term: prevent negative line damage, fix off by one | bptato | 2024-09-25 | 1 | -2/+6 |
* | sixel: support transparency | bptato | 2024-09-24 | 1 | -33/+38 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 1 | -19/+16 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 7 | -74/+88 |
* | Refactor img/* | bptato | 2024-09-15 | 1 | -5/+225 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 1 | -8/+11 |
* | sixel: factor out root node, fix a bug | bptato | 2024-09-12 | 1 | -30/+31 |
* | sixel: small optimizations | bptato | 2024-09-11 | 1 | -31/+48 |