summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-30Ports: Fix MilkyTracker install scriptjakewestrip
2021-04-30CMake: Fix building with AppleClang compilerCarlos César Neves Enumo
2021-04-30CMake: Fix building libraries on macOSGunnar Beutner
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-30Toolchain: Upgrade to QEMU 6.0 releaseBrian Gianforcaro
2021-04-30LibC: Add missing initialization for the FILE mutexGunnar Beutner
2021-04-29LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()Gunnar Beutner
2021-04-29LibC: Make rewind() ignore errors as it shouldGunnar Beutner
2021-04-29LibC: Make stdio thread-safeGunnar Beutner
2021-04-29AK: Make dbgln log the thread IDGunnar Beutner
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29WindowServer: Move configuration file to /etc/WindowServer.iniAndreas Kling
2021-04-29WindowServer: Fix alpha hit-test accessing out-of-bounds pixelsTom
2021-04-29LibC: Fix validation logic error in construct_pwd()Ali Mohammad Pur
2021-04-29Kernel: Harden sys$select Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$munmap Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$purge Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$poll Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$execve Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$readv / sys$writev Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Harden sys$sendmsg / sys$recvmsg Vector usage against OOM.Brian Gianforcaro
2021-04-29Kernel: Add a CMake flag to enable LTO for the kernelGunnar Beutner
2021-04-29Kernel: Enable building the kernel with -fltoGunnar Beutner
2021-04-29Meta: Ensure the tap device is removed before trying to create it againGunnar Beutner
2021-04-29Shell: Implement formatting for HeredocsAli Mohammad Pur
2021-04-29Base: Describe heredocs in Shell's manpageAli Mohammad Pur
2021-04-29Shell: Add some tests for heredocsAli Mohammad Pur
2021-04-29Shell: Add support for heredocsAli Mohammad Pur
2021-04-29Shell: Do not assume that all parts of a node are enclosed in the nodeAli Mohammad Pur
2021-04-29Shell: Avoid position push/pop when checking for next_is()Ali Mohammad Pur
2021-04-29Shell: Allow Syntax errors to be mutated while parsingAli Mohammad Pur
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Conversion from number to bijective-base with alphabet.Tobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29Tests: Convert LibC exec unit test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibC mktemp tests to be LibTest based.Brian Gianforcaro
2021-04-29LibTest: Add EXPECT_NE(..) test assertion.Brian Gianforcaro
2021-04-29Tests: Enable Spreadsheet unit tests so they actually buildBrian Gianforcaro
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-29Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)Brian Gianforcaro
2021-04-29Tests: Convert LibGfx font handling test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibGfx image decoder test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Rename LibGfx painter benchmark to denote it's not a test.Brian Gianforcaro
2021-04-29Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txtBrian Gianforcaro
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
2021-04-29Meta: Increase fconstexpr-steps for Clang Lagom buildsIdan Horowitz