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-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