about summary refs log tree commit diff stats
path: root/adapter
Commit message (Expand)AuthorAgeFilesLines
* Fix some C warnings, more makefile vars, etc.bptato2024-11-082-3/+3
* ftp: improve sendCommand error handlingbptato2024-11-071-17/+15
* gopher: rewrite in shellbptato2024-11-056-172/+121
* gopher: move ipv6 handling to lcgibptato2024-11-042-10/+18
* utils, types: merge some modulesbptato2024-11-031-3/+1
* protocol: sandbox more network processes + fix some gemini bugsbptato2024-11-026-9/+15
* urlenc: strip a trailing newline from input, etcbptato2024-11-012-39/+39
* config: refactor, accept more possible config dirsbptato2024-10-282-11/+0
* md2html: fix index defect on EOFbptato2024-10-281-2/+6
* gemini: fix unnecessary NUL chars being sentbptato2024-10-271-1/+1
* md2html: support setext headingsbptato2024-10-261-15/+37
* sftp: switch to libssh2bptato2024-10-268-212/+237
* md2html: close p on headingbptato2024-10-251-29/+15
* sixel: simplify a bitbptato2024-10-241-14/+11
* color: use 64-bit SWARbptato2024-10-221-2/+2
* md2html: misc improvementsbptato2024-10-211-10/+7
* sandbox: do not ask for signal permissionsbptato2024-10-173-0/+3
* dirlist2html: remove redundant slashbptato2024-10-141-5/+2
* dirlist2html: fix heisenbug, refactorbptato2024-10-131-72/+74
* lcgi: support HTTP proxybptato2024-10-131-15/+52
* lcgi_ssl: fix libressl compatbptato2024-10-132-6/+8
* Add `nc' tool & adjust finger/spartan to use itbptato2024-10-124-57/+82
* dirlist: separate out into dirlist2htmlbptato2024-10-126-275/+224
* gmifetch: rewrite in Nimbptato2024-10-124-658/+491
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-101-0/+8
* Fix compilation on Nim 2.2.0bptato2024-10-101-1/+1
* resize: use srgbbptato2024-10-091-5/+5
* color: reduce CellColor size, misc color refactoringbptato2024-10-063-12/+9
* man: check exit code after reading first linebptato2024-10-061-8/+14
* sixel: simplify compressSixelbptato2024-10-051-12/+5
* md2html: support + lists, ~~~ blocksbptato2024-10-041-5/+7
* dynstream: fix memory leakbptato2024-10-043-4/+4
* sixel, term: reduce half-dump special casingbptato2024-10-041-62/+46
* sixel: fix some weird artifactsbptato2024-10-041-0/+13
* sixel: transparency improvementsbptato2024-10-031-5/+5
* http: remove twtstr dependencybptato2024-10-011-4/+10
* ftp: remove libcurl dependencybptato2024-10-013-248/+464
* lcgi: fix broken error messagebptato2024-09-281-1/+1
* loader: send headers for tocache requests toobptato2024-09-281-2/+4
* gopher: do not depend on libcurlbptato2024-09-282-74/+202
* loader: clean up connecterrorbptato2024-09-285-33/+22
* sixel: reset chunk on transparencybptato2024-09-271-0/+1
* term: prevent negative line damage, fix off by onebptato2024-09-251-2/+6
* sixel: support transparencybptato2024-09-241-33/+38
* Replace std/selectors with pollbptato2024-09-231-19/+16
* loader: mmap intermediate image files, misc refactoringbptato2024-09-227-74/+88
* Refactor img/*bptato2024-09-151-5/+225
* sixel: do not reserve palette entry for transparencybptato2024-09-121-8/+11
* sixel: factor out root node, fix a bugbptato2024-09-121-30/+31
* sixel: small optimizationsbptato2024-09-111-31/+48