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
/
dump_text_file.cxx
Age
Commit message (
Expand
)
Author
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
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
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
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/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-05-02
test/{run_input,dump_text_file}: use class ScopeLock
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-21
playlist/Plugin: pass InputStreamPtr&& to open_stream()
Max Kellermann
2016-02-21
input: wrap InputStream in std::unique_ptr
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-07
test/run_input, ...: add struct ScopeIOThread
Max Kellermann
2014-08-07
input/TextInputStream: return char*
Max Kellermann
2014-05-11
InputStream: add virtual destructor
Max Kellermann
2014-02-18
test: various fixups for building without GLib
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-29
InputStream: add static method OpenReady()
Max Kellermann
2013-12-24
test/*: use fprintf(stderr,...) and Log() instead of g_printerr()
Max Kellermann
2013-12-24
test/*: remove GLib logging setup
Max Kellermann
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
2013-10-17
thread/{Cond,Mutex}: use "class" instead of "typedef"
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-05
conf.h: remove obsolete header
Max Kellermann
2013-09-05
InputLegacy: move functions to the input_stream class
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-05-12
text_input_stream: convert to class
Denis Krjuchkov
2013-04-17
don't use g_thread_init() with GLib 2.32
Max Kellermann
2013-01-27
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
2013-01-26
input_stream: forward-declare the struct
Max Kellermann
2013-01-24
archive/*: convert to C++
Max Kellermann
2013-01-10
io_thread: convert to C++
Max Kellermann
2013-01-10
input_stream: convert to C++ (internally)
Max Kellermann