summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-07encoder: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-07output/Thread: catch and log send_tag() exceptionsMax Kellermann
2016-11-07config/Path: throw std::runtime_error on errorMax Kellermann
2016-11-07decoder/Control: throw exception on Seek() errorMax Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-11-07net/SocketError: remove obsolete Error functionsMax Kellermann
2016-11-07output/winmm: use std::arrayMax Kellermann
2016-11-07output/winmm: use range-based "for"Max Kellermann
2016-11-07output/winmm: use AudioOutputWrapperMax Kellermann
2016-11-07output/winmm: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-05output/pipe: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-05output/fifo: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-05output/oss: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-04output/alsa: use C++ initializersMax Kellermann
2016-11-04output/alsa: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-04output/alsa: use Error::FormatPrefix()Max Kellermann
2016-11-04output/Thread: fix wrong error reference in catch clauseMax Kellermann
2016-11-02output/ao: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-02output/pulse: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-02output/pulse: use C++11 initializersMax Kellermann
2016-11-02output/Thread: catch Pause() exceptionsMax Kellermann
2016-11-02event/BufferedSocket: pass std::exception_ptr to OnSocketError()Max Kellermann
2016-11-02CommandLine: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-02LogInit: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-02config/Global: _get_path() throws exception on errorMax Kellermann
2016-11-02LogInit: use ConfigParam::GetPath()Max Kellermann
2016-11-02lib/icu: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-31lib/ffmpeg/Error: remove SetFfmpegError(); it's unused nowMax Kellermann
2016-10-31decoder/ffmpeg: copy_interleave_frame() throws exception on errorMax Kellermann
2016-10-29lib/expat/Parser: remove unused method SetError()Max Kellermann
2016-10-29decoder: include cleanupMax Kellermann
2016-10-29db/Interface: migrate Update() from class Error to C++ exceptionsMax Kellermann
2016-10-29db/simple: migrate Mount() from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-10-29command/Database: use std::unique_ptrMax Kellermann
2016-10-29db/Error: remove unused variable db_domainMax Kellermann
2016-10-29db/Visitor: remove the Error parameterMax Kellermann
2016-10-29db/Configured: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-29db/simple/Save: move log call to SimpleDatabase::Load()Max Kellermann
2016-10-29db/simple/Save: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28db/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28db/simple: throw C++ exception on init errorMax Kellermann
2016-10-28config/Block: GetPath() throws exception on errorMax Kellermann
2016-10-28config/Block: rename GetBlockPath() to GetPath()Max Kellermann
2016-10-28output/alsa: throw C++ exception on init errorMax Kellermann
2016-10-28output/httpd: throw C++ exception on init errorMax Kellermann
2016-10-28output/Init: add constructor overload which calls Configure()Max Kellermann
2016-10-28AudioParser: throw exception on errorMax Kellermann
2016-10-28Makefile.am: move a few sources to libbasic.aMax Kellermann
2016-10-28encoder/Plugin: migrate from class Error to C++ exceptionsMax Kellermann