serenity/Services
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
AudioServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
ChessEngine Everywhere: Colour => Color 2021-01-09 14:03:06 +01:00
Clipboard Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
CrashDaemon CrashDaemon: Move from Applications to Services 2020-12-30 03:20:06 +01:00
DHCPClient Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
EchoServer EchoServer: Add a simple echo server 2020-12-16 17:29:12 +01:00
ImageDecoder Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LaunchServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
LookupServer Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
NotificationServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
ProtocolServer ProtocolServer: Add some debug log output for failed downloads 2021-01-03 13:10:53 +01:00
SystemMenu SystemMenu: Tweak text "About..." => "About SerenityOS" 2021-01-04 23:23:55 +01:00
SystemServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Taskbar LibGUI: Remove Widget's unused m_{foreground,background}_color 2021-01-02 23:31:22 +01:00
TelnetServer Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
WebContent Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
WebServer LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes 2020-12-19 18:29:13 +01:00
WindowServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
CMakeLists.txt CrashDaemon: Move from Applications to Services 2020-12-30 03:20:06 +01:00