index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-08
LibSQL: Mark SQLClient's constructor as public
Timothy Flynn
2022-12-08
LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom
Timothy Flynn
2022-12-08
SQLServer: Store LibSQL database files in the standard data directory
Timothy Flynn
2022-12-08
LibCore: Add a standard path for application data
Timothy Flynn
2022-12-08
LibCore: Support XDG_CONFIG_HOME when determing the user's config path
Timothy Flynn
2022-12-08
LibWeb/Fetch: Remove redundant timingInfo variables
Linus Groh
2022-12-08
LibWeb/Fetch: Share validation logic in the Headers class
Linus Groh
2022-12-08
LibWeb/Fetch: Remove Authorization header upon cross-origin redirect
Linus Groh
2022-12-08
LibWeb/Fetch: Tweak wording in some spec comments
Linus Groh
2022-12-08
LibWeb/Fetch: Update spec comment to decode bytes to string
Linus Groh
2022-12-08
LibWeb/Fetch: Refactor forbidden request-headers
Linus Groh
2022-12-08
LibWeb/Fetch: Use tuple syntax for headers in spec comments
Linus Groh
2022-12-08
LibGfx: Use a FixedArray for the dummy scanline in PNGWriter
Andreas Kling
2022-12-08
LibGfx: Propagate errors that occur internally in PNGWriter
Andreas Kling
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-08
Mandelbrot: Make it possible for export_image to return an error
Andreas Kling
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-08
LibWeb: Introduce CSSPixels and DevicePixels classes
Sam Atkins
2022-12-08
LibGfx: Add int overloads for (AntiAliasing)Painter float methods
Sam Atkins
2022-12-08
CrashReporter: Disable save button until it is ready to use
Lucas CHOLLET
2022-12-08
WindowServer+MouseSettings: Improve `buttons_switched` naming
Filiph Sandström
2022-12-08
LibPDF: Add missing character quirk for WinAnsiEncoding fonts
Andreas Kling
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
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
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
[next]