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
Age
Commit message (
Expand
)
Author
2023-05-21
WebServer: Convert document_root_path from DeprecatedString to String
Ben Wiederhake
2023-05-21
WebServer: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-03-27
WebServer: Propagate more errors
Sam Atkins
2023-03-27
WebServer: Use relative URLs for the directory listing
Sam Atkins
2023-03-27
WebServer: Handle incomplete HTTP requests
Sam Atkins
2023-03-26
LibHTTP+WebDriver+WebServer: Return error from HTTP request parser
Aliaksandr Kalenik
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-02-26
WebServer: Remove a call to String::from_deprecated_string
Nico Weber
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-20
WebServer: Use `Core::Stream` to read served files
Tim Schumacher
2022-12-26
WebServer: Use new String type internally as much as possible
Thomas Keppler
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-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-09-05
WebServer: Make bound socket a clickable hyperlink :^)
networkException
2022-08-02
LibHTTP+WebServer: Add querystring support
0xbigshaq
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-16
LibCore+Everywhere: Make Core::Stream read_until() return Bytes
Sam Atkins
2022-04-09
WebServer: Add utf-8 charset to Content-Type header for text/plain
Lady Gegga
2022-03-19
WebServer: Add Content-Length header to HTTP responses
Maciej
2022-02-18
WebServer: Close the socket if Connection: keep-alive isn't requested
Ali Mohammad Pur
2022-01-27
WebServer: Unveil /etc/timezone for reading
Andreas Kling
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-14
WebServer: Add charset declaration to directory listings
Maciej
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
[next]