Age | Commit message (Expand) | Author |
---|---|---|
2020-02-13 | WebServer: Ensure directory listing URLs end with a slash | Bogdan |
2020-02-13 | WebServer: Remove debug spam in directory listing code | Andreas Kling |
2020-02-13 | WebServer: Escape HTML entities in path names in directory listings | Andreas Kling |
2020-02-12 | WebServer: Show file size and modification time in directory listings | Andreas Kling |
2020-02-12 | WebServer: Add basic directory listings | Andreas Kling |
2020-02-11 | WebServer: Use Core::DateTime for logging timestamps | Andreas Kling |
2020-02-11 | WebServer: Add copyright headers | Andreas Kling |
2020-02-09 | WebServer: Add missing space to HTTP error responses | Andreas Kling |
2020-02-09 | WebServer: Send the HTTP response headers in a single packet | Andreas Kling |
2020-02-09 | WebServer: Implement a very basic HTTP server :^) | Andreas Kling |