| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | buffer: simplify contentType handling | bptato | 2023-09-27 | 1 | -3/+3 |
* | regex: copy after compiling | bptato | 2023-09-24 | 1 | -25/+0 |
* | buffer: make clone fork() | bptato | 2023-09-23 | 2 | -0/+30 |
* | response: add blob() function | bptato | 2023-09-17 | 1 | -2/+3 |
* | Fix compilation with --assertions:off | bptato | 2023-09-15 | 1 | -1/+2 |
* | move around more modules | bptato | 2023-09-14 | 17 | -1753/+620 |
* | remove obsolete comment | bptato | 2023-09-09 | 1 | -1/+0 |
* | fetch: use JSDict | bptato | 2023-09-09 | 2 | -43/+136 |
* | loader: get rid of xdeclaredbutnotused warning | bptato | 2023-09-07 | 1 | -0/+1 |
* | Fix compilation < Nim 2.0 | bptato | 2023-09-04 | 1 | -1/+1 |
* | loader, data: remove stray eprints | bptato | 2023-09-02 | 2 | -4/+0 |
* | loader: add data URLs | bptato | 2023-09-01 | 4 | -5/+66 |
* | javascript: factor out fromJS | bptato | 2023-08-29 | 2 | -0/+2 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 2 | -8/+7 |
* | javascript: refactor | bptato | 2023-08-28 | 3 | -4/+7 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 3 | -5/+8 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 10 | -164/+302 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 2 | -1/+4 |
* | Improve encoding support | bptato | 2023-07-12 | 2 | -33/+63 |
* | Buffer search fixes & improvements | bptato | 2023-07-11 | 1 | -9/+17 |
* | Add proxy support | bptato | 2023-07-04 | 1 | -0/+6 |
* | Add platform object conversion to union type | bptato | 2023-07-02 | 2 | -17/+48 |
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 3 | -8/+6 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 7 | -59/+70 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 3 | -0/+7 |
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -2/+10 |
* | Support 8-bit output colors | bptato | 2023-06-26 | 1 | -1/+1 |
* | hacks for readline so that it at least kind of works | bptato | 2023-06-25 | 1 | -2/+9 |
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 2 | -7/+24 |
* | Add Response.ok, url, fix type confusion with status | bptato | 2023-06-19 | 3 | -7/+17 |