summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/FileWatcher.h
AgeCommit message (Expand)Author
2023-01-19LibCore: Allow subclassing FileWatcherTimothy Flynn
2023-01-18LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlagsTimothy Flynn
2023-01-18LibCore: Default-initialize the FileWatcher event maskTimothy Flynn
2023-01-18LibCore: Handle multiple events in the FileWatcher event mask formatterTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-08LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcherAndreas Kling
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP