mpd/src
2016-10-27 22:19:26 +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
client Client: remove the AllowFile() overload with Error parameter 2016-10-27 22:16:05 +02:00
command LocateUri: migrate from class Error to C++ exceptions 2016-10-27 22:04:41 +02:00
config util/StringUtil: use CamelCase 2016-06-10 22:08:13 +02:00
db storage: migrate from class Error to C++ exceptions 2016-10-27 21:35:19 +02:00
decoder Merge branch 'v0.19.x' 2016-10-27 21:01:27 +02:00
encoder encoder/ogg: use class OggStreamState 2016-05-09 14:51:07 +02:00
event event/Call: rethrow exceptions in calling thread 2016-09-09 18:14:21 +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, sticker: migrate from class Error to C++ exceptions 2016-10-27 07:50:08 +02:00
mixer mixer: migrate to C++ exceptions 2016-09-09 14:44:15 +02:00
neighbor neighbor/Plugin: migrate from class Error to C++ exceptions 2016-09-05 11:37:58 +02:00
net net/Resolver: correct includes for gettaddrinfo(3) 2016-06-12 16:36:17 +02:00
output _delay in output plugin will now ask the thread to repeatedly wait until it returns 0. 2016-09-19 10:24:56 -07:00
pcm pcm/Convert: migrate from class Error to C++ exceptions 2016-09-09 14:44:13 +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 queue/PlaylistUpdate: include cleanup 2016-10-27 22:19:26 +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 update copyright year to 2016 2016-02-26 17:54:05 +01: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 update copyright year to 2016 2016-02-26 17:54:05 +01:00
AudioParser.hxx update copyright year to 2016 2016-02-26 17:54:05 +01: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 update copyright year to 2016 2016-02-26 17:54:05 +01:00
Listen.hxx update copyright year to 2016 2016-02-26 17:54:05 +01: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 *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01: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 storage: migrate from class Error to C++ exceptions 2016-10-27 21:35:19 +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 update copyright year to 2016 2016-02-26 17:54:05 +01:00
Permission.hxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistDatabase.cxx update copyright year to 2016 2016-02-26 17:54:05 +01:00
PlaylistDatabase.hxx update copyright year to 2016 2016-02-26 17:54:05 +01: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 command/playlist: eliminate spl_print() calls 2016-04-13 19:47:41 +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 Partition: add method EmitIdle() 2016-03-05 19:16:39 +01: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 update copyright year to 2016 2016-02-26 17:54:05 +01:00
SongSave.hxx *: include cleanup (using iwyu) 2016-03-01 22:08:13 +01: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 Stats: catch exceptions 2016-03-18 18:46:43 +01: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