about summary refs log tree commit diff stats
path: root/src/io/serialize.nim
Commit message (Expand)AuthorAgeFilesLines
* io: add BuferedWriterbptato2024-03-161-106/+0
* loader: rework process modelbptato2024-03-111-10/+24
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-37/+0
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-5/+0
* Use std/* imports everywherebptato2024-01-071-4/+4
* Fix some casing issuesbptato2024-01-061-1/+1
* Compile with styleCheck:usagesbptato2023-12-281-3/+3
* reduce new() usagebptato2023-10-251-1/+1
* buffer: simplify contentType handlingbptato2023-09-271-3/+3
* regex: copy after compilingbptato2023-09-241-25/+0
* response: add blob() functionbptato2023-09-171-2/+3
* Fix compilation with --assertions:offbptato2023-09-151-1/+2
* move around more modulesbptato2023-09-141-0/+444
* Move ips stuff to src/ips/bptato2022-11-221-207/+0
* Rewrite buffer/pager for multi-processingbptato2022-11-191-6/+73
* Use unix domain sockets for IPCbptato2022-09-061-0/+1
* Use a separate process for file loadingbptato2022-08-181-0/+139