| Commit message (Expand) | Author | Age | Files | Lines |
* | promise, container: fix nil derefs | bptato | 2024-06-30 | 1 | -16/+22 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 2 | -5/+9 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 4 | -5/+74 |
* | buffer: add autofocus | bptato | 2024-06-08 | 1 | -0/+3 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 2 | -7/+7 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 3 | -78/+83 |
* | js: refactor | bptato | 2024-05-08 | 2 | -5/+100 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 2 | -3/+3 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 1 | -2/+4 |
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 2 | -4/+4 |
* | Initial image support | bptato | 2024-04-25 | 2 | -2/+11 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 2 | -6/+25 |
* | Update code style | bptato | 2024-04-17 | 8 | -37/+39 |
* | bind_unix, connect_unix: add string.h include | bptato | 2024-04-12 | 2 | -0/+2 |
* | pager: fix broken writeToFile | bptato | 2024-03-29 | 1 | -0/+3 |
* | Add capsicum support | bptato | 2024-03-28 | 4 | -18/+82 |
* | buffer: fix clone | bptato | 2024-03-24 | 1 | -6/+0 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 7 | -308/+66 |
* | bufreader: add initPacketReader | bptato | 2024-03-24 | 2 | -4/+13 |
* | io: add bufreader | bptato | 2024-03-21 | 6 | -72/+236 |
* | buffer: also buffer reads for packets | bptato | 2024-03-20 | 1 | -4/+5 |
* | client: refactor input | bptato | 2024-03-18 | 1 | -0/+10 |
* | io: add BuferedWriter | bptato | 2024-03-16 | 3 | -106/+178 |
* | Move around some modules | bptato | 2024-03-14 | 2 | -0/+43 |
* | posixstream: do not ignore lseek result | bptato | 2024-03-12 | 1 | -1/+2 |
* | io: add dynstream | bptato | 2024-03-12 | 4 | -55/+92 |
* | loader: rework process model | bptato | 2024-03-11 | 4 | -17/+38 |
* | posixstream: add readLine implementation | bptato | 2024-03-02 | 1 | -1/+18 |
* | buffer, client: fix deadlock with send() calls | bptato | 2024-02-29 | 2 | -1/+58 |
* | loader: clean up regular file loading | bptato | 2024-02-26 | 1 | -1/+0 |
* | Replace Chakasu with Chagashi | bptato | 2024-02-22 | 1 | -1/+7 |
* | Various refactorings & fixes | bptato | 2024-02-14 | 2 | -109/+53 |
* | loader: fix delOutput bug, remove ErrorWouldBlock | bptato | 2024-02-13 | 1 | -4/+1 |
* | io: remove multistream, teestream | bptato | 2024-02-12 | 2 | -74/+0 |
* | Remove CLONE BufferSource; cache document sources in tmpdir | bptato | 2024-02-12 | 2 | -37/+6 |
* | Get rid of LOAD_PIPE BufferSource | bptato | 2024-02-11 | 1 | -5/+0 |
* | loader: fixes & cleanup | bptato | 2024-02-10 | 2 | -3/+12 |
* | loader: use recvData instead of readData | bptato | 2024-02-09 | 2 | -0/+20 |
* | Incremental rendering | bptato | 2024-02-07 | 2 | -3/+18 |
* | loader: clean up error handling | bptato | 2024-01-26 | 2 | -8/+17 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 8 | -16/+17 |
* | Fix some casing issues | bptato | 2024-01-06 | 1 | -1/+1 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -3/+3 |
* | buffer: clean up ssock on being killed | bptato | 2023-12-21 | 1 | -0/+3 |
* | socketstream: get rid of emits | bptato | 2023-12-18 | 3 | -50/+75 |
* | socketstream, serversocket: portable bindUnix | bptato | 2023-12-14 | 4 | -10/+50 |
* | reduce new() usage | bptato | 2023-10-25 | 2 | -8/+9 |
* | Remove runestream | bptato | 2023-10-22 | 1 | -31/+0 |
* | socketstream: get rid of pointer arithmetic | bptato | 2023-10-18 | 1 | -2/+4 |
* | posixstream: fix buffer overflow | bptato | 2023-09-28 | 1 | -1/+2 |