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
2021-09-24
diff: Only color output when stdout is a tty
Mustafa Quraish
2021-09-24
diff: Show start/end of line ranges in source/target files
Mustafa Quraish
2021-09-21
checksum: Stop reusing the same Core::File for multiple files
Idan Horowitz
2021-09-19
Utilities: Fix asctl volume units
David Isaksson
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-17
Utilities: Add a basic `diff` utility
Mustafa Quraish
2021-09-16
crash: Run automatically during CI
Ben Wiederhake
2021-09-16
crash: Check whether the msyscall mitigation actually works
Ben Wiederhake
2021-09-16
js: Add a simple loadJSON(path) built-in to load JSON from a file
Andreas Kling
2021-09-12
Utilities: Use ElapsedTimer::start_new in allocate
Brian Gianforcaro
2021-09-12
Utilities: Use ElapsedTimer::start_new() in disk_bechmark
Brian Gianforcaro
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-09-12
Utilities: Fix incorrect error handling in traceroute
Brian Gianforcaro
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-11
Utilities: Show dynamic ELF info with "show all" option
Rodrigo Tobar
2021-09-11
wasm: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
nproc: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
js: Implement pretty-printing of Intl.NumberFormat
Timothy Flynn
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
js: Implement pretty-printing of Intl.ListFormat
Timothy Flynn
2021-09-06
js: Include calendar in pretty-printing output of more Temporal objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainMonthDay objects
Linus Groh
2021-09-06
js: Implement pretty-printing of Temporal.PlainYearMonth objects
Linus Groh
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-09-05
Utilities: Modernize output and comparison in the sort utility
Ralf Donau
2021-09-04
Utilities: Support grepping recursively from paths in the argument
Karol Kosek
2021-09-02
js: Implement pretty-printing of Intl.Locale
Timothy Flynn
2021-09-01
js: Use CodepointOriented spans and use the codepoint length of token
sin-ack
2021-09-01
LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()
Andreas Kling
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-31
Config CLI: Handle missing config values correctly
Mustafa Quraish
2021-08-31
echo: Support octal, hexadecimal and unicode escape sequences
TheFightingCatfish
2021-08-31
Kernel/Userland: Expose usb device address and use it in `lsusb`
Jesse Buhagiar
2021-08-28
ps: Sort using input order in case of `-q`
Mahmoud Mandour
2021-08-28
ps: Select specific processes by their PIDs
Mahmoud Mandour
2021-08-28
Utilities: Add a command line client for ConfigServer
Ralf Donau
2021-08-28
shot: Get only cropped region from WindowServer
Mustafa Quraish
2021-08-27
Base+Utilities: Add the asctl audio utility, replacing avol
kleines Filmröllchen
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-26
js: Implement pretty-printing of Intl.DisplayNames
Timothy Flynn
[next]