mpd/src
2016-10-29 10:42:56 +02:00
..
android update copyright year to 2016 2016-02-26 17:54:05 +01:00
archive input/InputStream: migrate from class Error to C++ exceptions 2016-09-16 17:43:36 +02:00
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
client Client: remove the AllowFile() overload with Error parameter 2016-10-27 22:16:05 +02:00
command db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
config config/Block: GetPath() throws exception on error 2016-10-28 23:08:42 +02:00
db db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
decoder config/Block: GetPath() throws exception on error 2016-10-28 23:08:42 +02:00
encoder encoder/Plugin: migrate from class Error to C++ exceptions 2016-10-28 21:29:01 +02:00
event event/ServerSocket: migrate from class Error to C++ exceptions 2016-10-28 21:22:25 +02:00
filter mixer: migrate to C++ exceptions 2016-09-09 14:44:15 +02:00
fs fs/StandardDirectory: no /etc/passwd lookups on Android 2016-10-26 17:00:17 +02:00
haiku Haiku: add resources: application signature and flags 2015-09-17 22:46:46 +02:00
input Fix for TextInputStream consuming file without producing lines 2016-10-12 12:19:04 +02:00
java Java/File: fix include guard 2014-11-24 07:51:25 +01:00
lib lib/sqlite/Error: add missing include 2016-10-28 17:46:34 +02:00
mixer mixer: migrate to C++ exceptions 2016-09-09 14:44:15 +02:00
neighbor config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
net event/ServerSocket: migrate from class Error to C++ exceptions 2016-10-28 21:22:25 +02:00
output config/Block: GetPath() throws exception on error 2016-10-28 23:08:42 +02:00
pcm config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
player decoder/Control: convert error from Error to std::exception_ptr 2016-09-08 17:16:03 +02:00
playlist queue/PlaylistUpdate: include cleanup 2016-10-27 22:19:26 +02:00
protocol Merge branch 'v0.19.x' 2016-03-07 14:30:43 +01:00
queue db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
sticker lib/sqlite, sticker: migrate from class Error to C++ exceptions 2016-10-27 07:50:08 +02:00
storage storage: migrate from class Error to C++ exceptions 2016-10-27 21:35:19 +02:00
system input/Plugin: migrate open() from class Error to C++ exceptions 2016-09-09 18:15:01 +02:00
tag tag/ApeLoader: include cleanup 2016-10-27 22:18:05 +02:00
thread thread/PosixCond: fix timed_wait 2016-09-19 11:21:21 +02:00
unix fs/FileSystem: RemoveFile() throws exception on error 2016-08-15 22:25:15 +02:00
util util/Error: remove explicit move constructor, allow copying 2016-09-08 10:34:02 +02:00
win32 GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead 2016-03-05 18:56:27 +01:00
zeroconf update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioConfig.cxx AudioParser: throw exception on error 2016-10-28 22:36:04 +02:00
AudioConfig.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioFormat.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioFormat.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioParser.cxx AudioParser: throw exception on error 2016-10-28 22:36:04 +02:00
AudioParser.hxx AudioParser: throw exception on error 2016-10-28 22:36:04 +02:00
BulkEdit.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
check.h update copyright year to 2016 2016-02-26 17:54:05 +01:00
CheckAudioFormat.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
CheckAudioFormat.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Chrono.hxx Chrono: use macro GCC_OLDER_THAN() 2016-08-23 09:51:41 +02:00
CommandLine.cxx util/StringPointer: rename typedef pointer to pointer_type 2016-04-12 22:53:06 +02:00
CommandLine.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Compiler.h release v0.19.19 2016-08-23 10:27:39 +02:00
DetachedSong.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
DetachedSong.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
IcyMetaDataParser.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
IcyMetaDataParser.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Idle.cxx IdleMonitor: new class to replace GlobalEvents::IDLE 2016-03-10 20:32:43 +01:00
Idle.hxx IdleMonitor: new class to replace GlobalEvents::IDLE 2016-03-10 20:32:43 +01:00
IdleFlags.cxx Idle: move flags to IdleFlags.hxx 2016-03-05 20:48:37 +01:00
IdleFlags.hxx Idle: move flags to IdleFlags.hxx 2016-03-05 20:48:37 +01:00
Instance.cxx lib/sqlite, sticker: migrate from class Error to C++ exceptions 2016-10-27 07:50:08 +02:00
Instance.hxx Instance: remove Error parameter from GetDatabase() 2016-10-26 18:52:00 +02:00
IOThread.cxx thread/Thread: throw std::system_error on error 2016-06-17 19:11:20 +02:00
IOThread.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Listen.cxx event/ServerSocket: migrate from class Error to C++ exceptions 2016-10-28 21:22:25 +02:00
Listen.hxx event/ServerSocket: migrate from class Error to C++ exceptions 2016-10-28 21:22:25 +02:00
LocateUri.cxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
LocateUri.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
Log.cxx Log: add std::exception_ptr overloads 2016-09-16 17:43:32 +02:00
Log.hxx Log: add std::exception_ptr overloads 2016-09-16 17:43:32 +02:00
LogBackend.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogBackend.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogInit.cxx config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
LogInit.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogLevel.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
LogV.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ls.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ls.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Main.cxx db/Configured: migrate from class Error to C++ exceptions 2016-10-29 10:01:50 +02:00
Main.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
Mapper.cxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01:00
Mapper.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MixRampInfo.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicBuffer.cxx util/HugeAllocator: throw std::bad_alloc on error 2016-06-17 17:57:40 +02:00
MusicBuffer.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicChunk.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicChunk.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicPipe.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
MusicPipe.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
notify.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
notify.hxx notify: use "constexpr" only with glibc 2016-03-30 00:31:01 +02:00
open.h update copyright year to 2016 2016-02-26 17:54:05 +01:00
Partition.cxx Instance: remove Error parameter from GetDatabase() 2016-10-26 18:52:00 +02:00
Partition.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
Permission.cxx config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
Permission.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistDatabase.cxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
PlaylistDatabase.hxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
PlaylistError.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistError.hxx PlaylistError: add NotPlaying() 2016-02-28 10:38:17 +01:00
PlaylistFile.cxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
PlaylistFile.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
PlaylistPrint.cxx db/update/UpdateIO: include cleanup 2016-10-28 10:22:44 +02:00
PlaylistPrint.hxx command/playlist: eliminate spl_print() calls 2016-04-13 19:47:41 +02:00
PlaylistSave.cxx fs/AllocatedPath: add method FromUTF8Throw() 2016-04-21 14:27:32 +02:00
PlaylistSave.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PluginUnavailable.hxx input/Plugin: remove InitResult::UNAVAILABLE, throw PluginUnavailable instead 2016-09-09 15:11:52 +02:00
poison.h update copyright year to 2016 2016-02-26 17:54:05 +01:00
ReplayGainConfig.cxx config/Param: use CamelCase 2016-10-28 11:38:37 +02:00
ReplayGainConfig.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ReplayGainInfo.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
ReplayGainInfo.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongFilter.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongFilter.hxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01:00
SongLoader.cxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
SongLoader.hxx LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
SongPrint.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongPrint.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongSave.cxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
SongSave.hxx db/simple/Save: migrate from class Error to C++ exceptions 2016-10-29 09:45:34 +02:00
SongUpdate.cxx storage: migrate from class Error to C++ exceptions 2016-10-27 21:35:19 +02:00
StateFile.cxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01:00
StateFile.hxx Instance: remove redundant "virtual" keywords 2016-03-10 23:16:35 +01:00
Stats.cxx db/Interface: migrate visitor methods from class Error to C++ exceptions 2016-10-29 10:42:56 +02:00
Stats.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagArchive.cxx input/Plugin: migrate open() from class Error to C++ exceptions 2016-09-09 18:15:01 +02:00
TagArchive.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagFile.cxx input/InputStream: migrate from class Error to C++ exceptions 2016-09-16 17:43:36 +02:00
TagFile.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagPrint.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagPrint.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagSave.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagSave.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TagStream.cxx input/InputStream: migrate from class Error to C++ exceptions 2016-09-16 17:43:36 +02:00
TagStream.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TimePrint.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
TimePrint.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00