Age | Commit message (Expand) | Author |
---|---|---|
2021-11-17 | AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) | Andreas Kling |
2021-11-11 | Everywhere: Pass AK::ReadonlyBytes by value | Andreas Kling |
2021-11-10 | Everywhere: Move shared library checks into a common function | Tim Schumacher |
2021-11-10 | LibCoredump: Restrict library name check when querying symbols | Tim Schumacher |
2021-10-17 | LibCoredump: Show frames from Loader.so if the crash occurs in it | Daniel Bertalan |
2021-10-17 | LibCoredump: Accept dynamic libraries with versioned names | Daniel Bertalan |
2021-09-22 | LibCoredump: Don't copy uncompressed coredumps into a ByteBuffer | Andreas Kling |
2021-09-21 | CrashReporter+LibCoredump: Show progress window while loading coredump | Andreas Kling |
2021-09-21 | LibCoredump: Make Backtrace getters return const references | Andreas Kling |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-08-23 | Everywhere: Core dump => Coredump | Andreas Kling |