about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* http: remove twtstr dependencybptato2024-10-011-8/+8
* ftp: remove libcurl dependencybptato2024-10-011-2/+3
* gopher: do not depend on libcurlbptato2024-09-281-3/+2
* loader: clean up connecterrorbptato2024-09-281-6/+4
* Replace std/selectors with pollbptato2024-09-231-1/+1
* loader: mmap intermediate image files, misc refactoringbptato2024-09-221-3/+5
* Refactor img/*bptato2024-09-151-3/+3
* Update to Unicode 16.0.0bptato2024-09-141-1/+1
* utils: add twtunibptato2024-09-081-1/+1
* md2html: code, pre, inline fixesbptato2024-09-071-0/+1
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-041-2/+2
* doc: update manpagesbptato2024-09-021-1/+2
* canvas: make sure we don't link to QJSbptato2024-09-011-4/+3
* canvas: move to separate CGI scriptbptato2024-09-011-2/+9
* makefile: misc fixesbptato2024-08-241-0/+4
* sixel: break out into a separate cgi scriptbptato2024-08-241-2/+2
* xhr: more progressbptato2024-08-151-2/+13
* 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