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
/
LibCoredump
/
Reader.cpp
Age
Commit message (
Expand
)
Author
2022-02-14
LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching libraries
Sviatoslav Peleshko
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts
Ali Mohammad Pur
2022-01-28
LibDebug+LibCoredump: Use ByteReader to do unaligned reads
Ali Mohammad Pur
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-20
LibCoredump: Add Coredump::Inspector
Itamar
2021-11-20
LibCoredump: Add Reader::for_each_library
Itamar
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-09-22
LibCoredump: Don't copy uncompressed coredumps into a ByteBuffer
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling