summaryrefslogtreecommitdiffhomepage
path: root/plop.c
AgeCommit message (Expand)Author
2020-05-08Changed Lua filename to be an argumentAki
2020-05-08Added error responses in selected casesAki
2020-05-08Server socket should be now reusableAki
2020-05-08Response body is now handled by LuaAki
2020-05-06Fixed style inconsistencies and cleared up selected parts of codeAki
2020-05-06Allowed to store client data between poll callsAki
2020-05-05Reverted to echo and removed unused codeAki
2020-05-02Added Lua with libraries and nothing elseAki
2020-05-02Added initial method parsingAki
2020-05-01Server now echoes received requestAki
2020-05-01Added back response with a bodyAki
2020-05-01Moved out http-related functionality out of main fileAki
2020-05-01Moved out server handling to a separate functionAki
2020-04-30Made server and client non-blockingAki
2020-04-30Added basic docs commentsAki
2020-04-29Moved out server startup to a functionAki
2020-04-29Initial single and blocking serverAki