index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2018-07-17
config/Block: allow moving name and value
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-07-06
tag/Handler: add method OnAudioFormat()
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-06-22
input/rewind: move sources out of the "plugins" directory
Max Kellermann
2018-06-04
test/run_neighbor_explorer: make GlobalInit const
Max Kellermann
2018-06-04
test/run_neighbor_explorer: use ShutdownHandler to catch SIGINT/SIGTERM
Max Kellermann
2018-06-02
test/run_neighbor_explorer: dump NeighborGlue::GetList() after initialization
Max Kellermann
2018-02-24
Merge tag 'v0.20.18'
Max Kellermann
2018-02-24
test/run_storage: fallback for %F on Windows
Max Kellermann
2018-02-24
test/run_storage: initialize WinSock
Max Kellermann
2018-02-17
test/DumpDecoderClient: use STDOUT_FILENO
Max Kellermann
2018-02-17
test/DumpDecoderClient: convert static local to class attribute
Max Kellermann
2018-02-17
test/DumpDecoderClient: convert to class
Max Kellermann
2018-02-17
test/DumpDecoderClient: add API documentation
Max Kellermann
2018-02-17
test/FakeDecoderAPI: rename to DumpDecoderClient
Max Kellermann
2018-02-13
test/run_decoder: add command-line option to read mpd.conf
Max Kellermann
2018-02-13
test/run_decder: RAII-style global initialization
Max Kellermann
2018-01-29
test/run_input: move code from Scan() to input/ScanTags.cxx
Max Kellermann
2018-01-26
test/run_input: add frontend for InputPlugin::scan_tags()
Max Kellermann
2018-01-24
test/run_input: add option "--verbose"
Max Kellermann
2018-01-24
test/test_translate_song: use std::to_string()
Max Kellermann
2018-01-23
Merge branch 'v0.20.x'
Max Kellermann
2018-01-23
test/read_mixer: another kludge to work around -Wnull-dereference
Max Kellermann
2018-01-23
test/NullMixerListener: new class to fix -Wnull-dereference
Max Kellermann
2018-01-21
SongUpdate: add "noexcept"
Max Kellermann
2018-01-21
storage/Interface: wrap StorageDirectoryReader in std::unique_ptr
Max Kellermann
2018-01-20
playlist/Plugin: use std::unique_ptr<SongEnumerator>
Max Kellermann
2018-01-20
tag/Tag: add "noexcept"
Max Kellermann
2018-01-17
fs/Path: replace method Null() with nullptr_t constructor
Max Kellermann
2018-01-17
test/run_input: add option to load a configuration file
Max Kellermann
2018-01-17
test/run_input: add command-line option parser
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2018-01-02
filter/Filter: add virtual method Flush()
Max Kellermann
2018-01-02
filter/Plugin: move filter_configured_new() to LoadOne.cxx
Max Kellermann
2018-01-02
neighbor/{Explorer,Listener}: add "noexcept"
Max Kellermann
2018-01-02
storage/Plugin: return std::unique_ptr<Storage>
Max Kellermann
2018-01-01
test/run_filter: use "auto"
Max Kellermann
2018-01-01
Filter/Internal: split header
Max Kellermann
2017-12-27
test/run_filter: throw exception on error
Max Kellermann
2017-12-27
filter/Plugin: return std::unique_ptr<PreparedFilter>
Max Kellermann
2017-12-27
archive/Plugin: return std::unique_ptr<ArchiveFile>
Max Kellermann
2017-12-26
input/Proxy: use InputStreamPtr
Max Kellermann
2017-12-22
archive/File: eliminate Close(), make destructor virtual instead
Max Kellermann
2017-12-20
input/InputStream: ReadTag() returns std::unique_ptr<Tag>
Max Kellermann
2017-12-20
tag/Builder: CommitNew() returns std::unique_ptr<Tag>
Max Kellermann
2017-12-20
test/test_icy_parser: use AtScopeExit()
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
[next]