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
/
visit_archive.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-02-05
input/Init: add RAII class
Max Kellermann
2019-02-05
archive/List: add RAII class
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-17
input/Init: use struct ConfigData
Max Kellermann
2018-07-17
test/*: catch and print all exceptions
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2017-12-27
archive/Plugin: return std::unique_ptr<ArchiveFile>
Max Kellermann
2017-12-22
archive/File: eliminate Close(), make destructor virtual instead
Max Kellermann
2017-02-10
test/*: use class EventThread instead of ScopeIOThread
Max Kellermann
2017-01-26
input/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
test/run_input, ...: RAII-style global initialization
Max Kellermann
2016-09-09
archive/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate init() from class Error to C++ exceptions
Max Kellermann
2016-07-04
test/*: add missing includes for fprintf()
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-08-15
test/stdbin.h: remove obsolete header
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-05
configure.ac: require GLib 2.32 (if enabled)
Max Kellermann
2014-10-24
test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabled
Max Kellermann
2014-10-07
test/run_input, ...: add struct ScopeIOThread
Max Kellermann
2014-02-08
ArchivePlugin: pass Path to open()
Max Kellermann
2014-02-08
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-24
archive/*: move to archive/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-24
test/*: remove GLib logging setup
Max Kellermann
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
2013-09-05
conf.h: remove obsolete header
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-09-03
IOThread: use FatalError() on g_thread_create() error
Max Kellermann
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-07-30
tag: convert to C++
Max Kellermann
2013-04-17
don't use g_thread_init() with GLib 2.32
Max Kellermann
2013-01-30
ArchivePlugin: move instance methods to class ArchiveFile
Max Kellermann
2013-01-29
ArchiveFile: convert to a class
Max Kellermann
2013-01-29
test/visit_archive: new debug program
Max Kellermann