summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-04-20Userland: Add 'sql', a REPL for LibSQLTimothy Flynn
2021-04-20LibSQL: Create a very barebones SQL parserTimothy Flynn
2021-04-20LibSQL: Introduce a SQL library with a tokenizerTimothy Flynn
2021-04-20AK+Meta: Add a debug option for LibSQLTimothy Flynn
2021-04-20Ports: Improve consistency and quality of portsPanagiotis Vasilopoulos
2021-04-20Ports: Fix up imgcatPanagiotis Vasilopoulos
2021-04-20Ports: Update the lint-ports.py script to ignore missing auth_type for Sereni...Gunnar Beutner
2021-04-20Ports: Remove auth_type for our own packagesGunnar Beutner
2021-04-20Shell: Auto-completion shouldn't suggest non-executable files for the program...Gunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-20Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUGAndreas Kling
2021-04-20LibJS: Throw on a regex searchString in String.startsWithIdan Horowitz
2021-04-20LibJS: Stop early-returning on missing searchString in String.startsWithIdan Horowitz
2021-04-20LibWeb: Use correct event name for the onmousemove global event handlerIdan Horowitz
2021-04-20Userland: Add support for sending UDP to netcat.Spencer Dixon
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling