mpd/src
2015-12-16 10:24:43 +01:00
..
android Copyright year 2015 2015-01-01 19:48:13 +01:00
archive *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
client util/DeleteDisposer: new utility class 2015-10-19 15:57:30 +02:00
command command/AllCommands: catch and report std::exception 2015-12-16 00:07:51 +01:00
config config/Global: allow calling config_get_string() with one argument 2015-06-26 08:06:40 +02:00
db fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
decoder decoder/Control: Seek() returns Error information 2015-11-11 19:56:08 +01:00
encoder fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
event event/ServerSocket: fix AF_UNIX address in use error 2015-09-30 21:50:34 +02:00
filter unix/Daemon, playlist/...: remove unused Domain variables 2015-10-16 18:08:59 +02:00
fs fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
haiku Haiku: add resources: application signature and flags 2015-09-17 22:46:46 +02:00
input input/alsa: use StringAfterPrefix() 2015-11-06 09:49:22 +01:00
java Java/File: fix include guard 2014-11-24 07:51:25 +01:00
lib fs/io/GzipOutputStream: use C++ exceptions in constructor 2015-12-16 10:14:56 +01:00
mixer StateFile: use StringAfterPrefix() instead of StringStartsWith() 2015-11-11 15:34:36 +01:00
neighbor lib/upnp/Discovery: apply naming convention 2015-02-02 21:12:19 +00:00
net system/SocketUtil: guard usage of SO_PASSCRED 2015-09-17 22:46:46 +02:00
output fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
pcm pcm/Order: new library to convert from FLAC to ALSA channel order 2015-10-27 11:44:23 +01:00
player player/Control: add code comments 2015-11-13 16:02:07 +01:00
playlist playlist/soundcloud: make key_str "static const" 2015-11-06 09:52:35 +01:00
protocol protocol/Result: move current_command to class Response 2015-08-14 19:04:00 +02:00
queue queue/Save: fix "Malformed playlist line in state file" 2015-11-13 20:45:50 +01:00
sticker util/StringCompare: add StringIsEmpty() 2015-11-06 09:37:07 +01:00
storage util/StringCompare: add StringIsEmpty() 2015-11-06 09:37:07 +01:00
system system/Error: helper library for constructing std::system_error 2015-12-16 00:07:51 +01:00
tag release v0.19.12 2015-12-15 22:05:21 +01:00
thread thread/{Mutex,Cond}: remove obsolete comments 2015-08-25 12:52:13 +02:00
unix unix/Daemon, playlist/...: remove unused Domain variables 2015-10-16 18:08:59 +02:00
util util/StringPointer: add method empty() 2015-11-11 15:13:46 +01:00
win32 Win32Main: use TCHAR where appropriate 2015-02-28 23:15:46 +01:00
zeroconf config/Option: convert to strictly-typed enum 2015-01-21 23:30:00 +01:00
AudioConfig.cxx config/Option: convert to strictly-typed enum 2015-01-21 23:30:00 +01:00
AudioConfig.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
AudioFormat.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
AudioFormat.hxx AudioFormat: define that channel order follows the FLAC convention 2015-10-27 11:44:23 +01:00
AudioParser.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
AudioParser.hxx *: doxygen fixups 2015-03-17 11:21:43 +01:00
BulkEdit.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
check.h Copyright year 2015 2015-01-01 19:48:13 +01:00
CheckAudioFormat.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
CheckAudioFormat.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
Chrono.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
CommandLine.cxx lib/icu/Converter: add iconv() implementation 2015-06-26 16:49:25 +02:00
CommandLine.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
Compiler.h Copyright year 2015 2015-01-01 19:48:13 +01:00
DetachedSong.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
DetachedSong.hxx DetachedSong: move code from Update() to LoadFile() 2015-10-20 12:10:42 +02:00
GlobalEvents.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
GlobalEvents.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
IcyMetaDataParser.cxx util/StringView: new utility class 2015-09-30 22:21:46 +02:00
IcyMetaDataParser.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
Idle.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
Idle.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
Instance.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
Instance.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
IOThread.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
IOThread.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
Listen.cxx net/SocketAddress: light wrapper for struct sockaddr 2015-02-10 22:06:06 +01:00
Listen.hxx Listen: remove C-style "void" 2015-02-07 12:15:10 +00:00
LocateUri.cxx util/StringUtil: move comparison functions to StringCompare.cxx 2015-11-06 09:20:18 +01:00
LocateUri.hxx LocateUri: new library to classify URIs in a standard way 2015-10-22 09:39:28 +02:00
Log.cxx Log: C++ exception support 2015-12-16 00:07:51 +01:00
Log.hxx Log: C++ exception support 2015-12-16 00:07:51 +01:00
LogBackend.cxx LogBackend: remove character set support 2015-06-22 22:33:37 +02:00
LogBackend.hxx LogBackend: remove character set support 2015-06-22 22:33:37 +02:00
LogInit.cxx LogBackend: remove character set support 2015-06-22 22:33:37 +02:00
LogInit.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
LogLevel.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
LogV.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
ls.cxx util/StringUtil: move comparison functions to StringCompare.cxx 2015-11-06 09:20:18 +01:00
ls.hxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00
Main.cxx player/Control: add Lock prefix to locking method names 2015-11-11 16:50:57 +01:00
Main.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
Mapper.cxx util/StringCompare: add StringIsEmpty() 2015-11-06 09:37:07 +01:00
Mapper.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
MixRampInfo.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
MusicBuffer.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
MusicBuffer.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
MusicChunk.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
MusicChunk.hxx *: doxygen fixups 2015-03-17 11:21:43 +01:00
MusicPipe.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
MusicPipe.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
notify.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
notify.hxx notify: use "constexpr" only with glibc 2015-09-17 22:56:35 +02:00
open.h Copyright year 2015 2015-01-01 19:48:13 +01:00
Partition.cxx Partition: add method GetDatabase() 2015-08-06 12:45:45 +02:00
Partition.hxx queue/Playlist: seek methods return bool/Error instead of PlaylistResult 2015-11-11 19:56:01 +01:00
Permission.cxx config/Option: convert to strictly-typed enum 2015-01-21 23:30:00 +01:00
Permission.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
PlaylistDatabase.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
PlaylistDatabase.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
PlaylistError.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
PlaylistError.hxx PlaylistError: remove unused code "ERRNO" 2015-11-11 19:50:57 +01:00
PlaylistFile.cxx fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
PlaylistFile.hxx PlaylistFile: export spl_map_to_fs() and TranslatePlaylistError() 2015-03-24 22:03:17 +01:00
PlaylistGlobal.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
PlaylistGlobal.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
PlaylistPrint.cxx command/queue: add range parameter to plchanges and plchangesposid 2015-10-27 20:35:40 +01:00
PlaylistPrint.hxx command/queue: add range parameter to plchanges and plchangesposid 2015-10-27 20:35:40 +01:00
PlaylistSave.cxx fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
PlaylistSave.hxx Playlist*: use the BufferedOutputStream API instead of FILE* 2015-03-24 22:03:20 +01:00
poison.h Copyright year 2015 2015-01-01 19:48:13 +01:00
ReplayGainConfig.cxx config/Option: convert to strictly-typed enum 2015-01-21 23:30:00 +01:00
ReplayGainConfig.hxx *: change C-style prototypes, drop "(void)" 2015-03-03 20:05:08 +01:00
ReplayGainInfo.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
ReplayGainInfo.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
SongFilter.cxx lib/icu/{Converter,Collate}: return AllocatedString 2015-06-25 23:44:16 +02:00
SongFilter.hxx lib/icu/{Converter,Collate}: return AllocatedString 2015-06-25 23:44:16 +02:00
SongLoader.cxx LocateUri: new library to classify URIs in a standard way 2015-10-22 09:39:28 +02:00
SongLoader.hxx LocateUri: new library to classify URIs in a standard way 2015-10-22 09:39:28 +02:00
SongPrint.cxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00
SongPrint.hxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00
SongSave.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
SongSave.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
SongUpdate.cxx DetachedSong: check AllocatedPath::FromUTF8() result 2015-10-20 12:16:25 +02:00
StateFile.cxx fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
StateFile.hxx fs/io/OutputStream: use C++ exceptions in Write() 2015-12-16 10:24:43 +01:00
Stats.cxx PlayerThread, ...: move to src/player/ 2015-08-15 15:55:46 +02:00
Stats.hxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00
TagArchive.cxx SongUpdate: use OpenArchiveInputStream() to open archive file 2015-03-01 00:48:44 +01:00
TagArchive.hxx SongUpdate: use OpenArchiveInputStream() to open archive file 2015-03-01 00:48:44 +01:00
TagFile.cxx TagFile: convert suffix to UTF-8 2015-03-05 10:07:07 +01:00
TagFile.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
TagPrint.cxx tag/Settings: convert to C++ 2015-08-24 11:20:45 +02:00
TagPrint.hxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00
TagSave.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
TagSave.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
TagStream.cxx Copyright year 2015 2015-01-01 19:48:13 +01:00
TagStream.hxx Copyright year 2015 2015-01-01 19:48:13 +01:00
TimePrint.cxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00
TimePrint.hxx client/Response: new Client wrapper class for writing responses 2015-08-12 08:41:05 +02:00