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.h
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-13
Libraries: Use default constructors/destructors in LibX86
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCoredump
Lenny Maiorani
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
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-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
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