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
/
aplay.cpp
Age
Commit message (
Expand
)
Author
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
Base: Launch AudioServer at session start-up
Lucas CHOLLET
2022-07-19
LibAudio: Rename ConnectionFromClient to ConnectionToServer
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-21
aplay: Add unveil and pledge promises
David Lindbom
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
Utilities/aplay: Print progress in seconds and minutes by default
kleines Filmröllchen
2022-01-14
Utilities/aplay: Print format name under "Format"
kleines Filmröllchen
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-27
aplay: Port to LibMain
Kenneth Myhra
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-18
Utilities: Make aplay respect loader errors
kleines Filmröllchen
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-31
Userland: Remove a bunch of unused includes
Linus Groh
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling