summaryrefslogtreecommitdiff
path: root/Userland/Services/NetworkServer
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27Services: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-08-23NetworkServer: Use Core::Stream instead of Core::Filehuttongrabiel
2022-07-14NetworkServer: Use sv suffixes to avoid strlen at runtimeMaciej
2022-07-14NetworkServer: Disable interface if Enabled = falseMaciej
2022-07-14NetworkServer: Kill DHCPServer as the first thing doneMaciej
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-09NetworkServer: Kill running DHCPServer before starting our ownMaciej
2022-07-09NetworkServer: Clear default gateway route entry before addingMaciej
2022-07-04NetworkServer: Enable DHCP on interfaces that are not listed in configMaciej
2022-05-28NetworkServer: Support setting default gatewayMaciej
2022-05-26NetworkServer: Add a new NetworkServer serviceMaciej