| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate some superfluous copies | bptato | 2025-05-11 | 1 | -2/+2 |
* | Enable ProveInit warning | bptato | 2025-05-10 | 1 | -1/+2 |
* | man, genidna: do not use std/unicode | bptato | 2025-05-04 | 1 | -2/+1 |
* | Improve static builds | bptato | 2025-05-01 | 4 | -8/+27 |
* | http: cast away GCC complaints properly | bptato | 2025-04-24 | 1 | -4/+7 |
* | http: re-add brotli support | bptato | 2025-04-23 | 1 | -1/+97 |
* | lcgi_ssl, sftp: add cflags from pkg-config | bptato | 2025-04-14 | 2 | -1/+5 |
* | http: replace with newhttp | bptato | 2025-04-14 | 2 | -637/+1306 |
* | http: merge in curl.nim | bptato | 2025-04-14 | 2 | -456/+456 |
* | sftp: verify known_hosts | bptato | 2025-04-13 | 1 | -4/+140 |
* | sftp: fix IdentityFile scan order | bptato | 2025-04-09 | 1 | -2/+4 |
* | lcgi_ssl: disable DHE | bptato | 2025-03-22 | 1 | -1/+1 |
* | newhttp: drop libcurl dependency | bptato | 2025-03-21 | 2 | -2/+43 |
* | bonus: add new http handler with tinfl | bptato | 2025-03-20 | 1 | -0/+19 |
* | curl: fix build on OS X | bptato | 2025-03-10 | 1 | -4/+2 |
* | dynstream: remove exceptions | bptato | 2025-02-26 | 5 | -48/+70 |
* | file: fix directory listing | bptato | 2025-02-05 | 1 | -4/+3 |
* | about: move to loader | bptato | 2025-01-30 | 1 | -20/+0 |
* | file, sftp: send Content-Length | bptato | 2025-01-24 | 2 | -14/+28 |
* | term: rework input buffer | bptato | 2025-01-17 | 1 | -2/+2 |
* | More strict defs | bptato | 2025-01-14 | 2 | -4/+4 |
* | Fix some strict defs | bptato | 2025-01-12 | 1 | -1/+1 |
* | lcgi: add missing noreturn | bptato | 2024-12-29 | 1 | -1/+1 |
* | CHA_CONFIG_DIR -> CHA_DIR | bptato | 2024-12-27 | 2 | -2/+2 |
* | Strict def fixes | bptato | 2024-12-22 | 2 | -2/+2 |
* | twtstr: improve content type parameter handling | bptato | 2024-12-22 | 3 | -4/+3 |
* | default(T) -> T.default, add some strict defs | bptato | 2024-12-17 | 2 | -8/+8 |
* | 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 | 1 | -4/+7 |
* | Add chabookmark script | bptato | 2024-12-14 | 1 | -0/+235 |
* | lcgi: fix error handling | bptato | 2024-12-11 | 1 | -1/+1 |
* | gopher: fix an escaping bug, add some item types | bptato | 2024-11-30 | 1 | -4/+4 |
* | 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 |
* | 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 | 3 | -78/+42 |
* | gopher: move ipv6 handling to lcgi | bptato | 2024-11-04 | 2 | -10/+18 |
* | protocol: sandbox more network processes + fix some gemini bugs | bptato | 2024-11-02 | 6 | -9/+15 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 2 | -11/+0 |
* | gemini: fix unnecessary NUL chars being sent | bptato | 2024-10-27 | 1 | -1/+1 |
* | sftp: switch to libssh2 | bptato | 2024-10-26 | 7 | -211/+234 |
* | sandbox: do not ask for signal permissions | bptato | 2024-10-17 | 3 | -0/+3 |