index
:
plop
master
Framework for prototyping request-response protocols and servers
Aki
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-15
Renamed plop_make_server to open_server
Aki
2021-08-15
Updated makefile with standard variables
Aki
2021-08-15
Upgraded to Lua 5.4
Aki
2021-03-05
Updated manual page according to new project goals
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
Removed old response
Aki
2021-03-04
Partially implementd writing
Aki
2021-03-04
Added stubs to stream metatable
Aki
2021-03-04
Reformatted default response
Aki
2021-03-04
Fixed incorrect variable name
Aki
2021-03-03
Extended default handler a bit
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
Removed old request parsing implementation
Aki
2021-02-25
Fixed comparison and extended example
Aki
2021-02-25
Implemented basic until reading
Aki
2021-02-24
Added target to list configurable env variables
Aki
2021-02-24
Added help CLI option
Aki
2021-02-24
Cleaned-up minor issues in manpage
Aki
2021-02-24
Updated manpage regarding default HANDLER
Aki
2021-02-24
Added default HANDLER argument
Aki
2021-02-24
Plop no longer closes connection on yield
Aki
2021-02-24
Added arguments to stream's read
Aki
2021-02-24
Implemented basic reading operation for readk
Aki
2021-02-24
Add error echo in client handler
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
Readded response for this time being
Aki
2021-02-24
Added buffer and garbage collection to stream
Aki
2021-02-24
Started progress towards coroutine-based connection handling
Aki
2021-02-23
Moved main Lua initialization to a function
Aki
2021-02-14
Fixed connection and request includes
Aki
2021-02-14
Separated share directory for installation purposes
Aki
2021-02-13
Removed connection reference from request
Aki
2021-02-13
Moved plop to use connection instead of just request
Aki
2020-08-24
Added connection stub
Aki
2020-08-24
Added prefix to plop functions
Aki
2020-08-24
Added getopt to main
Aki
2020-08-24
Plop now makes sure that client fd is nonblocking
Aki
2020-08-24
Extended error handling of accept in server
Aki
2020-08-24
Fixed most memory leaks in response.c
Aki
2020-08-16
Removed unused http header and source file
Aki
[next]