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
Age
Commit message (
Expand
)
Author
2016-11-07
encoder: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-07
output/Thread: catch and log send_tag() exceptions
Max Kellermann
2016-11-07
config/Path: throw std::runtime_error on error
Max Kellermann
2016-11-07
decoder/Control: throw exception on Seek() error
Max Kellermann
2016-11-07
SongLoader, ...: include cleanup
Max Kellermann
2016-11-07
net/SocketError: remove obsolete Error functions
Max Kellermann
2016-11-07
output/winmm: use std::array
Max Kellermann
2016-11-07
output/winmm: use range-based "for"
Max Kellermann
2016-11-07
output/winmm: use AudioOutputWrapper
Max Kellermann
2016-11-07
output/winmm: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-05
output/pipe: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-05
output/fifo: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-05
output/oss: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-04
output/alsa: use C++ initializers
Max Kellermann
2016-11-04
output/alsa: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-04
output/alsa: use Error::FormatPrefix()
Max Kellermann
2016-11-04
output/Thread: fix wrong error reference in catch clause
Max Kellermann
2016-11-02
output/ao: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-02
output/pulse: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-02
output/pulse: use C++11 initializers
Max Kellermann
2016-11-02
output/Thread: catch Pause() exceptions
Max Kellermann
2016-11-02
event/BufferedSocket: pass std::exception_ptr to OnSocketError()
Max Kellermann
2016-11-02
CommandLine: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-02
LogInit: migrate from class Error to C++ exceptions
Max Kellermann
2016-11-02
config/Global: _get_path() throws exception on error
Max Kellermann
2016-11-02
LogInit: use ConfigParam::GetPath()
Max Kellermann
2016-11-02
lib/icu: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-31
lib/ffmpeg/Error: remove SetFfmpegError(); it's unused now
Max Kellermann
2016-10-31
decoder/ffmpeg: copy_interleave_frame() throws exception on error
Max Kellermann
2016-10-29
lib/expat/Parser: remove unused method SetError()
Max Kellermann
2016-10-29
decoder: include cleanup
Max Kellermann
2016-10-29
db/Interface: migrate Update() from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/simple: migrate Mount() from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/Interface: migrate visitor methods from class Error to C++ exceptions
Max Kellermann
2016-10-29
command/Database: use std::unique_ptr
Max Kellermann
2016-10-29
db/Error: remove unused variable db_domain
Max Kellermann
2016-10-29
db/Visitor: remove the Error parameter
Max Kellermann
2016-10-29
db/Configured: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/simple/Save: move log call to SimpleDatabase::Load()
Max Kellermann
2016-10-29
db/simple/Save: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
db/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-28
db/simple: throw C++ exception on init error
Max Kellermann
2016-10-28
config/Block: GetPath() throws exception on error
Max Kellermann
2016-10-28
config/Block: rename GetBlockPath() to GetPath()
Max Kellermann
2016-10-28
output/alsa: throw C++ exception on init error
Max Kellermann
2016-10-28
output/httpd: throw C++ exception on init error
Max Kellermann
2016-10-28
output/Init: add constructor overload which calls Configure()
Max Kellermann
2016-10-28
AudioParser: throw exception on error
Max Kellermann
2016-10-28
Makefile.am: move a few sources to libbasic.a
Max Kellermann
2016-10-28
encoder/Plugin: migrate from class Error to C++ exceptions
Max Kellermann
[next]