Age | Commit message (Expand) | Author |
---|---|---|
2020-05-08 | Server socket should be now reusable | Aki |
2020-05-08 | Response body is now handled by Lua | Aki |
2020-05-06 | Fixed style inconsistencies and cleared up selected parts of code | Aki |
2020-05-06 | Allowed to store client data between poll calls | Aki |
2020-05-05 | Reverted to echo and removed unused code | Aki |
2020-05-02 | Added Lua with libraries and nothing else | Aki |
2020-05-02 | Added initial method parsing | Aki |
2020-05-01 | Server now echoes received request | Aki |
2020-05-01 | Added back response with a body | Aki |
2020-05-01 | Moved out http-related functionality out of main file | Aki |
2020-05-01 | Moved out server handling to a separate function | Aki |
2020-04-30 | Made server and client non-blocking | Aki |
2020-04-30 | Added basic docs comments | Aki |
2020-04-29 | Moved out server startup to a function | Aki |
2020-04-29 | Initial single and blocking server | Aki |