| Commit message (Expand) | Author | Age | Files | Lines |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 1 | -16/+19 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -42/+0 |
* | dom, xhr: slight progress on modules, fix an XHR bug | bptato | 2024-08-15 | 1 | -0/+5 |
* | xhr: more progress | bptato | 2024-08-15 | 1 | -7/+6 |
* | xhr: progress | bptato | 2024-08-13 | 1 | -23/+67 |
* | dom: fix crash on wrong image content type | bptato | 2024-08-11 | 1 | -3/+2 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 1 | -2/+1 |
* | headers, request: bring it closer to the standard | bptato | 2024-07-27 | 1 | -12/+1 |
* | loader: fix saveToBitmap for 0-len images | bptato | 2024-07-27 | 1 | -1/+5 |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 1 | -2/+4 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 1 | -11/+14 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -6/+7 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 1 | -2/+3 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 1 | -1/+1 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -21/+103 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 1 | -5/+1 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 1 | -7/+7 |
* | js: change jsstfunc syntax | bptato | 2024-06-03 | 1 | -1/+1 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 1 | -6/+6 |
* | js: refactor | bptato | 2024-05-08 | 1 | -1/+1 |
* | Update code style | bptato | 2024-04-17 | 1 | -1/+1 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 1 | -2/+1 |
* | client: fix blocking reads on container connection | bptato | 2024-03-12 | 1 | -6/+0 |
* | loader: remove applyHeaders | bptato | 2024-03-12 | 1 | -11/+27 |
* | loader: rework process model | bptato | 2024-03-11 | 1 | -4/+9 |
* | Replace Chakasu with Chagashi | bptato | 2024-02-22 | 1 | -10/+8 |
* | Remove CLONE BufferSource; cache document sources in tmpdir | bptato | 2024-02-12 | 1 | -3/+4 |
* | js: allow specifying static function name, small refactoring | bptato | 2024-01-24 | 1 | -4/+1 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -2/+2 |
* | Implement local CGI error message handling | bptato | 2023-12-15 | 1 | -0/+1 |
* | XHR progress | bptato | 2023-10-14 | 1 | -1/+39 |
* | Response.text: assume utf-8 | bptato | 2023-09-27 | 1 | -5/+5 |
* | Response.text: encode/decode properly | bptato | 2023-09-27 | 1 | -2/+16 |
* | buffer: simplify contentType handling | bptato | 2023-09-27 | 1 | -3/+3 |
* | fix compilation on 1.6.14 | bptato | 2023-09-20 | 1 | -1/+1 |
* | response: add blob() function | bptato | 2023-09-17 | 1 | -1/+20 |
* | move around more modules | bptato | 2023-09-14 | 1 | -0/+74 |