about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* urldec: merge into urlencbptato2024-08-111-6/+12
* loader: move back data URL handlingbptato2024-08-031-8/+7
* Update submodulesbptato2024-07-281-1/+1
* img: add webp decoder (jebp)bptato2024-07-201-2/+5
* Makefile: add distcleanbptato2024-07-191-0/+4
* fix compilation on 2.0.8bptato2024-07-101-1/+0
* makefile: clean upbptato2024-07-051-135/+56
* img, makefile: remove png, update uninstall targetbptato2024-07-031-8/+5
* img: use stb_image, drop zlib as dependencybptato2024-06-201-3/+10
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-0/+8
* Move JS wrapper into Monouchabptato2024-06-031-32/+5
* about: markdownify & update license.htmlbptato2024-05-281-1/+1
* js: refactorbptato2024-05-081-1/+1
* Makefile: fix missing mkdir calls in installbptato2024-05-051-0/+2
* doc: include auto-generated manpages in repositorybptato2024-04-261-29/+9
* data: replace std/base64 with atobbptato2024-04-251-1/+3
* Update docsbptato2024-04-241-1/+3
* test: add js & layout testsbptato2024-04-211-0/+5
* sandbox: seccomp support on Linuxbptato2024-04-181-4/+11
* Makefile: use -O2 for gmifetchbptato2024-04-021-1/+1
* Makefile: put manpages in the target directorybptato2024-04-021-16/+21
* ansi2html: do not use posixstreambptato2024-03-291-2/+2
* makefile: move cflags to appropriate variablebptato2024-03-241-2/+2
* makefile: use pkg-config for gmifetch ldflagsbptato2024-03-241-2/+3
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-1/+1
* man: rewrite in Nimbptato2024-03-131-3/+8
* Separate ANSI text decoding from main binarybptato2024-02-251-1/+9
* nim.cfg: disable threadsbptato2024-02-061-1/+1
* Makefile: fix about.nim depsbptato2024-02-011-1/+2
* Add default md2html converterbptato2024-01-301-1/+9
* Add mancha man page viewerbptato2024-01-261-4/+24
* Add urlenc, urldec; fix a URL encoding bug; improve trans.cgibptato2024-01-081-1/+16
* charwidth: use pre-generated map filebptato2024-01-041-6/+15
* idna: use pre-generated map file, misc changesbptato2024-01-041-1/+9
* Add spartan supportbptato2024-01-031-1/+8
* gmi2html: rewritebptato2023-12-221-5/+5
* Fix for sourcehut markdown parsing, small doc improvementsbptato2023-12-151-1/+1
* Add doc/protocolsbptato2023-12-151-1/+3
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-151-3/+3
* socketstream, serversocket: portable bindUnixbptato2023-12-141-1/+1
* Makefile: add missing mkdir commandsbptato2023-12-141-0/+9
* Makefile: add fwrapv to QJS buildbptato2023-12-141-1/+1
* Various fixesbptato2023-12-131-19/+25
* break up twtstr somewhatbptato2023-12-131-2/+4
* Move http out of main binarybptato2023-12-131-14/+23
* Move gopher to adapter/bptato2023-12-121-2/+12
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-121-2/+10
* Move out file: protocol handling to adapter/bptato2023-12-121-3/+6
* adapter/: re-structurebptato2023-12-121-12/+12
* local CGI improvements, move data: to cgi-binbptato2023-12-121-1/+5