about summary refs log tree commit diff stats
path: root/adapter/protocol
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some superfluous copiesbptato2025-05-111-2/+2
* Enable ProveInit warningbptato2025-05-101-1/+2
* man, genidna: do not use std/unicodebptato2025-05-041-2/+1
* Improve static buildsbptato2025-05-014-8/+27
* http: cast away GCC complaints properlybptato2025-04-241-4/+7
* http: re-add brotli supportbptato2025-04-231-1/+97
* lcgi_ssl, sftp: add cflags from pkg-configbptato2025-04-142-1/+5
* http: replace with newhttpbptato2025-04-142-637/+1306
* http: merge in curl.nimbptato2025-04-142-456/+456
* sftp: verify known_hostsbptato2025-04-131-4/+140
* sftp: fix IdentityFile scan orderbptato2025-04-091-2/+4
* lcgi_ssl: disable DHEbptato2025-03-221-1/+1
* newhttp: drop libcurl dependencybptato2025-03-212-2/+43
* bonus: add new http handler with tinflbptato2025-03-201-0/+19
* curl: fix build on OS Xbptato2025-03-101-4/+2
* dynstream: remove exceptionsbptato2025-02-265-48/+70
* file: fix directory listingbptato2025-02-051-4/+3
* about: move to loaderbptato2025-01-301-20/+0
* file, sftp: send Content-Lengthbptato2025-01-242-14/+28
* term: rework input bufferbptato2025-01-171-2/+2
* More strict defsbptato2025-01-142-4/+4
* Fix some strict defsbptato2025-01-121-1/+1
* lcgi: add missing noreturnbptato2024-12-291-1/+1
* CHA_CONFIG_DIR -> CHA_DIRbptato2024-12-272-2/+2
* Strict def fixesbptato2024-12-222-2/+2
* twtstr: improve content type parameter handlingbptato2024-12-223-4/+3
* default(T) -> T.default, add some strict defsbptato2024-12-172-8/+8
* 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-151-4/+7
* Add chabookmark scriptbptato2024-12-141-0/+235
* lcgi: fix error handlingbptato2024-12-111-1/+1
* gopher: fix an escaping bug, add some item typesbptato2024-11-301-4/+4
* file: remove some dead codebptato2024-11-241-6/+0
* gopher: do not assume selector starts with /bptato2024-11-201-1/+1
* 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-053-78/+42
* gopher: move ipv6 handling to lcgibptato2024-11-042-10/+18
* protocol: sandbox more network processes + fix some gemini bugsbptato2024-11-026-9/+15
* config: refactor, accept more possible config dirsbptato2024-10-282-11/+0
* gemini: fix unnecessary NUL chars being sentbptato2024-10-271-1/+1
* sftp: switch to libssh2bptato2024-10-267-211/+234
* sandbox: do not ask for signal permissionsbptato2024-10-173-0/+3