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-21
Ports: emu2: Bump version to 2021.01
Brendan Coles
2021-04-21
LibJS: Precompile Heap.h and GlobalObject.h
Ali Mohammad Pur
2021-04-21
Meta: Add an option to precompile some very common AK headers
Ali Mohammad Pur
2021-04-21
LookupServer: Use dbgln_if instead of #if
Ali Mohammad Pur
2021-04-21
HackStudio: Clean up debugger thread when debugger exits
FalseHonesty
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-21
LibPthread: Add non functional pthread_attr_[set|get]scope stubs
Brian Gianforcaro
2021-04-21
LibC: Add pwrite(..) implementation to match the existing pread(..)
Brian Gianforcaro
2021-04-21
LibC: Add LOG_NOWAIT stub to syslog.h
Brian Gianforcaro
2021-04-21
LibC: Add a definition for `INET6_ADDRSTRLEN`
Brian Gianforcaro
2021-04-21
LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.
Brian Gianforcaro
2021-04-21
LibC: Fix missing '\n' at the end of ctime/ctime_r/asctime/asctime_r
Brian Gianforcaro
2021-04-21
LibC: Add ctime_r() and asctime_r() implementations
Brian Gianforcaro
2021-04-21
Tests: Reorganize LibCompress unit tests
Marco Biscaro
2021-04-20
LibWeb: Register FormAssociatedElement with their owner form
Andreas Kling
2021-04-20
LibWeb: Make HTMLSelectElement a FormAssociatedElement
Andreas Kling
2021-04-20
Kernel: Don't consider kernel memory regions for syscall origin check
Andreas Kling
2021-04-20
Toolchain: Build GCC with optimizations
Gunnar Beutner
2021-04-20
Ports: Build shared library for xz with -pthread
Gunnar Beutner
2021-04-20
LibPthread: Add stubs for pthread_spin_* functions
Gunnar Beutner
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-20
Kernel: Remove requirement for the thread entitlement for the futex syscall
Gunnar Beutner
2021-04-20
Toolchain+Ports: Enable threads for gcc
Gunnar Beutner
2021-04-20
LibWeb: Don't call ResourceLoader error callback on 4xx status code
Linus Groh
2021-04-20
LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed property
Linus Groh
2021-04-20
LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric property
Linus Groh
2021-04-20
Ports: Consistently indent with four spaces
Linus Groh
2021-04-20
Inspector: Don't allow to inspect Inspector itself
Maciej Zygmanowski
2021-04-20
LibWeb: Display <ol> and respect list-style-type in <ul>
Tobias Christiansen
2021-04-20
LibWeb: Make the ListItemMarkerBox index-aware.
Tobias Christiansen
2021-04-20
LibWeb: Add capabilities to find the index of a child in its parent.
Tobias Christiansen
2021-04-20
LibSQL: Parse DROP TABLE statement
Timothy Flynn
2021-04-20
Lagom: Add sql utility and LibSQL unit tests
Timothy Flynn
2021-04-20
LibSQL: Add unit testing of the SQL parser
Timothy Flynn
2021-04-20
Userland: Add 'sql', a REPL for LibSQL
Timothy Flynn
2021-04-20
LibSQL: Create a very barebones SQL parser
Timothy Flynn
2021-04-20
LibSQL: Introduce a SQL library with a tokenizer
Timothy Flynn
2021-04-20
AK+Meta: Add a debug option for LibSQL
Timothy Flynn
2021-04-20
Ports: Improve consistency and quality of ports
Panagiotis Vasilopoulos
2021-04-20
Ports: Fix up imgcat
Panagiotis Vasilopoulos
2021-04-20
Ports: Update the lint-ports.py script to ignore missing auth_type for Sereni...
Gunnar Beutner
2021-04-20
Ports: Remove auth_type for our own packages
Gunnar Beutner
2021-04-20
Shell: Auto-completion shouldn't suggest non-executable files for the program...
Gunnar Beutner
2021-04-20
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Panagiotis Vasilopoulos
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
[next]