summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-05-08Added install/uninstall targets to makefileAki
2020-05-08Added initial manual pageAki
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-02Moved method parsing to a separate functionAki
2020-05-02Added initial method parsingAki
2020-05-02Fixed dependencies in makefileAki
2020-05-01Server now echoes received requestAki
2020-05-01Added missing header guardAki
2020-05-01Added back response with a bodyAki
2020-05-01Added string map for methods and fixed statusesAki
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 gitignore and actual makefileAki
2020-04-30Added basic docs commentsAki
2020-04-29Moved out server startup to a functionAki
2020-04-29Initial single and blocking serverAki