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
/
Applications
/
CrashReporter
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-01
CrashReporter: Turn off line wrapping in the various text editors
Andreas Kling
2022-08-01
CrashReporter: Focus the "Close" button on startup
Andreas Kling
2022-08-01
CrashReporter: Add ellipsis (...) to "Save Backtrace" button
Andreas Kling
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-15
CrashReporter: Tweak layout
FrHun
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-20
CrashReporter: Don't display an error when cancelling backtrace saving
Lucas CHOLLET
2022-04-20
CrashReporter: Fix "Save Backtrace" button width
Lucas CHOLLET
2022-04-12
CrashReporter: Implement `Save Backtrace` button
Ali Chraghi
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-06
CrashReporter: Capture backtrace progress callback's arguments by value
Sviatoslav Peleshko
2022-02-03
CrashReporter: Stop attempting to lockdown the process veil
Brian Gianforcaro
2022-01-28
LibCoredump: Copy out the FooInfo structs to an aligned address
Ali Mohammad Pur
2022-01-25
CrashReporter: Dispatch backtrace progress callbacks on the main thread
Andreas Kling
2022-01-20
CrashReporter: Don't crash when investigating a HackStudio crash
Sam Atkins
2022-01-03
CrashReporter: Move progressbar into main window
Samuel Bowman
2021-12-11
CrashReporter: Remove redundant pledge()
bugreport0
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-12-04
CrashReporter: Port to LibMain and use TRY() while building the UI :^)
Andreas Kling
2021-11-30
CrashReporter: Remove unnecessary button height overrides from GML
Andreas Kling
2021-11-30
CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"
Andreas Kling
2021-11-24
CrashReporter: Don't visualize whitespace in memory regions text editor
Maciej
2021-11-21
CrashReporter: Show the available memory region information
Tim Schumacher
2021-11-20
CrashReporter: Add "Inspect in Hack Studio" button
Itamar
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-10-03
CrashReporter: Don't crash when "Generating..." Window gets closed
sw1tchbl4d3
2021-09-21
CrashReporter: Show coredump loading progress in the Taskbar :^)
Andreas Kling
2021-09-21
CrashReporter+LibCoredump: Show progress window while loading coredump
Andreas Kling
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-09-19
CrashReporter: Add some margin around the backtrace & register views
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-01
CrashReporter: Fix bogus register alignment on x86_64
Andreas Kling
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
[next]