about summary refs log tree commit diff stats
path: root/src/io/posixstream.nim
Commit message (Expand)AuthorAgeFilesLines
* posixstream: do not ignore lseek resultbptato2024-03-121-1/+2
* io: add dynstreambptato2024-03-121-53/+7
* loader: rework process modelbptato2024-03-111-0/+6
* posixstream: add readLine implementationbptato2024-03-021-1/+18
* buffer, client: fix deadlock with send() callsbptato2024-02-291-1/+4
* loader: clean up regular file loadingbptato2024-02-261-1/+0
* Replace Chakasu with Chagashibptato2024-02-221-1/+7
* Various refactorings & fixesbptato2024-02-141-39/+32
* loader: fix delOutput bug, remove ErrorWouldBlockbptato2024-02-131-4/+1
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-0/+6
* loader: fixes & cleanupbptato2024-02-101-1/+8
* loader: use recvData instead of readDatabptato2024-02-091-0/+10
* Incremental renderingbptato2024-02-071-1/+9
* loader: clean up error handlingbptato2024-01-261-0/+3
* Use std/* imports everywherebptato2024-01-071-2/+2
* buffer: clean up ssock on being killedbptato2023-12-211-0/+3
* posixstream: fix buffer overflowbptato2023-09-281-1/+2
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-0/+5
* Slightly improve request api (less crashes)bptato2023-02-051-1/+4
* posixstream: fix incorrect read() usagebptato2023-01-011-1/+1
* posixstream/socketstream: fix cross-platform compilationbptato2022-12-311-8/+17
* Fix stream error handling confusion, title displaybptato2022-12-131-8/+25
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-0/+40