| Commit message (Expand) | Author | Age | Files | Lines |
* | urldec: merge into urlenc | bptato | 2024-08-11 | 1 | -6/+12 |
* | loader: move back data URL handling | bptato | 2024-08-03 | 1 | -8/+7 |
* | Update submodules | bptato | 2024-07-28 | 1 | -1/+1 |
* | img: add webp decoder (jebp) | bptato | 2024-07-20 | 1 | -2/+5 |
* | Makefile: add distclean | bptato | 2024-07-19 | 1 | -0/+4 |
* | fix compilation on 2.0.8 | bptato | 2024-07-10 | 1 | -1/+0 |
* | makefile: clean up | bptato | 2024-07-05 | 1 | -135/+56 |
* | img, makefile: remove png, update uninstall target | bptato | 2024-07-03 | 1 | -8/+5 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 1 | -3/+10 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -0/+8 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -32/+5 |
* | about: markdownify & update license.html | bptato | 2024-05-28 | 1 | -1/+1 |
* | js: refactor | bptato | 2024-05-08 | 1 | -1/+1 |
* | Makefile: fix missing mkdir calls in install | bptato | 2024-05-05 | 1 | -0/+2 |
* | doc: include auto-generated manpages in repository | bptato | 2024-04-26 | 1 | -29/+9 |
* | data: replace std/base64 with atob | bptato | 2024-04-25 | 1 | -1/+3 |
* | Update docs | bptato | 2024-04-24 | 1 | -1/+3 |
* | test: add js & layout tests | bptato | 2024-04-21 | 1 | -0/+5 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 1 | -4/+11 |
* | Makefile: use -O2 for gmifetch | bptato | 2024-04-02 | 1 | -1/+1 |
* | Makefile: put manpages in the target directory | bptato | 2024-04-02 | 1 | -16/+21 |
* | ansi2html: do not use posixstream | bptato | 2024-03-29 | 1 | -2/+2 |
* | makefile: move cflags to appropriate variable | bptato | 2024-03-24 | 1 | -2/+2 |
* | makefile: use pkg-config for gmifetch ldflags | bptato | 2024-03-24 | 1 | -2/+3 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -1/+1 |
* | man: rewrite in Nim | bptato | 2024-03-13 | 1 | -3/+8 |
* | Separate ANSI text decoding from main binary | bptato | 2024-02-25 | 1 | -1/+9 |
* | nim.cfg: disable threads | bptato | 2024-02-06 | 1 | -1/+1 |
* | Makefile: fix about.nim deps | bptato | 2024-02-01 | 1 | -1/+2 |
* | Add default md2html converter | bptato | 2024-01-30 | 1 | -1/+9 |
* | Add mancha man page viewer | bptato | 2024-01-26 | 1 | -4/+24 |
* | Add urlenc, urldec; fix a URL encoding bug; improve trans.cgi | bptato | 2024-01-08 | 1 | -1/+16 |
* | charwidth: use pre-generated map file | bptato | 2024-01-04 | 1 | -6/+15 |
* | idna: use pre-generated map file, misc changes | bptato | 2024-01-04 | 1 | -1/+9 |
* | Add spartan support | bptato | 2024-01-03 | 1 | -1/+8 |
* | gmi2html: rewrite | bptato | 2023-12-22 | 1 | -5/+5 |
* | Fix for sourcehut markdown parsing, small doc improvements | bptato | 2023-12-15 | 1 | -1/+1 |
* | Add doc/protocols | bptato | 2023-12-15 | 1 | -1/+3 |
* | ftp: fix unnecessary slashes being added to path; move bindings/curl | bptato | 2023-12-15 | 1 | -3/+3 |
* | socketstream, serversocket: portable bindUnix | bptato | 2023-12-14 | 1 | -1/+1 |
* | Makefile: add missing mkdir commands | bptato | 2023-12-14 | 1 | -0/+9 |
* | Makefile: add fwrapv to QJS build | bptato | 2023-12-14 | 1 | -1/+1 |
* | Various fixes | bptato | 2023-12-13 | 1 | -19/+25 |
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -2/+4 |
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -14/+23 |
* | Move gopher to adapter/ | bptato | 2023-12-12 | 1 | -2/+12 |
* | Move out ftp: protocol; fix some local CGI bugs | bptato | 2023-12-12 | 1 | -2/+10 |
* | Move out file: protocol handling to adapter/ | bptato | 2023-12-12 | 1 | -3/+6 |
* | adapter/: re-structure | bptato | 2023-12-12 | 1 | -12/+12 |
* | local CGI improvements, move data: to cgi-bin | bptato | 2023-12-12 | 1 | -1/+5 |