summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-21Userland: Syntax highlighting of SQL strings and blobsTimothy Flynn
2021-04-21LibSQL: Lex string and blob literalsTimothy Flynn
2021-04-21AK/Format: Fix incorrectly non-inlined variable templatesLenny Maiorani
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-21Meta: Add note about new people making large architectural changesAndreas Kling
2021-04-21Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]Brian Gianforcaro
2021-04-21Kernel: Make AsyncDeviceRequest sub-req management alloc freeBrian Gianforcaro
2021-04-21AK: Add unit tests to verify AK::InstrusiveList<T> holding RefPtr<T>Brian Gianforcaro
2021-04-21AK: Fix IntrusvieList::take_first/last() actually compile with RefPtr<T>Brian Gianforcaro
2021-04-21AK: Add some initial unit tests for AK::IntrusiveListBrian Gianforcaro
2021-04-21Terminal: Use 16x16/settings.png for the terminal settings actionAndreas Kling
2021-04-21LibWeb: Implement scientific notation parsing in PathDataParserIdan Horowitz
2021-04-21LibGUI: Track selection starting index in AbstractView (#6515)iCristalrope
2021-04-21Inspector: Add context menu to copy property name/valueDragonAlex98
2021-04-21Inspector: Select entire property rowDragonAlex98
2021-04-21LibGUI: Remove premature return in Window::handle_key_eventjakewestrip
2021-04-21Ports: emu2: Bump version to 2021.01Brendan Coles
2021-04-21LibJS: Precompile Heap.h and GlobalObject.hAli Mohammad Pur
2021-04-21Meta: Add an option to precompile some very common AK headersAli Mohammad Pur
2021-04-21LookupServer: Use dbgln_if instead of #ifAli Mohammad Pur
2021-04-21HackStudio: Clean up debugger thread when debugger exitsFalseHonesty
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-21LibPthread: Add non functional pthread_attr_[set|get]scope stubsBrian Gianforcaro
2021-04-21LibC: Add pwrite(..) implementation to match the existing pread(..)Brian Gianforcaro
2021-04-21LibC: Add LOG_NOWAIT stub to syslog.hBrian Gianforcaro
2021-04-21LibC: Add a definition for `INET6_ADDRSTRLEN`Brian Gianforcaro
2021-04-21LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.Brian Gianforcaro
2021-04-21LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_rBrian Gianforcaro
2021-04-21LibC: Add ctime_r() and asctime_r() implementationsBrian Gianforcaro
2021-04-21Tests: Reorganize LibCompress unit testsMarco Biscaro
2021-04-20LibWeb: Register FormAssociatedElement with their owner formAndreas Kling
2021-04-20LibWeb: Make HTMLSelectElement a FormAssociatedElementAndreas Kling
2021-04-20Kernel: Don't consider kernel memory regions for syscall origin checkAndreas Kling
2021-04-20Toolchain: Build GCC with optimizationsGunnar Beutner
2021-04-20Ports: Build shared library for xz with -pthreadGunnar Beutner
2021-04-20LibPthread: Add stubs for pthread_spin_* functionsGunnar Beutner
2021-04-20LibC+LibPthread: Implement function forwarding for libpthreadGunnar Beutner
2021-04-20Kernel: Remove requirement for the thread entitlement for the futex syscallGunnar Beutner
2021-04-20Toolchain+Ports: Enable threads for gccGunnar Beutner
2021-04-20LibWeb: Don't call ResourceLoader error callback on 4xx status codeLinus Groh
2021-04-20LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed propertyLinus Groh
2021-04-20LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric propertyLinus Groh
2021-04-20Ports: Consistently indent with four spacesLinus Groh
2021-04-20Inspector: Don't allow to inspect Inspector itselfMaciej Zygmanowski
2021-04-20LibWeb: Display <ol> and respect list-style-type in <ul>Tobias Christiansen
2021-04-20LibWeb: Make the ListItemMarkerBox index-aware.Tobias Christiansen
2021-04-20LibWeb: Add capabilities to find the index of a child in its parent.Tobias Christiansen
2021-04-20LibSQL: Parse DROP TABLE statementTimothy Flynn
2021-04-20Lagom: Add sql utility and LibSQL unit testsTimothy Flynn
2021-04-20LibSQL: Add unit testing of the SQL parserTimothy Flynn