summaryrefslogtreecommitdiffhomepage
path: root/plop.h
AgeCommit message (Expand)Author
2021-08-15Switched back to poll from epollAki
2021-08-15Removed epoll file descriptor from server handlerAki
2021-08-15Moved client lua thread init to where connection is initializedAki
2021-08-15Separated connection and server Lua stateAki
2021-08-15Removed epoll dependency from client logicAki
2021-08-15Exported plop state to a structureAki
2021-08-15Renamed plop_make_server to open_serverAki
2021-02-23Moved main Lua initialization to a functionAki
2021-02-13Moved plop to use connection instead of just requestAki
2020-08-24Added prefix to plop functionsAki
2020-08-16Removed unused http header and source fileAki
2020-08-16Switched to epollAki
2020-08-15Changed handler loading to be require-likeAki
2020-08-15Split http into request and response headersAki
2020-07-07Preparations to completely separate execution-related from plop itselfAki