Tim Ledbetter
|
f02ccffaa8
WebServer: Show the correct port when using port 0
|
2 년 전 |
Ben Wiederhake
|
f0586d74d7
WebServer: Convert document_root_path from DeprecatedString to String
|
2 년 전 |
Ben Wiederhake
|
e795641d99
WebServer: Prefer LibFileSystem over DeprecatedFile
|
2 년 전 |
Cameron Youell
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 년 전 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 년 전 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 년 전 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 년 전 |
Thomas Keppler
|
1d6528b94b
WebServer: Use new String type for default option values
|
2 년 전 |
Thomas Keppler
|
5d305845e3
WebServer: Require document root and credentials as config init params
|
2 년 전 |
Thomas Keppler
|
bb91857885
WebServer: Rename {real_}root_path to {real_}document_root_path
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
networkException
|
707b4f83eb
WebServer: Make bound socket a clickable hyperlink :^)
|
2 년 전 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 년 전 |
Andreas Kling
|
f73eae1245
WebServer: Unveil /etc/timezone for reading
|
3 년 전 |
sin-ack
|
dbd25916a3
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
3 년 전 |
Maciej
|
e824a2da90
WebServer: Make ErrorOr unwrapping more idiomatic
|
3 년 전 |
Sam Atkins
|
8600d89407
LibCore+Services: Make TCPServer propagate errors
|
3 년 전 |
sin-ack
|
dfdb52efa7
LibCore+Userland: Convert TCPServer to use the Serenity Stream API
|
3 년 전 |
Brian Gianforcaro
|
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
|
3 년 전 |
Andreas Kling
|
9c9cd20dce
WebServer: Port to LibMain :^)
|
3 년 전 |
Andreas Kling
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 년 전 |
Max Wipfli
|
79a47d9bd3
WebServer: Add support for HTTP basic authentication
|
4 년 전 |
Max Wipfli
|
e77ca79897
WebServer: Move server configuration into WebServer::Configuration
|
4 년 전 |
Linus Groh
|
75ea1bd346
WebServer: Exit when the given port is invalid
|
4 년 전 |
Linus Groh
|
7fa3033ca8
WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()
|
4 년 전 |
Edwin Hoksberg
|
2deffeb74d
WebServer: Add optional listen address argument
|
4 년 전 |
Andreas Kling
|
31d4bcf5bf
Userland: Tighten a *lot* of pledges! :^)
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Andreas Kling
|
c7ac7e6eaf
Services: Move to Userland/Services/
|
4 년 전 |