about summary refs log tree commit diff stats
path: root/adapter
Commit message (Expand)AuthorAgeFilesLines
* urldec: merge into urlencbptato2024-08-112-22/+18
* md2html: label headings with their levelbptato2024-08-111-1/+2
* loader: move back data URL handlingbptato2024-08-031-32/+0
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-1/+1
* jebp: fix NEON simd bugbptato2024-07-231-1/+1
* img: add webp decoder (jebp)bptato2024-07-203-0/+4852
* stbi: fix incompatible function pointer typebptato2024-07-181-2/+2
* img, makefile: remove png, update uninstall targetbptato2024-07-031-553/+0
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-2/+10
* stbi: fix broken allocation in resizingbptato2024-06-291-1/+1
* img, loader: add image resizing, misc fixesbptato2024-06-283-10/+2688
* stbi: allow x-unknownbptato2024-06-221-1/+1
* stbi: add encodersbptato2024-06-213-17/+1807
* img: use stb_image, drop zlib as dependencybptato2024-06-204-19/+8087
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-0/+544
* Move JS wrapper into Monouchabptato2024-06-031-6/+2
* js: improve jsregex interfacebptato2024-06-031-71/+63
* md2html: include numbers in idsbptato2024-06-031-3/+3
* about: markdownify & update license.htmlbptato2024-05-281-6/+6
* http: allow multiple early hintsbptato2024-05-221-1/+1
* man: quote keyword & sectionbptato2024-05-221-5/+5
* gopher: simplifybptato2024-05-213-38/+35
* js: refactorbptato2024-05-081-1/+1
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-012-0/+5
* adapter: update code stylebptato2024-04-269-91/+81
* ftp: support multiple arguments in ssh config Hostbptato2024-04-261-13/+31
* data: replace std/base64 with atobbptato2024-04-251-5/+5
* http: fix sandbox violation in readFromStdinbptato2024-04-191-3/+3
* ftp: fix quoting bugbptato2024-04-091-0/+1
* sandbox: add OpenBSD pledge/unveil supportbptato2024-04-031-1/+1
* md2html: add trailing double space to <br> conversionbptato2024-04-021-0/+2
* man: fix command path manpage linksbptato2024-03-311-5/+6
* ansi2html: error out on unrecognized switchesbptato2024-03-291-1/+2
* ansi2html: support passing titlesbptato2024-03-291-2/+30
* ansi2html: do not use posixstreambptato2024-03-291-12/+15
* http: suppress proxy connect headersbptato2024-03-292-0/+2
* http: fix broken early hint handlingbptato2024-03-281-1/+2
* Add capsicum supportbptato2024-03-281-0/+2
* ansi2html: add newline after pre tagbptato2024-03-241-1/+1
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-0/+1
* libregexp: update LRE_FLAG_UTF16 namebptato2024-03-211-1/+1
* ansi2html: add separate switch for "standalone"bptato2024-03-211-1/+7
* ftp: basic sftp supportbptato2024-03-214-36/+128
* man: improve processBackspace underscore handlingbptato2024-03-191-2/+6
* man: better error handlingbptato2024-03-171-35/+89
* data: content type fixesbptato2024-03-151-7/+5
* man: improve header/footer conversionbptato2024-03-151-4/+11
* man: work around parameter insanitybptato2024-03-151-6/+18
* man: misc improvementsbptato2024-03-141-59/+71
* man: rewrite in Nimbptato2024-03-132-258/+308