about summary refs log tree commit diff stats
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* io: add BuferedWriterbptato2024-03-163-106/+178
* Move around some modulesbptato2024-03-142-0/+43
* posixstream: do not ignore lseek resultbptato2024-03-121-1/+2
* io: add dynstreambptato2024-03-124-55/+92
* loader: rework process modelbptato2024-03-114-17/+38
* posixstream: add readLine implementationbptato2024-03-021-1/+18
* buffer, client: fix deadlock with send() callsbptato2024-02-292-1/+58
* loader: clean up regular file loadingbptato2024-02-261-1/+0
* Replace Chakasu with Chagashibptato2024-02-221-1/+7
* Various refactorings & fixesbptato2024-02-142-109/+53
* loader: fix delOutput bug, remove ErrorWouldBlockbptato2024-02-131-4/+1
* io: remove multistream, teestreambptato2024-02-122-74/+0
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-122-37/+6
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-5/+0
* loader: fixes & cleanupbptato2024-02-102-3/+12
* loader: use recvData instead of readDatabptato2024-02-092-0/+20
* Incremental renderingbptato2024-02-072-3/+18
* loader: clean up error handlingbptato2024-01-262-8/+17
* Use std/* imports everywherebptato2024-01-078-16/+17
* Fix some casing issuesbptato2024-01-061-1/+1
* Compile with styleCheck:usagesbptato2023-12-281-3/+3
* buffer: clean up ssock on being killedbptato2023-12-211-0/+3
* socketstream: get rid of emitsbptato2023-12-183-50/+75
* socketstream, serversocket: portable bindUnixbptato2023-12-144-10/+50
* reduce new() usagebptato2023-10-252-8/+9
* Remove runestreambptato2023-10-221-31/+0
* socketstream: get rid of pointer arithmeticbptato2023-10-181-2/+4
* posixstream: fix buffer overflowbptato2023-09-281-1/+2
* buffer: simplify contentType handlingbptato2023-09-271-3/+3
* regex: copy after compilingbptato2023-09-241-25/+0
* buffer: make clone fork()bptato2023-09-232-0/+30
* response: add blob() functionbptato2023-09-171-2/+3
* Fix compilation with --assertions:offbptato2023-09-151-1/+2
* move around more modulesbptato2023-09-1417-1753/+620
* remove obsolete commentbptato2023-09-091-1/+0
* fetch: use JSDictbptato2023-09-092-43/+136
* loader: get rid of xdeclaredbutnotused warningbptato2023-09-071-0/+1
* Fix compilation < Nim 2.0bptato2023-09-041-1/+1
* loader, data: remove stray eprintsbptato2023-09-022-4/+0
* loader: add data URLsbptato2023-09-014-5/+66
* javascript: factor out fromJSbptato2023-08-292-0/+2
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-282-8/+7
* javascript: refactorbptato2023-08-283-4/+7
* Move charsets into chakasubptato2023-08-143-5/+8
* Add mailcap, mime.types & misc refactoringsbptato2023-08-1310-164/+302
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-012-1/+4
* Improve encoding supportbptato2023-07-122-33/+63
* Buffer search fixes & improvementsbptato2023-07-111-9/+17
* Add proxy supportbptato2023-07-041-0/+6
* Add platform object conversion to union typebptato2023-07-022-17/+48