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
Userland: Syntax highlighting of SQL strings and blobs
Timothy Flynn
2021-04-21
LibSQL: Lex string and blob literals
Timothy Flynn
2021-04-21
AK/Format: Fix incorrectly non-inlined variable templates
Lenny Maiorani
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-04-21
Meta: Add note about new people making large architectural changes
Andreas Kling
2021-04-21
Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]
Brian Gianforcaro
2021-04-21
Kernel: Make AsyncDeviceRequest sub-req management alloc free
Brian Gianforcaro
2021-04-21
AK: Add unit tests to verify AK::InstrusiveList<T> holding RefPtr<T>
Brian Gianforcaro
2021-04-21
AK: Fix IntrusvieList::take_first/last() actually compile with RefPtr<T>
Brian Gianforcaro
2021-04-21
AK: Add some initial unit tests for AK::IntrusiveList
Brian Gianforcaro
2021-04-21
Terminal: Use 16x16/settings.png for the terminal settings action
Andreas Kling
2021-04-21
LibWeb: Implement scientific notation parsing in PathDataParser
Idan Horowitz
2021-04-21
LibGUI: Track selection starting index in AbstractView (#6515)
iCristalrope
2021-04-21
Inspector: Add context menu to copy property name/value
DragonAlex98
2021-04-21
Inspector: Select entire property row
DragonAlex98
2021-04-21
LibGUI: Remove premature return in Window::handle_key_event
jakewestrip
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
[prev]
[next]