summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/FileWatcher.h
AgeCommit message (Expand)Author
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