about summary refs log tree commit diff stats
path: root/adapter
Commit message (Expand)AuthorAgeFilesLines
* default(T) -> T.default, add some strict defsbptato2024-12-173-10/+10
* gemini: fix known hosts not being read on *BSDbptato2024-12-161-0/+1
* chabookmark: fix new item placement, better error handlingbptato2024-12-151-18/+25
* md2html: add heading class to heading anchorsbptato2024-12-152-6/+9
* Add chabookmark scriptbptato2024-12-141-0/+235
* md2html: fix newline after list before EOFbptato2024-12-141-1/+1
* lcgi: fix error handlingbptato2024-12-111-1/+1
* Improve error messagesbptato2024-12-104-15/+15
* md2html: another list bugfix, add a testbptato2024-12-041-2/+1
* md2html: fix blank line handling & paragraphs in listsbptato2024-12-041-50/+112
* gopher: fix an escaping bug, add some item typesbptato2024-11-302-6/+7
* gmi2html: optimize a bitbptato2024-11-261-7/+9
* file: remove some dead codebptato2024-11-241-6/+0
* gopher: do not assume selector starts with /bptato2024-11-201-1/+1
* md2html: fix parsing of nested parens in linksbptato2024-11-201-1/+1
* sixel: fix transparency in monochrome modebptato2024-11-201-0/+3
* gemini: set host name extension, refactorbptato2024-11-172-39/+33
* gopher: fix queries with spacesbptato2024-11-151-1/+2
* twtstr: beforeLast -> untilLastbptato2024-11-151-1/+1
* gopher: url decode path & query before submissionbptato2024-11-121-1/+3
* Remove useless filebptato2024-11-121-1/+0
* url: reduce URL object size, simplifybptato2024-11-111-1/+4
* 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