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
/
Applications
/
SoundPlayer
/
M3UParser.cpp
Age
Commit message (
Expand
)
Author
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-20
SoundPlayer: Port M3UParser to Core::Stream
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-10-25
SoundPlayer: Make M3UParser more idiomatic
Leandro Pereira
2021-09-01
SoundPlayer: Fix file leak in M3UParser::from_file(..)
Brian Gianforcaro
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-19
SoundPlayer: Fix a spelling mistake in a variable name
Gunnar Beutner
2021-07-19
SoundPlayer: End M3U tag names with a colon
Karol Kosek
2021-07-19
SoundPlayer: Clear M3U track metadata after parsed file
Karol Kosek
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-27
SoundPlayer: Add playlist supprt
Cesar Torres