ladybird/Userland/Services
sin-ack 2159f90e00 Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
With the new InodeWatcher API, the old style of creating a watcher per
inode will no longer work.  Therefore the FileWatcher API has been
updated to support multiple watches, and its users have also been
refactored to the new style.  At the moment, all operations done on a
(Blocking)FileWatcher return Result objects, however, this may be
changed in the future if it becomes too obnoxious. :^)

Co-authored-by: Gunnar Beutner <gunnar@beutner.name>
2021-05-12 22:38:20 +02:00
..
AudioServer LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
ChessEngine Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Clipboard Clipboard+LibGUI: Make set_clipboard_data asynchronous 2021-05-10 12:30:41 +02:00
CrashDaemon Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 2021-05-12 22:38:20 +02:00
DHCPClient LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
EchoServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FileOperation LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
ImageDecoder Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
KeyboardPreferenceLoader Userland: Preserve keyboard mapping preference on reboot (#6955) 2021-05-09 15:56:03 +02:00
LaunchServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
LookupServer LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
NotificationServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
RequestServer RequestServer: Make the certificate_requested IPC call asynchronous 2021-05-10 12:38:23 +02:00
SymbolServer Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
SystemServer LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
Taskbar WindowServer+Taskbar: Make all the IPC used by Taskbar asynchronous 2021-05-10 12:26:35 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebServer LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
WebSocket Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WindowServer WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap() 2021-05-11 10:18:29 +01:00
CMakeLists.txt Userland: Preserve keyboard mapping preference on reboot (#6955) 2021-05-09 15:56:03 +02:00