summaryrefslogtreecommitdiff
path: root/Services/WebServer
AgeCommit message (Expand)Author
2020-12-19LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytesAndreas Kling
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-21WebServer: Force "text/html" mimetype for directories with index.htmlAndreas Kling
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-09-28LibCore: Make TCPServer::listen() report failure instead of assertingAndreas Kling
2020-07-27WebServer: Show icons in directory listings :^)Andreas Kling
2020-07-27WebServer: Try to send an appopriate Content-Type headerAndreas Kling
2020-07-27WebServer: Use table tags in directory listingsAndreas Kling
2020-07-27WebServer: Use urlencode() in directory listingsAndreas Kling
2020-07-11WebServer: Allow the user to specify the base directoryAnotherTest
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-08Services: Renamed from ServersAndreas Kling