summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-02-24Replaced pushstring with pushliteral where applicableAki
2021-02-24Added strub for stream read functionAki
2021-02-24Readded response for this time beingAki
2021-02-24Added buffer and garbage collection to streamAki
2021-02-24Started progress towards coroutine-based connection handlingAki
2021-02-23Moved main Lua initialization to a functionAki
2021-02-14Fixed connection and request includesAki
2021-02-14Separated share directory for installation purposesAki
2021-02-13Removed connection reference from requestAki
2021-02-13Moved plop to use connection instead of just requestAki
2020-08-24Added connection stubAki
2020-08-24Added prefix to plop functionsAki
2020-08-24Added getopt to mainAki
2020-08-24Plop now makes sure that client fd is nonblockingAki
2020-08-24Extended error handling of accept in serverAki
2020-08-24Fixed most memory leaks in response.cAki
2020-08-16Removed unused http header and source fileAki
2020-08-16Added data to lua responseAki
2020-08-16Removed obsolete respond functionsAki
2020-08-16Changed to use Lua based response for errorsAki
2020-08-16Single handedly implemented Lua based response send without testingAki
2020-08-16Added default script installationAki
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