summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-18AK/PrintfImplementation: Change static constexpr array to function localLenny Maiorani
2021-05-18AK: Revert removal of StringBuilder::will_append optimizationGunnar Beutner
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-18SystemMonitor: Show UDP socketsbrapru
2021-05-17LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()Linus Groh
2021-05-17LibJS: Make length_setter_generic_storage_threshold a global constantLinus Groh
2021-05-17AK: Sort all the debug macrosLinus Groh
2021-05-17WindowServer: Don't attempt to make WindowServer inspectableAndreas Kling
2021-05-17Browser: Move main browser window logic into a BrowserWindow classAndreas Kling
2021-05-17WindowServer: Add Menu::is_open() to improve readabilityAndreas Kling
2021-05-17Meta: Build LibWasm and the wasm utility as part of LagomAli Mohammad Pur
2021-05-17LibWasm: Make clang happy by removing an 'extra' set of parenthesisAli Mohammad Pur
2021-05-17LibWasm: Implement memory.grow, memory.size and dropAli Mohammad Pur
2021-05-17LibWasm: Execute the start function, if one existsAli Mohammad Pur
2021-05-17Utilities/wasm: Say something when execution trapsAli Mohammad Pur
2021-05-17LibWasm: Implement most of the remaining instructionsAli Mohammad Pur
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-17LibWasm: Do not resize() the function signature list to preallocateAli Mohammad Pur
2021-05-17LibWasm: Make structured_end() jump to the instruction after itselfAli Mohammad Pur
2021-05-17AK: Include HashTable.h in StringImpl.cppAli Mohammad Pur
2021-05-17AK: Include String.h in ScopeLoggerAli Mohammad Pur
2021-05-17LibWeb: Resolve 2-part and 3-part border-color valuesTimothy Flynn
2021-05-17LibWeb: Resolve 3-part and 4-part border-width valuesTimothy Flynn
2021-05-17Base: Add boxes with multi-part border attributes to borders.htmlTimothy Flynn
2021-05-17Playground: Show the modified state in the window titlefaxe1008
2021-05-17LibGUI: Reset TextEditor modified state on sucessful write_to_filefaxe1008
2021-05-17Kernel: Disable profile timer when the process exitsGunnar Beutner
2021-05-17Kernel: Fix return value for {enable,disable}_profile_timer()Gunnar Beutner
2021-05-17LibJS: Make the forward transition chain weakly cachedAndreas Kling
2021-05-17WebServer: Set no-cache header for responsesGunnar Beutner
2021-05-17WebServer: Don't read until EOFGunnar Beutner
2021-05-17LibHTTP: Make sure we're not sending an empty path in requestsGunnar Beutner
2021-05-17Kernel: Stop overriding built-in serial port with PCI serial portIdan Horowitz
2021-05-17Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)Idan Horowitz
2021-05-17LibCrypto: Change static constexpr array to function local constexprLenny Maiorani
2021-05-17LibJS: Don't consider cells in the lazy freelist in conservative scanAndreas Kling
2021-05-17LibJS: Always prefer freelist over lazy freelist if possibleAndreas Kling
2021-05-17LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/Andreas Kling
2021-05-17UE: Don't look up binaries in PATH when the user specified a full pathGunnar Beutner
2021-05-17UE: Use Vector<String> for the command-line argumentsGunnar Beutner
2021-05-17LibJS: Implement lazy freelist allocation for cellsAndreas Kling
2021-05-17Build: Stop using precompiled headers (PCH)Andreas Kling
2021-05-17Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequencyIdan Horowitz
2021-05-17Kernel: Set InterruptEnable on HPET Comparators when frequency is setIdan Horowitz
2021-05-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-05-17LibArchive: Move method implementations away from headerJean-Baptiste Boric
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-17LibJS: Increase free stack space required for function calls to 32 kiBLinus Groh
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-17Revert "BitmapView: Disable mutations of the underlying Bitmap"Andreas Kling