index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-16
LibCrypto: Document word order (endianness) of bigint
Ben Wiederhake
2020-08-16
LibCrypto: Fix random number generation
Ben Wiederhake
2020-08-16
LibCrypto: Demonstrate that primality and random numbers are broken
Ben Wiederhake
2020-08-16
Kernel: Switch a comment to GiB
Nico Weber
2020-08-16
Userland/tt: Switch to MiB
Nico Weber
2020-08-16
SystemMonitor: Move memory graph caption from KB to KiB
Nico Weber
2020-08-16
Userland/allocate: Switch to KiB/MiB
Nico Weber
2020-08-16
AK: Use IEC prefixes in human_readable_format
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-16
AK: HashTable add a constructor that allows preallocation of capacity + Use i...
Muhammad Zahalqa
2020-08-15
Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.
asynts
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
AK: Add slice() overload to Span.
asynts
2020-08-15
AK: Add fill() method to Span.
asynts
2020-08-15
AK: Add copy_to() and move_to() methods to AK::Span.
asynts
2020-08-15
AK: Add bytes() method to FixedArray.
asynts
2020-08-15
AK: Remove incorrect static assert in Span.h.
asynts
2020-08-15
Chess: Add new ways to draw.
Peter Elliott
2020-08-15
Chess: Add the 'stelar7' piece set
Peter Elliott
2020-08-15
Chess: Add pawn promotion to any piece
Peter Elliott
2020-08-15
Chess: Add En-passant
Peter Elliott
2020-08-15
Chess: Add menu options for setting board theme and piece set
Peter Elliott
2020-08-15
Chess: Highlight last move
Peter Elliott
2020-08-15
Chess: Add win/draw conditions, and display them.
Peter Elliott
2020-08-15
Chess: Add legal move checking
Peter Elliott
2020-08-15
Chess: Add basic ChessWidget and ugly piece set
Peter Elliott
2020-08-15
Meta: Lint for duplicate endpoint IDs
Ben Wiederhake
2020-08-15
Meta: Document QtCreator auto-format and compiler kits
Ben Wiederhake
2020-08-15
Shell: Add some tests for builtin redirection
AnotherTest
2020-08-15
Shell: Allow redirections and pipes on builtins
AnotherTest
2020-08-15
HackStudio: Silence make output when checking if make is present
Matus Ferech
2020-08-15
HackStudio: Use Core::ArgsParser for path to workspace
Matus Ferech
2020-08-15
LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click
Nico Weber
2020-08-15
LibGUI: Remove reference captures of stack variables in ProcessChooser
Nico Weber
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
Travis: Toolchain only depends on headers, not impls
Ben Wiederhake
2020-08-15
Travis: Don't use Python 2, clarify reason of reinstall
Ben Wiederhake
2020-08-15
LibDebug: Fix DebugSession teardown
Itamar
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
Base: Modify "little" project
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-15
HackStudio: Change singlestepping logic in the debugger
Itamar
2020-08-15
LibDebug: Assert that we can read the executable of the debugee
Itamar
2020-08-15
Kernel: Fix behaviour of PT_TRACEME in ptrace
Itamar
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
Meta: Don't require setting SERENITY_ROOT for refresh script
Ben Wiederhake
2020-08-15
SystemMonitor: ProcessStack is now ThreadStack
Ben Wiederhake
[next]