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-04-13
Utilities: Remove the "html" program
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-12
Userland: Add nproc utility
Peter Elliott
2021-04-12
Userland: Add support for -S to env command
Peter Elliott
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-11
ls: ls will print directory name when listing multiple directories
setepenre
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
Linus Groh
2021-04-02
js: Hook up promise rejection tracking callbacks
Linus Groh
2021-04-02
js: Add REPL pretty-printing handler for Promises
Linus Groh
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-31
Utilities/sleep: Go back to sleep if not interrupted by SIGINT
AnotherTest
2021-03-31
Utilities: Add simple traceroute utility
Idan Horowitz
2021-03-31
LibC+ping: Move internet_checksum to serenity header
Idan Horowitz
2021-03-29
LibElf+readelf: Parse ELFs with no program headers correctly
Idan Horowitz
2021-03-29
Utilites: Add dd
g0mb4
2021-03-27
Utilities: Add gzip utility
Idan Horowitz
2021-03-27
Utilities: Add a delay option to the "shot" utility
cheb
2021-03-27
shot: Added option to output to clipboard instead of file
networkException
2021-03-26
gunzip: Fail gracefully on bad input
Idan Horowitz
2021-03-26
Utilities: Add a simple "shot" utility for grabbing screenshots :^)
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-25
checksum: Use new format functions
Linus Groh
2021-03-24
test-js+test-web: Replace JSTestRunnerCounts with Test::Counts
Linus Groh
2021-03-24
jp: set input to stdin if there is no file specified and add
Cesar Torres
2021-03-23
Userland: Add simple zip utility
Idan Horowitz
2021-03-23
unzip: Use the new LibArchive Zip parser
Idan Horowitz
2021-03-23
Libraries: Rename LibTar to LibArchive
Idan Horowitz
2021-03-22
readelf: Use Loader.so interpreter for dynamic section and symbols
Brendan Coles
2021-03-21
profile: Add -a option as an alias for "-p -1" (all processes)
Andreas Kling
2021-03-19
readelf: Add --checksec flag to display security hardening info
Brendan Coles
2021-03-19
checksum: Don't read the entire input file in memory
Jean-Baptiste Boric
2021-03-18
js: Don't print last value after exception and return non-success
Linus Groh
2021-03-18
js: Replace TypedArray class_name() string compare with is<T>()
Linus Groh
2021-03-17
truncate: Make 64 bit clean
Jean-Baptiste Boric
2021-03-17
ls: Make 64 bit clean
Jean-Baptiste Boric
2021-03-17
df: Make 64 bit clean
Jean-Baptiste Boric
2021-03-17
Userland: Fix printf specifiers with off_t
Jean-Baptiste Boric
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-15
bt: add source file number integration
ElDonad
2021-03-14
test-compress: Initialize byte buffer with random data
Brendan Coles
2021-03-14
readelf: Tweak section headers output column padding
Brendan Coles
2021-03-14
readelf: Add support for core notes and relocations
Brendan Coles
2021-03-14
LibCompress: Handle literal only lz77 streams in DeflateCompressor
Idan Horowitz
2021-03-13
tar: Implement tar archive creation
Idan Horowitz
2021-03-13
LibTar: Implement TarOutputStream
Idan Horowitz
2021-03-13
test-compress: Add GZip compression tests
Idan Horowitz
2021-03-13
test-compress: Add DEFLATE compression tests
Idan Horowitz
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
[next]