| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | utils: add twtuni | bptato | 2024-09-08 | 19 | -433/+483 |
* | Fix 1.6.14 compilation | bptato | 2024-09-07 | 2 | -2/+30 |
* | md2html: code, pre, inline fixes | bptato | 2024-09-07 | 5 | -124/+198 |
* | term: support SyncTERM | bptato | 2024-09-06 | 1 | -55/+69 |
* | Update chagashi | bptato | 2024-09-06 | 2 | -1/+1 |
* | sandbox: allow futex in network/buffer sandbox | bptato | 2024-09-06 | 1 | -1/+2 |
* | twtstr: type erase binarySearch instantiation | bptato | 2024-09-06 | 3 | -38/+52 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 3 | -20/+29 |
* | term: add outputSixelImage bounds checks | bptato | 2024-09-04 | 1 | -3/+12 |
* | sixel, stbi, sandbox: fix fstat sandbox violation | bptato | 2024-09-04 | 5 | -54/+72 |
* | bindings: remove zlib | bptato | 2024-09-04 | 1 | -79/+0 |
* | loader, client, buffer: use selectInto (not select) | bptato | 2024-09-03 | 3 | -9/+13 |
* | loader: fix crashes with kqueue backend | bptato | 2024-09-03 | 2 | -4/+23 |
* | cascade: add missing nil check | bptato | 2024-09-02 | 1 | -1/+1 |
* | loader: fix some fd leaks | bptato | 2024-09-02 | 4 | -11/+37 |
* | doc: update manpages | bptato | 2024-09-02 | 14 | -30/+387 |
* | md2html: misc inline fixes | bptato | 2024-09-01 | 1 | -114/+160 |
* | Update chagashi | bptato | 2024-09-01 | 2 | -1/+1 |
* | pager: fix missing gotoLine return value | bptato | 2024-09-01 | 1 | -0/+1 |
* | sixel: special case search for few color registers | bptato | 2024-09-01 | 1 | -17/+58 |
* | canvas: make sure we don't link to QJS | bptato | 2024-09-01 | 11 | -192/+167 |
* | url: reduce idna size | bptato | 2024-09-01 | 3 | -2155/+1181 |
* | path: fix swap bug, refactor lines | bptato | 2024-09-01 | 3 | -19/+21 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 23 | -364/+571 |
* | git.cgi: add git blame | bptato | 2024-09-01 | 1 | -11/+63 |
* | layout: fix table height constraint type | bptato | 2024-08-30 | 3 | -1/+35 |
* | sixel: fix oob | bptato | 2024-08-30 | 1 | -3/+2 |
* | term, sixel: misc image fixes, sixel optimization | bptato | 2024-08-30 | 2 | -70/+121 |
* | md2html: support blockquote | bptato | 2024-08-30 | 4 | -13/+30 |
* | sixel: dithering | bptato | 2024-08-29 | 1 | -42/+73 |
* | sixel: fix borked approximation scheme | bptato | 2024-08-29 | 1 | -41/+29 |
* | Update readme | bptato | 2024-08-28 | 1 | -0/+8 |
* | sixel: minor optimizations | bptato | 2024-08-28 | 2 | -52/+89 |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 2 | -52/+42 |
* | Update showcase.png | bptato | 2024-08-27 | 1 | -0/+0 |
* | term: fix crash on identical stacked images | bptato | 2024-08-27 | 2 | -3/+5 |
* | sixel: proper color quantization | bptato | 2024-08-27 | 3 | -40/+218 |
* | pager: fix nav direction after view source | bptato | 2024-08-27 | 1 | -0/+1 |
* | stbi, jebp: use read/write instead of fread/fwrite | bptato | 2024-08-26 | 3 | -61/+131 |
* | Add image docs | bptato | 2024-08-25 | 1 | -0/+143 |
* | dom: toBlob fixes | bptato | 2024-08-25 | 1 | -20/+7 |
* | makefile: misc fixes | bptato | 2024-08-24 | 1 | -0/+4 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 6 | -134/+355 |
* | layout: fix whitespace weirdness | bptato | 2024-08-23 | 3 | -1/+9 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 7 | -18/+18 |
* | cssvalues: fix broken vmin, vmax | bptato | 2024-08-23 | 1 | -2/+2 |
* | Update monoucha | bptato | 2024-08-22 | 2 | -1/+1 |
* | loader: fix crash on empty data URLs | bptato | 2024-08-17 | 2 | -1/+9 |
* | term: don't panic if termcap tgetent fails | bptato | 2024-08-17 | 3 | -85/+110 |
* | buffer: fix some hover weirdness | bptato | 2024-08-15 | 1 | -7/+7 |