index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-20
Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG
Andreas Kling
2021-04-20
LibJS: Throw on a regex searchString in String.startsWith
Idan Horowitz
2021-04-20
LibJS: Stop early-returning on missing searchString in String.startsWith
Idan Horowitz
2021-04-20
LibWeb: Use correct event name for the onmousemove global event handler
Idan Horowitz
2021-04-20
Userland: Add support for sending UDP to netcat.
Spencer Dixon
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-04-20
LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()
Andreas Kling
2021-04-20
LibJS: Include the class name of objects in MarkupGenerator output
Andreas Kling
2021-04-20
Meta: Actually check for draft PRs before sending discord notifications
Idan Horowitz
2021-04-20
FileManager+FileOperation: Report Errors when doing an file operation
Tobias Christiansen
2021-04-20
FileManager: Don't crash on error in FileOperation
Tobias Christiansen
2021-04-20
LibIPC: Make Connection::send_sync return a NonnullOwnPtr
Idan Horowitz
2021-04-20
LibDesktop: Fail gracefully on allowlist failures instead of asserting
Idan Horowitz
2021-04-20
LibJS: Fix crash in Object.{freeze,seal}() with indexed properties
Linus Groh
2021-04-20
LibJS: Take PropertyName in Object::set_integrity_level() internal lambda
Linus Groh
2021-04-20
LibGUI: Make statusbar label flat when displaying override_text
Leandro Pereira
2021-04-20
Meta: Add a rebuild-world command to serenity.sh
Brian Gianforcaro
2021-04-20
Meta: Add allow-list for icon size detection in CMake
Brian Gianforcaro
2021-04-19
LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^)
Andreas Kling
2021-04-19
LibGfx: Improve PNG encoder API somewhat
Andreas Kling
2021-04-19
Meta: Stop limiting stale-bot actions per hour.
Brian Gianforcaro
2021-04-19
Kernel: Stop treating port 0 (ephemeral auto bind) as a privileged port
Idan Horowitz
2021-04-19
Ports: Improve variable names in .hosted_defs.sh
Panagiotis Vasilopoulos
2021-04-19
LibC: Avoid division by zero in fread()/fwrite()
Gunnar Beutner
2021-04-19
LibCpp: Support parsing class declarations
Itamar
2021-04-19
Meta: Configure probot/stale to close stale pull requests automatically.
Brian Gianforcaro
2021-04-19
LibC: Additional functionality for getaddrinfo()
Gunnar Beutner
2021-04-19
LibELF: Ignore DT_SYMBOLIC entries
Gunnar Beutner
2021-04-19
LibELF: Allow shared objects which don't have a text segment
Gunnar Beutner
2021-04-19
Taskbar: Show start menu when super key is pressed
Conor Byrne
2021-04-19
LibGUI+WindowServer: Add WM_SuperKeyPressed event
Conor Byrne
2021-04-19
profile: Expose the ability to free the kernel profiling buffer.
Brian Gianforcaro
2021-04-19
LibC: Expose new `profiling_free_buffer(..)` syscall.
Brian Gianforcaro
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
2021-04-19
profile: Add an option to wait for user input to disable profiling.
Brian Gianforcaro
2021-04-19
LibC: Added sysexits.h
Panagiotis Vasilopoulos
2021-04-19
Ports: Link libtiff against xz
Gunnar Beutner
2021-04-19
LibC: Improve error logging for execvp()
Gunnar Beutner
2021-04-19
Ports: Update tarball hash for quake
Gunnar Beutner
2021-04-19
Ports: Remove obsolete patch for hatari
Gunnar Beutner
2021-04-19
Ports: Link libtiff against zstd
Gunnar Beutner
2021-04-19
Ports: Fix ports when building with ccache
Gunnar Beutner
2021-04-19
Ports: Fix SDLPoP
Gunnar Beutner
2021-04-19
AK/Tests: Install test fixtures required for TestJSON
Leon Albrecht
2021-04-19
HackStudio: Sort ClassView entries
Itamar
2021-04-19
Ports: Add xz port
Gunnar Beutner
2021-04-19
Pthread: Add stubs for pthread_cleanup_{push,pop}
Gunnar Beutner
2021-04-19
WindowServer: Use VERIFY instead of assert in scale factor check
Maciej Zygmanowski
2021-04-19
Shell: Don't whine about tcsetpgrp() failing
Ali Mohammad Pur
2021-04-19
LibLine: Avoid trying to restore() if the editor isn't initialized
Ali Mohammad Pur
[next]