summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-04-20LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()Andreas Kling
2021-04-20LibJS: Include the class name of objects in MarkupGenerator outputAndreas Kling
2021-04-20Meta: Actually check for draft PRs before sending discord notificationsIdan Horowitz
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-20FileManager: Don't crash on error in FileOperationTobias Christiansen
2021-04-20LibIPC: Make Connection::send_sync return a NonnullOwnPtrIdan Horowitz
2021-04-20LibDesktop: Fail gracefully on allowlist failures instead of assertingIdan Horowitz
2021-04-20LibJS: Fix crash in Object.{freeze,seal}() with indexed propertiesLinus Groh
2021-04-20LibJS: Take PropertyName in Object::set_integrity_level() internal lambdaLinus Groh
2021-04-20LibGUI: Make statusbar label flat when displaying override_textLeandro Pereira
2021-04-20Meta: Add a rebuild-world command to serenity.shBrian Gianforcaro
2021-04-20Meta: Add allow-list for icon size detection in CMakeBrian Gianforcaro
2021-04-19LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^)Andreas Kling
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-04-19Meta: Stop limiting stale-bot actions per hour.Brian Gianforcaro
2021-04-19Kernel: Stop treating port 0 (ephemeral auto bind) as a privileged portIdan Horowitz
2021-04-19Ports: Improve variable names in .hosted_defs.shPanagiotis Vasilopoulos
2021-04-19LibC: Avoid division by zero in fread()/fwrite()Gunnar Beutner
2021-04-19LibCpp: Support parsing class declarationsItamar
2021-04-19Meta: Configure probot/stale to close stale pull requests automatically.Brian Gianforcaro
2021-04-19LibC: Additional functionality for getaddrinfo()Gunnar Beutner
2021-04-19LibELF: Ignore DT_SYMBOLIC entriesGunnar Beutner
2021-04-19LibELF: Allow shared objects which don't have a text segmentGunnar Beutner
2021-04-19Taskbar: Show start menu when super key is pressedConor Byrne
2021-04-19LibGUI+WindowServer: Add WM_SuperKeyPressed eventConor Byrne
2021-04-19profile: Expose the ability to free the kernel profiling buffer.Brian Gianforcaro
2021-04-19LibC: Expose new `profiling_free_buffer(..)` syscall.Brian Gianforcaro
2021-04-19Kernel: Add a syscall to clear the profiling bufferBrian Gianforcaro
2021-04-19profile: Add an option to wait for user input to disable profiling.Brian Gianforcaro
2021-04-19LibC: Added sysexits.hPanagiotis Vasilopoulos
2021-04-19Ports: Link libtiff against xzGunnar Beutner
2021-04-19LibC: Improve error logging for execvp()Gunnar Beutner
2021-04-19Ports: Update tarball hash for quakeGunnar Beutner
2021-04-19Ports: Remove obsolete patch for hatariGunnar Beutner
2021-04-19Ports: Link libtiff against zstdGunnar Beutner
2021-04-19Ports: Fix ports when building with ccacheGunnar Beutner
2021-04-19Ports: Fix SDLPoPGunnar Beutner
2021-04-19AK/Tests: Install test fixtures required for TestJSONLeon Albrecht
2021-04-19HackStudio: Sort ClassView entriesItamar
2021-04-19Ports: Add xz portGunnar Beutner
2021-04-19Pthread: Add stubs for pthread_cleanup_{push,pop}Gunnar Beutner
2021-04-19WindowServer: Use VERIFY instead of assert in scale factor checkMaciej Zygmanowski
2021-04-19Shell: Don't whine about tcsetpgrp() failingAli Mohammad Pur
2021-04-19LibLine: Avoid trying to restore() if the editor isn't initializedAli Mohammad Pur