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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-08-28
Utilities: Add a command line client for ConfigServer
Ralf Donau
2021-08-27
Base+Utilities: Add the asctl audio utility, replacing avol
kleines Filmröllchen
2021-08-21
Utilities: Add cpp-lexer
Itamar
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-14
Utilities: Rename PreprocessorTest=>cpp-preprocessor
Itamar
2021-07-14
Utilities: Add an implementation of 'comm'
TheFightingCatfish
2021-07-08
Utilities: Teach sql utility to use the SQLClient class
Jan de Visser
2021-07-07
WindowServer+wsctl: Add a simple utility for toggling "flash flush"
Andreas Kling
2021-07-07
Userland: Add more(1) emulation to less(1)
Peter Elliott
2021-07-07
Userland: Add less, a better terminal pager
Peter Elliott
2021-07-04
Userland: Add pgrep
Aziz Berkay Yesilyurt
2021-06-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster
2021-06-18
Userland/Libraries: Add LibUSBDB library
Jesse Buhagiar
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-11
Utilities: Add a simple utility to test the IMAP library
x-yl
2021-06-06
Userland: Add matroska program to test parsing Matroska container files
FalseHonesty
2021-05-29
Userland: Implement `pls`, a sudo clone
Jesse Buhagiar
2021-05-26
LibWasm: Add execution hooks and a debugger mode to the wasm tool
Ali Mohammad Pur
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
Andreas Kling
2021-05-19
Utilities: Rename CppParserTest => cpp-parser
Itamar
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur
2021-05-08
Utilities/CMakeLists: Put all entries in alphabetical order
Linus Groh
2021-05-08
Utilities/CMakeLists: Put 'file' entry in alphabetical order
Ali Mohammad Pur
2021-05-08
LibTest: Move Crash testing facility from crash.cpp to LibTest
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Brian Gianforcaro
2021-05-07
Utilities: Use GzipDecompressor::describe_header for gzip descriptions
Idan Horowitz
2021-05-07
Userland: Implement a file utility
Valtteri Koskivuori
2021-04-25
Utilities: Update telws to use the isolated WebSocket service
DexesTTP
2021-04-24
Utilities: Add cksum
Brendan Coles
2021-04-21
Tests: Reorganize LibCompress unit tests
Marco Biscaro
2021-04-20
Userland: Add 'sql', a REPL for LibSQL
Timothy Flynn
2021-04-18
Userland: Add telws, a CLI REPL to connect to WebSockets
DexesTTP
2021-04-13
Utilities: Remove the "html" program
Andreas Kling
2021-03-27
Utilities: Add gzip utility
Idan Horowitz
2021-03-26
Utilities: Add a simple "shot" utility for grabbing screenshots :^)
Andreas Kling
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-02-21
Utilities: Provide fuzzers as a utility in serenity
Ben Wiederhake
2021-02-08
LibCpp: Start working on a C preprocessor
Itamar
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-04
bt: Add a little backtrace program that uses SymbolServer
Andreas Kling
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-22
Build: Replace explicit use of mv(1) in CMake file with file(RENAME).
Emanuele Torre
2021-01-15
Utilities: Add "chres", a way to change the screen resolution from the comman...
Nico Weber
2021-01-15
Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests
Brendan Coles
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling