index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
FileWatcher.h
Age
Commit message (
Expand
)
Author
2023-01-19
LibCore: Allow subclassing FileWatcher
Timothy Flynn
2023-01-18
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
Timothy Flynn
2023-01-18
LibCore: Default-initialize the FileWatcher event mask
Timothy Flynn
2023-01-18
LibCore: Handle multiple events in the FileWatcher event mask formatter
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher
Andreas Kling
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP