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
/
Utilities
Age
Commit message (
Expand
)
Author
2022-12-12
LibCompress: Port `DeflateDecompressor` to `Core::Stream`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
Help+man+LibManual: Move argument handling to LibManual
kleines Filmröllchen
2022-12-11
man: Refactor with LibManual and Core::Stream
kleines Filmröllchen
2022-12-11
sql: Support running the sql REPL on Lagom
Timothy Flynn
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
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
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
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-04
Utilities: Add strings
Alec Murphy
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
js: Force optimizations when setting the -p flag
Hendiadyoin1
2022-11-30
SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
Timothy Flynn
2022-11-30
LibArchive: Move loading the next tar header into a helper function
Tim Schumacher
2022-11-30
LibArchive: Use Core::Stream inside `TarInputStream`
Tim Schumacher
2022-11-30
LibArchive: Port `TarFileStream` to `Core::Stream`
Tim Schumacher
2022-11-29
profile: Pass the command to run using positional arguments
Sam Atkins
2022-11-29
shuf: Support the output of a limited number of lines
Baitinq
2022-11-28
js: Make console.log() print to stdout again
Ali Mohammad Pur
2022-11-26
Utilities+Base: Add unveil utility
Liav A
2022-11-26
disasm: Demangle symbols
Simon Wanner
2022-11-26
disasm: Print virtual offsets with pointer semantics
Simon Wanner
2022-11-26
hexdump: Replace Core::File with Core::Stream::File
Eli Youngs
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-26
Userland: Enhance jail-attach utility to support existing and new jails
Liav A
2022-11-26
FuzzTar+tar: Advance the stream before continuing
implicitfield
2022-11-25
aplay: Preload more audio
kleines Filmröllchen
2022-11-25
LibAudio: Set asynchronous audio enqueuer thread to maximum priority
kleines Filmröllchen
2022-11-26
LibJS+js: Move the value print implementation to LibJS
Ali Mohammad Pur
2022-11-25
LibVideo: Implement Matroska Cues for faster keyframe lookup
Zaggy1024
2022-11-25
Utilities/matroska: Add arguments to print specific details
Zaggy1024
2022-11-25
LibVideo: Calculate Block timestamps for Matroska according to spec
Zaggy1024
2022-11-25
LibVideo: Make Matroska Block and Cluster timestamps absolute
Zaggy1024
2022-11-25
LibVideo: Read Matroska lazily so that large files can start quickly
Zaggy1024
2022-11-25
LibVideo: Propagate decoder errors in the Matroska Reader
Zaggy1024
2022-11-25
LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
Zaggy1024
[next]