Age | Commit message (Expand) | Author |
---|---|---|
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 |