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
/
plop.c
Age
Commit message (
Collapse
)
Author
2021-08-15
Switched back to poll from epoll
Aki
2021-08-15
Removed epoll file descriptor from server handler
Aki
2021-08-15
Moved client lua thread init to where connection is initialized
Aki
2021-08-15
Separated connection and server Lua state
Aki
2021-08-15
Removed epoll dependency from client logic
Aki
2021-08-15
Exported plop state to a structure
Aki
2021-08-15
Renamed plop_make_server to open_server
Aki
2021-08-15
Upgraded to Lua 5.4
Aki
2021-03-05
Implemented flush continuation
Aki
2021-03-04
Removed old response
Aki
2021-03-04
Partially implementd writing
Aki
2021-02-24
Plop no longer closes connection on yield
Aki
2021-02-24
Add error echo in client handler
Aki
2021-02-24
Replaced pushstring with pushliteral where applicable
Aki
2021-02-24
Readded response for this time being
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-13
Moved plop to use connection instead of just request
Aki
2020-08-24
Added prefix to plop functions
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-16
Removed unused http header and source file
Aki
2020-08-16
Changed to use Lua based response for errors
Aki
2020-08-16
Single handedly implemented Lua based response send without testing
Aki
2020-08-16
Updated load_handler doc comment
Aki
2020-08-16
Switched to epoll
Aki
2020-08-15
Data from request is now passed to Lua
Aki
2020-08-15
Changed handler loading to be require-like
Aki
2020-08-15
Moved headers parsing to new system and extended default lua script with debug
Aki
2020-08-15
Moved version parsing to new system
Aki
2020-08-15
Moved path parsing to new system
Aki
2020-08-15
Changed to use request lua state with handler
Aki
2020-08-15
Moved parsed method to lua state
Aki
2020-08-15
Added lua state to requests
Aki
2020-08-15
Split http into request and response headers
Aki
2020-07-07
Preparations to completely separate execution-related from plop itself
Aki
2020-05-30
Added headers parsing
Aki
2020-05-29
Changed style of if condition
Aki
2020-05-12
Client handler now uses new parser
Aki
2020-05-08
Changed Lua filename to be an argument
Aki
2020-05-08
Added error responses in selected cases
Aki
2020-05-08
Server socket should be now reusable
Aki
2020-05-08
Response body is now handled by Lua
Aki
2020-05-06
Fixed style inconsistencies and cleared up selected parts of code
Aki
2020-05-06
Allowed to store client data between poll calls
Aki
2020-05-05
Reverted to echo and removed unused code
Aki
2020-05-02
Added Lua with libraries and nothing else
Aki
2020-05-02
Added initial method parsing
Aki
2020-05-01
Server now echoes received request
Aki
2020-05-01
Added back response with a body
Aki
[next]