about summary refs log tree commit diff stats
path: root/src/io/timeout.nim
Commit message (Collapse)AuthorAgeFilesLines
* Re-add JSValueConstbptato2025-03-121-2/+2
| | | | | | | | | This time, I've also ported over the consistency check to prevent some ownership bugs. Unfortunately, the check is very limited, and it is still possible to double-free or leak JSValues. I think it would be possible to make coverage 100%, but only with ARC...
* dynstream, console: remove DynFileStreambptato2025-02-261-5/+4
| | | | | Conflating buffered streams with non-buffered streams is generally a bad idea.
* js: reorganize modules, update docsbptato2024-11-151-0/+137
most of it has already been moved to monoucha, and the rest fits better in other directories. also, move urimethodmap to config