index
:
plop
master
Framework for prototyping request-response protocols and servers
Aki
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream.c
Age
Commit message (
Collapse
)
Author
2021-08-21
Added prefix to buffer related functions
Aki
2021-08-21
Removed stream dependency from buffer
Aki
2021-08-21
Moved buffer to own set of files
Aki
2021-03-05
Fixed addition of discard function to __index
Aki
2021-03-05
Fixed minor issues in flush and write growth
Aki
2021-03-05
Removed return value from grow
Aki
2021-03-05
Implemented flush continuation
Aki
2021-03-05
Added output buffer growth
Aki
2021-03-04
Added missing free for output buffer
Aki
2021-03-04
Partially implementd writing
Aki
2021-03-04
Added stubs to stream metatable
Aki
2021-03-03
Added handling for 0 length reads
Aki
2021-03-03
Fixed unused argument warning in readk
Aki
2021-02-26
Implemented support for vararg stream read
Aki
2021-02-25
Split and extended read and grow implementation
Aki
2021-02-25
Fixed comparison and extended example
Aki
2021-02-25
Implemented basic until reading
Aki
2021-02-24
Added arguments to stream's read
Aki
2021-02-24
Implemented basic reading operation for readk
Aki
2021-02-24
Added read continuation function
Aki
2021-02-24
Replaced pushstring with pushliteral where applicable
Aki
2021-02-24
Added strub for stream read function
Aki
2021-02-24
Added buffer and garbage collection to stream
Aki
2021-02-24
Started progress towards coroutine-based connection handling
Aki