summaryrefslogtreecommitdiffhomepage
path: root/stream.c
AgeCommit message (Expand)Author
2021-08-21Fixed buffer handling by streamAki
2021-08-21Moved error handling and lua state out of buffer_prepare_at_leastAki
2021-08-21Moved error handling out of buffer_growAki
2021-08-21Added prefix to buffer related functionsAki
2021-08-21Removed stream dependency from bufferAki
2021-08-21Moved buffer to own set of filesAki
2021-03-05Fixed addition of discard function to __indexAki
2021-03-05Fixed minor issues in flush and write growthAki
2021-03-05Removed return value from growAki
2021-03-05Implemented flush continuationAki
2021-03-05Added output buffer growthAki
2021-03-04Added missing free for output bufferAki
2021-03-04Partially implementd writingAki
2021-03-04Added stubs to stream metatableAki
2021-03-03Added handling for 0 length readsAki
2021-03-03Fixed unused argument warning in readkAki
2021-02-26Implemented support for vararg stream readAki
2021-02-25Split and extended read and grow implementationAki
2021-02-25Fixed comparison and extended exampleAki
2021-02-25Implemented basic until readingAki
2021-02-24Added arguments to stream's readAki
2021-02-24Implemented basic reading operation for readkAki
2021-02-24Added read continuation functionAki
2021-02-24Replaced pushstring with pushliteral where applicableAki
2021-02-24Added strub for stream read functionAki
2021-02-24Added buffer and garbage collection to streamAki
2021-02-24Started progress towards coroutine-based connection handlingAki