| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -2/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -3/+148 |
* | sixel: fix oob | bptato | 2024-08-30 | 1 | -3/+2 |
* | term, sixel: misc image fixes, sixel optimization | bptato | 2024-08-30 | 1 | -55/+97 |
* | md2html: support blockquote | bptato | 2024-08-30 | 2 | -10/+28 |
* | sixel: dithering | bptato | 2024-08-29 | 1 | -42/+73 |
* | sixel: fix borked approximation scheme | bptato | 2024-08-29 | 1 | -41/+29 |
* | sixel: minor optimizations | bptato | 2024-08-28 | 1 | -51/+86 |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 1 | -2/+6 |
* | sixel: proper color quantization | bptato | 2024-08-27 | 1 | -37/+215 |
* | stbi, jebp: use read/write instead of fread/fwrite | bptato | 2024-08-26 | 3 | -61/+131 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 1 | -0/+202 |
* | urldec: merge into urlenc | bptato | 2024-08-11 | 2 | -22/+18 |
* | md2html: label headings with their level | bptato | 2024-08-11 | 1 | -1/+2 |
* | loader: move back data URL handling | bptato | 2024-08-03 | 1 | -32/+0 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -1/+1 |
* | jebp: fix NEON simd bug | bptato | 2024-07-23 | 1 | -1/+1 |
* | img: add webp decoder (jebp) | bptato | 2024-07-20 | 3 | -0/+4852 |
* | stbi: fix incompatible function pointer type | bptato | 2024-07-18 | 1 | -2/+2 |
* | img, makefile: remove png, update uninstall target | bptato | 2024-07-03 | 1 | -553/+0 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -2/+10 |
* | stbi: fix broken allocation in resizing | bptato | 2024-06-29 | 1 | -1/+1 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 3 | -10/+2688 |
* | stbi: allow x-unknown | bptato | 2024-06-22 | 1 | -1/+1 |
* | stbi: add encoders | bptato | 2024-06-21 | 3 | -17/+1807 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 4 | -19/+8087 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -0/+544 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -6/+2 |
* | js: improve jsregex interface | bptato | 2024-06-03 | 1 | -71/+63 |
* | md2html: include numbers in ids | bptato | 2024-06-03 | 1 | -3/+3 |
* | about: markdownify & update license.html | bptato | 2024-05-28 | 1 | -6/+6 |
* | http: allow multiple early hints | bptato | 2024-05-22 | 1 | -1/+1 |
* | man: quote keyword & section | bptato | 2024-05-22 | 1 | -5/+5 |
* | gopher: simplify | bptato | 2024-05-21 | 3 | -38/+35 |
* | js: refactor | bptato | 2024-05-08 | 1 | -1/+1 |
* | config: add insecure-ssl-no-verify option to siteconf | bptato | 2024-05-01 | 2 | -0/+5 |
* | adapter: update code style | bptato | 2024-04-26 | 9 | -91/+81 |
* | ftp: support multiple arguments in ssh config Host | bptato | 2024-04-26 | 1 | -13/+31 |
* | data: replace std/base64 with atob | bptato | 2024-04-25 | 1 | -5/+5 |
* | http: fix sandbox violation in readFromStdin | bptato | 2024-04-19 | 1 | -3/+3 |
* | ftp: fix quoting bug | bptato | 2024-04-09 | 1 | -0/+1 |
* | sandbox: add OpenBSD pledge/unveil support | bptato | 2024-04-03 | 1 | -1/+1 |
* | md2html: add trailing double space to <br> conversion | bptato | 2024-04-02 | 1 | -0/+2 |
* | man: fix command path manpage links | bptato | 2024-03-31 | 1 | -5/+6 |
* | ansi2html: error out on unrecognized switches | bptato | 2024-03-29 | 1 | -1/+2 |
* | ansi2html: support passing titles | bptato | 2024-03-29 | 1 | -2/+30 |
* | ansi2html: do not use posixstream | bptato | 2024-03-29 | 1 | -12/+15 |
* | http: suppress proxy connect headers | bptato | 2024-03-29 | 2 | -0/+2 |
* | http: fix broken early hint handling | bptato | 2024-03-28 | 1 | -1/+2 |