summaryrefslogtreecommitdiff
path: root/Servers/WebServer
AgeCommit message (Expand)Author
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-04-26WebServer: Add optional positional port agumentLinus Groh
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-13WebServer: Ensure directory listing URLs end with a slashBogdan
2020-02-13WebServer: Remove debug spam in directory listing codeAndreas Kling
2020-02-13WebServer: Escape HTML entities in path names in directory listingsAndreas Kling
2020-02-12WebServer: Show file size and modification time in directory listingsAndreas Kling
2020-02-12WebServer: Add basic directory listingsAndreas Kling
2020-02-11WebServer: Use Core::DateTime for logging timestampsAndreas Kling
2020-02-11WebServer: Add copyright headersAndreas Kling
2020-02-09WebServer: Add missing space to HTTP error responsesAndreas Kling
2020-02-09WebServer: Send the HTTP response headers in a single packetAndreas Kling
2020-02-09WebServer: Tighten things up with pledge() and unveil()Andreas Kling
2020-02-09WebServer: Implement a very basic HTTP server :^)Andreas Kling