summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-16LibCrypto: Document word order (endianness) of bigintBen Wiederhake
2020-08-16LibCrypto: Fix random number generationBen Wiederhake
2020-08-16LibCrypto: Demonstrate that primality and random numbers are brokenBen Wiederhake
2020-08-16Kernel: Switch a comment to GiBNico Weber
2020-08-16Userland/tt: Switch to MiBNico Weber
2020-08-16SystemMonitor: Move memory graph caption from KB to KiBNico Weber
2020-08-16Userland/allocate: Switch to KiB/MiBNico Weber
2020-08-16AK: Use IEC prefixes in human_readable_formatNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-16AK: HashTable add a constructor that allows preallocation of capacity + Use i...Muhammad Zahalqa
2020-08-15Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.asynts
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-15AK: Add slice() overload to Span.asynts
2020-08-15AK: Add fill() method to Span.asynts
2020-08-15AK: Add copy_to() and move_to() methods to AK::Span.asynts
2020-08-15AK: Add bytes() method to FixedArray.asynts
2020-08-15AK: Remove incorrect static assert in Span.h.asynts
2020-08-15Chess: Add new ways to draw.Peter Elliott
2020-08-15Chess: Add the 'stelar7' piece setPeter Elliott
2020-08-15Chess: Add pawn promotion to any piecePeter Elliott
2020-08-15Chess: Add En-passantPeter Elliott
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Highlight last movePeter Elliott
2020-08-15Chess: Add win/draw conditions, and display them.Peter Elliott
2020-08-15Chess: Add legal move checkingPeter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott
2020-08-15Meta: Lint for duplicate endpoint IDsBen Wiederhake
2020-08-15Meta: Document QtCreator auto-format and compiler kitsBen Wiederhake
2020-08-15Shell: Add some tests for builtin redirectionAnotherTest
2020-08-15Shell: Allow redirections and pipes on builtinsAnotherTest
2020-08-15HackStudio: Silence make output when checking if make is presentMatus Ferech
2020-08-15HackStudio: Use Core::ArgsParser for path to workspaceMatus Ferech
2020-08-15LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" clickNico Weber
2020-08-15LibGUI: Remove reference captures of stack variables in ProcessChooserNico Weber
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15Travis: Toolchain only depends on headers, not implsBen Wiederhake
2020-08-15Travis: Don't use Python 2, clarify reason of reinstallBen Wiederhake
2020-08-15LibDebug: Fix DebugSession teardownItamar
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15Base: Modify "little" projectItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-08-15HackStudio: Change singlestepping logic in the debuggerItamar
2020-08-15LibDebug: Assert that we can read the executable of the debugeeItamar
2020-08-15Kernel: Fix behaviour of PT_TRACEME in ptraceItamar
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15Meta: Don't require setting SERENITY_ROOT for refresh scriptBen Wiederhake
2020-08-15SystemMonitor: ProcessStack is now ThreadStackBen Wiederhake