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
2022-12-07
Base: Adjust emoji
Xexxa
2022-12-07
FileManager: Silence the "not found" error when setting no wallpaper
Sam Atkins
2022-12-07
LibWeb: Consider strut while calculating baseline for a line
Aliaksandr Kalenik
2022-12-07
LibJS: Protect CanonicalIndex against double-to-integer overflow
Timothy Flynn
2022-12-07
LibJS: Put CanonicalIndex in the JS namespace
Timothy Flynn
2022-12-07
LibJS: Change an error message used by %TypedArray%.prototype.with
Timothy Flynn
2022-12-07
LibJS: Replace standalone js_symbol() with Symbol::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
LibJS: Replace standalone js_bigint() with BigInt::create()
Linus Groh
2022-12-07
Kernel: Add missing VERIFY in MM::allocate_committed_physical_page
Thomas Queiroz
2022-12-07
Kernel: Don't panic if MemoryManager::find_free_physical_page fails
Thomas Queiroz
2022-12-07
Kernel: Return nullptr instead of PANICking in KmallocSlabHeap
Thomas Queiroz
2022-12-07
UserspaceEmulator: Implement MOV_RM16_seg
Andreas Kling
2022-12-07
UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16
Andreas Kling
2022-12-07
UserspaceEmulator: Implement PUSH_{CS,DS,ES,FS,GS,SS}
Andreas Kling
2022-12-07
UserspaceEmulator: Add SoftCPU getters for FS and GS
Andreas Kling
2022-12-07
UserspaceEmulator: Initialize the FS segment on startup
Andreas Kling
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
SQLServer: Do not store statement execution results at the class level
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
IPCCompiler: Mark size_t as a primitive type
Timothy Flynn
2022-12-07
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
Timothy Flynn
2022-12-07
SQLServer: Parse SQL a single time to actually "prepare" the statement
Timothy Flynn
2022-12-07
LibSQL: Add an IPC encoder/decoder for SQL::Value
Timothy Flynn
2022-12-07
LibSQL: Parse and execute sequential placeholder values
Timothy Flynn
2022-12-07
LibSQL: Partially implement the UPDATE command
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-07
LibGL: Generate GL_OUT_OF_MEMORY error in `glBufferData` when OOM
Marcus Nilsson
2022-12-07
LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol class
Linus Groh
2022-12-07
LibJS: Move creation of global symbols into Symbol.for()
Linus Groh
2022-12-07
LibJS: Add const/non-const VM::global_symbol_registry() getters
Linus Groh
2022-12-07
LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Rename m_global_symbol_map to m_global_symbol_registry
Linus Groh
2022-12-07
LibJS: Convert MarkupGenerator to the new String
Linus Groh
2022-12-07
AK: Add StringView(String const&) constructor
Linus Groh
2022-12-07
LibJS: Move initialize_instance_elements() from VM to Object
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::execution_context_stack()
Linus Groh
2022-12-07
LibJS: Add spec link and comment to VM::running_execution_context()
Linus Groh
2022-12-06
LibJS: Remove forgotten VM::construct() declaration
Linus Groh
2022-12-06
LibJS: Remove unused VM::join_arguments() function
Linus Groh
2022-12-06
LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()
Linus Groh
2022-12-06
AK: Ignore -Wshadow in TRY() and MUST()
Linus Groh
2022-12-06
AK: Add a helper macro to temporarily ignore diagnostics with _Pragma()
Linus Groh
[next]