summaryrefslogtreecommitdiffhomepage
path: root/main.c
AgeCommit message (Expand)Author
2021-08-22Fixed poll behaviourAki
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-24Added help CLI optionAki
2021-02-24Added default HANDLER argumentAki
2021-02-23Moved main Lua initialization to a functionAki
2020-08-24Added prefix to plop functionsAki
2020-08-24Added getopt to mainAki
2020-08-16Cleaned up main and added simple usage messageAki
2020-08-16Switched to epollAki
2020-08-15Changed handler loading to be require-likeAki
2020-07-07Preparations to completely separate execution-related from plop itselfAki