summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-08-16Added posix_c_source definition to MakefileAki
2020-08-16Updated load_handler doc commentAki
2020-08-16Cleared up MakefileAki
2020-08-16Cleaned up main and added simple usage messageAki
2020-08-16Switched to epollAki
2020-08-16Fixed condition in header name stepAki
2020-08-15Cleaned up default lua scriptAki
2020-08-15Updated manual pageAki
2020-08-15Removed obsolete struct for headersAki
2020-08-15Data from request is now passed to LuaAki
2020-08-15Implemented content length parsingAki
2020-08-15Changed handler loading to be require-likeAki
2020-08-15Moved headers parsing to new system and extended default lua script with debugAki
2020-08-15Moved version parsing to new systemAki
2020-08-15Moved path parsing to new systemAki
2020-08-15Added PROCEED_TO macroAki
2020-08-15Changed to use request lua state with handlerAki
2020-08-15Moved parsed method to lua stateAki
2020-08-15Added lua state to requestsAki
2020-08-15Split http into request and response headersAki
2020-07-07Changed to use pragma once instead of full guard in http headerAki
2020-07-07Preparations to completely separate execution-related from plop itselfAki
2020-05-30Added headers parsingAki
2020-05-30Refactored read_rest_of_lineAki
2020-05-29Changed style of if conditionAki
2020-05-15Fixed header dependecies in makefileAki
2020-05-12Client handler now uses new parserAki
2020-05-12Implemented method, path and version parsingAki
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