| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add capsicum support | bptato | 2024-03-28 | 1 | -0/+2 |
* | ansi2html: add newline after pre tag | bptato | 2024-03-24 | 1 | -1/+1 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -0/+1 |
* | libregexp: update LRE_FLAG_UTF16 name | bptato | 2024-03-21 | 1 | -1/+1 |
* | ansi2html: add separate switch for "standalone" | bptato | 2024-03-21 | 1 | -1/+7 |
* | ftp: basic sftp support | bptato | 2024-03-21 | 4 | -36/+128 |
* | man: improve processBackspace underscore handling | bptato | 2024-03-19 | 1 | -2/+6 |
* | man: better error handling | bptato | 2024-03-17 | 1 | -35/+89 |
* | data: content type fixes | bptato | 2024-03-15 | 1 | -7/+5 |
* | man: improve header/footer conversion | bptato | 2024-03-15 | 1 | -4/+11 |
* | man: work around parameter insanity | bptato | 2024-03-15 | 1 | -6/+18 |
* | man: misc improvements | bptato | 2024-03-14 | 1 | -59/+71 |
* | man: rewrite in Nim | bptato | 2024-03-13 | 2 | -258/+308 |