summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-24Meta+Userland: Run the TLS test tooAnotherTest
2020-08-24Userland: Add missing HMAC-SHA1 testsAnotherTest
2020-08-24Tests: Prefer strlcpy over strncpyBen Wiederhake
2020-08-24Userland: Prefer strlcpy over strcpy in pingBen Wiederhake
2020-08-24Userland: Prefer strlcpy over strncpy in ifconfig, fixes off-by-oneBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24Tests: Remove unused includeBen Wiederhake
2020-08-23test-web: Add updates from test-jsLuke
2020-08-23test-js+test-web: Clear taskbar progress on error/assertion failureLuke
2020-08-22LibC+Userland: Prefer snprintf over sprintfBen Wiederhake
2020-08-22LibC: Demonstrate off-by-one in current snprintfBen Wiederhake
2020-08-22test-js: Sometimes include more details for failuresNico Weber
2020-08-22test-js: Print parse error if test-common.js fails to parseNico Weber
2020-08-22Userland: Use TestSuite.h in test-compress.asynts
2020-08-21LibLine: Handle interrupts/window size changes internallyAnotherTest
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17disasm: Use make<X86::ELFSymbolProvider> instead of naked newAndreas Kling
2020-08-17Userland: Explicitly ignore number of types read, found by CoverityBrian Gianforcaro
2020-08-17Userland: Provide a misbehaving applicationBen Wiederhake
2020-08-16disasm: For ELF inputs, pass an ELFSymbolProvider to disassemblerNico Weber
2020-08-16LibCrypto: Fix random number generationBen Wiederhake
2020-08-16LibCrypto: Demonstrate that primality and random numbers are brokenBen Wiederhake
2020-08-16Userland/tt: Switch to MiBNico Weber
2020-08-16Userland/allocate: Switch to KiB/MiBNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-15Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.asynts
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-14ifconfig: Fix capitalization of "kiB"Nico Weber
2020-08-14disasm: Print correct offset-relative jumps in ELF file disassemblyNico Weber
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-12Userland: Make 'tt t' spawn a thread and stand stillBen Wiederhake
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-11mv: Accept (but ignore) -fAndreas Kling
2020-08-11rm: Implement a basic -f modeAndreas Kling
2020-08-10Userland: Add a simple dirname(1) utilityAndreas Kling
2020-08-10Kernel: Demonstrate kill's pid/tid confusion bugBen Wiederhake
2020-08-10Kernel: Demonstrate setpgid confusion bugBen Wiederhake
2020-08-10disasm: Insert symbol names in disassembly streamNico Weber
2020-08-09disasm: For ELF files, disassemble .text sectionNico Weber
2020-08-08open: Resolve the realpath before passing it to URL()AnotherTest
2020-08-06Userland: Use Core::ArgsParser for 'aplay'Linus Groh