Age | Commit message (Expand) | 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-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-16 | Removed unused http header and source file | Aki |
2020-08-16 | Switched to epoll | Aki |
2020-08-15 | Changed handler loading to be require-like | 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 |