| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sandbox: replace libseccomp with chaseccomp | bptato | 2024-10-23 | 18 | -255/+537 |
* | color: use 64-bit SWAR | bptato | 2024-10-22 | 2 | -36/+17 |
* | ua.css: disable reverse video on <code> in <pre> | bptato | 2024-10-21 | 1 | -0/+4 |
* | layout: remove questionable use of newSeqUninitialized | bptato | 2024-10-21 | 1 | -5/+2 |
* | md2html: misc improvements | bptato | 2024-10-21 | 1 | -10/+7 |
* | poll: nimify | bptato | 2024-10-20 | 1 | -8/+22 |
* | dynstream: refactor | bptato | 2024-10-20 | 19 | -256/+225 |
* | dynstream, serversocket: use posix instead of nativesockets | bptato | 2024-10-20 | 10 | -106/+56 |
* | config.toml: add ?q=/path Google redirect | bptato | 2024-10-18 | 1 | -2/+6 |
* | sandbox: do not ask for signal permissions | bptato | 2024-10-17 | 4 | -3/+3 |
* | layout: fix inline float + position: absolute bug | bptato | 2024-10-16 | 3 | -5/+12 |
* | Update docs | bptato | 2024-10-15 | 3 | -22/+62 |
* | css: add reverse video extension | bptato | 2024-10-15 | 3 | -0/+7 |
* | layout: fix float positioning in inline contexts | bptato | 2024-10-15 | 7 | -65/+138 |
* | layout: correct `position: absolute' (FINALLY) | bptato | 2024-10-15 | 11 | -160/+335 |
* | pager: refactor mailcap, console; misc fixes | bptato | 2024-10-14 | 7 | -280/+262 |
* | 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 | 2 | -15/+53 |
* | twtstr, toml: misc cleanup | bptato | 2024-10-13 | 4 | -13/+9 |
* | base64: merge into twtstr/env | bptato | 2024-10-13 | 5 | -82/+67 |
* | lcgi_ssl: fix libressl compat | bptato | 2024-10-13 | 2 | -6/+8 |
* | loader: improve CGI header parsing | bptato | 2024-10-12 | 1 | -32/+39 |
* | loader: fix potential nil deref | bptato | 2024-10-12 | 1 | -1/+1 |
* | Update monoucha | bptato | 2024-10-12 | 2 | -8/+8 |
* | Add `nc' tool & adjust finger/spartan to use it | bptato | 2024-10-12 | 8 | -86/+114 |
* | dirlist: separate out into dirlist2html | bptato | 2024-10-12 | 8 | -279/+232 |
* | dom: prevent leaking window size through media queries | bptato | 2024-10-12 | 1 | -3/+4 |
* | gmifetch: rewrite in Nim | bptato | 2024-10-12 | 14 | -730/+548 |
* | dom: html -> documentElement | bptato | 2024-10-10 | 3 | -9/+6 |
* | env: fix getComputedStyle arg2 | bptato | 2024-10-10 | 1 | -1/+1 |
* | promise: remove newPromise | bptato | 2024-10-10 | 3 | -17/+6 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 7 | -31/+126 |
* | Fix compilation on Nim 2.2.0 | bptato | 2024-10-10 | 3 | -13/+18 |
* | Update docs | bptato | 2024-10-10 | 13 | -67/+106 |
* | resize: use srgb | bptato | 2024-10-09 | 2 | -7/+7 |
* | bonus: add stbir2, readme, makefile | bptato | 2024-10-08 | 8 | -6/+260 |
* | loader: fix fd leak | bptato | 2024-10-08 | 1 | -0/+1 |
* | twtstr: fix stripAndCollapse | bptato | 2024-10-08 | 2 | -11/+19 |
* | client: fix redirected buffers jumping back to parent on reload | bptato | 2024-10-07 | 1 | -0/+5 |
* | pager: do not choke on empty editor command | bptato | 2024-10-07 | 1 | -2/+4 |
* | layout: small cleanup | bptato | 2024-10-07 | 1 | -14/+11 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 13 | -140/+157 |
* | pager: add missing int conversion | bptato | 2024-10-06 | 1 | -1/+1 |
* | man: check exit code after reading first line | bptato | 2024-10-06 | 1 | -8/+14 |
* | url: fix IDNA bugs | bptato | 2024-10-06 | 2 | -2/+4 |
* | Update Chagashi | bptato | 2024-10-05 | 3 | -15/+6 |
* | layout: fix floats overriding margin/padding | bptato | 2024-10-05 | 5 | -16/+28 |
* | sixel: simplify compressSixel | bptato | 2024-10-05 | 1 | -12/+5 |
* | md2html: support + lists, ~~~ blocks | bptato | 2024-10-04 | 1 | -5/+7 |