about summary refs log tree commit diff stats
path: root/src/loader/response.nim
Commit message (Expand)AuthorAgeFilesLines
* loader: mmap intermediate image files, misc refactoringbptato2024-09-221-16/+19
* canvas: move to separate CGI scriptbptato2024-09-011-42/+0
* dom, xhr: slight progress on modules, fix an XHR bugbptato2024-08-151-0/+5
* xhr: more progressbptato2024-08-151-7/+6
* xhr: progressbptato2024-08-131-23/+67
* dom: fix crash on wrong image content typebptato2024-08-111-3/+2
* Fixes for Nim 2.2bptato2024-07-291-2/+1
* headers, request: bring it closer to the standardbptato2024-07-271-12/+1
* loader: fix saveToBitmap for 0-len imagesbptato2024-07-271-1/+5
* loader: async status/headers for fetchbptato2024-07-191-2/+4
* html: event cleanup, XHR progressbptato2024-07-181-11/+14
* img, loader: add image resizing, misc fixesbptato2024-06-281-6/+7
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-211-2/+3
* img: use stb_image, drop zlib as dependencybptato2024-06-201-1/+1
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-21/+103
* Update Chame, Chagashibptato2024-06-131-5/+1
* Move JS wrapper into Monouchabptato2024-06-031-7/+7
* js: change jsstfunc syntaxbptato2024-06-031-1/+1
* html: improve Request, derive Client from Windowbptato2024-05-201-6/+6
* js: refactorbptato2024-05-081-1/+1
* Update code stylebptato2024-04-171-1/+1
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-2/+1
* client: fix blocking reads on container connectionbptato2024-03-121-6/+0
* loader: remove applyHeadersbptato2024-03-121-11/+27
* loader: rework process modelbptato2024-03-111-4/+9
* Replace Chakasu with Chagashibptato2024-02-221-10/+8
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-3/+4
* js: allow specifying static function name, small refactoringbptato2024-01-241-4/+1
* Use std/* imports everywherebptato2024-01-071-2/+2
* Implement local CGI error message handlingbptato2023-12-151-0/+1
* XHR progressbptato2023-10-141-1/+39
* Response.text: assume utf-8bptato2023-09-271-5/+5
* Response.text: encode/decode properlybptato2023-09-271-2/+16
* buffer: simplify contentType handlingbptato2023-09-271-3/+3
* fix compilation on 1.6.14bptato2023-09-201-1/+1
* response: add blob() functionbptato2023-09-171-1/+20
* move around more modulesbptato2023-09-141-0/+74