index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WebServer
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2022-12-26
WebServer: Use new String type for default option values
Thomas Keppler
2022-12-26
WebServer: Require document root and credentials as config init params
Thomas Keppler
2022-12-26
WebServer: Rename {real_}root_path to {real_}document_root_path
Thomas Keppler
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-05
WebServer: Make bound socket a clickable hyperlink :^)
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-01-27
WebServer: Unveil /etc/timezone for reading
Andreas Kling
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-03
WebServer: Make ErrorOr unwrapping more idiomatic
Maciej
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-16
LibCore+Userland: Convert TCPServer to use the Serenity Stream API
sin-ack
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
WebServer: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-06-11
WebServer: Add support for HTTP basic authentication
Max Wipfli
2021-06-11
WebServer: Move server configuration into WebServer::Configuration
Max Wipfli
2021-05-30
WebServer: Exit when the given port is invalid
Linus Groh
2021-05-30
WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()
Linus Groh
2021-05-30
WebServer: Add optional listen address argument
Edwin Hoksberg
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling