summaryrefslogtreecommitdiff
path: root/Userland/Services/WebServer/main.cpp
AgeCommit message (Expand)Author
2021-06-11WebServer: Add support for HTTP basic authenticationMax Wipfli
2021-06-11WebServer: Move server configuration into WebServer::ConfigurationMax Wipfli
2021-05-30WebServer: Exit when the given port is invalidLinus Groh
2021-05-30WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()Linus Groh
2021-05-30WebServer: Add optional listen address argumentEdwin Hoksberg
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling