mpd/src
2016-02-22 13:14:35 +01:00
..
android Copyright year 2015 2015-01-01 19:48:13 +01:00
archive archive/bzip2: remove HAVE_OLDER_BZIP2 check 2016-02-21 13:19:00 +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 db/DatabaseError: add exception class DatabaseError 2016-02-07 01:09:33 +01:00
config fs/io/Reader: use C++ exceptions instead of class Error 2015-12-18 01:08:16 +01:00
db lib/expat: use C++ exceptions instead of class Error 2016-02-07 12:58:20 +01:00
decoder input: wrap InputStream in std::unique_ptr 2016-02-21 08:03:32 +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/FileReader: add method Skip() 2016-02-19 18:18:25 +01:00
haiku Haiku: add resources: application signature and flags 2015-09-17 22:46:46 +02:00
input input/InputStream: add method Skip() 2016-02-22 13:14:19 +01:00
java Java/File: fix include guard 2014-11-24 07:51:25 +01:00
lib lib/expat: use C++ exceptions instead of class Error 2016-02-07 12:58:20 +01:00
mixer StateFile: use StringAfterPrefix() instead of StringStartsWith() 2015-11-11 15:34:36 +01:00
neighbor lib/upnp: use C++ exceptions instead of class Error 2016-02-07 12:53:21 +01:00
net system/SocketUtil: guard usage of SO_PASSCRED 2015-09-17 22:46:46 +02:00
output Emit a warning if the OutputThread fails to get realtime scheduling 2016-02-19 17:09:44 +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: don't stop playback in Play() 2015-12-29 13:49:15 +01:00
playlist playlist/Plugin: pass InputStreamPtr&& to open_stream() 2016-02-21 12:53:47 +01:00
protocol protocol/Ack: add exception class wrapping enum ack 2015-12-18 09:53:02 +01:00
queue PlaylistError: add exception class wrapping enum PlaylistResult 2015-12-18 09:21:11 +01:00
sticker util/StringCompare: add StringIsEmpty() 2015-11-06 09:37:07 +01:00
storage fs/DirectoryReader: use C++ exceptions instead of class Error 2015-12-29 12:56:26 +01:00
system system/FileDescriptor: add method Skip() 2016-02-19 18:18:12 +01:00
tag tag/Id3Load: use ID3_TAG_QUERYSIZE instead of integer literal 2016-02-22 13:14:35 +01:00
thread Emit a warning if the OutputThread fails to get realtime scheduling 2016-02-19 17:09:44 +01:00
unix unix/Daemon, playlist/...: remove unused Domain variables 2015-10-16 18:08:59 +02:00
util util/RuntimeError: add missing include 2016-02-07 12:53:21 +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 fs/io/Reader: use C++ exceptions instead of class Error 2015-12-18 01:08:16 +01: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 db/DatabaseError: rename enum db_error and make strictly-typed 2016-02-07 01:01:10 +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 util/Error: add bridge to std::exception 2015-12-18 00:24:43 +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 Main: catch and log C++ exceptions 2016-02-07 12:42:09 +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 PlaylistError: add exception class wrapping enum PlaylistResult 2015-12-18 09:21:11 +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 PlaylistFile: convert system_error::ENOENT to PlaylistResult::NO_SUCH_LIST 2015-12-28 06:44:01 +01:00
PlaylistFile.cxx fs/DirectoryReader: use C++ exceptions instead of class Error 2015-12-29 12:56:26 +01:00
PlaylistFile.hxx fs/DirectoryReader: use C++ exceptions instead of class Error 2015-12-29 12:56:26 +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 PlaylistFile: throw exception on spl_map_to_fs() failure 2015-12-28 14:20:37 +01:00
PlaylistPrint.hxx PlaylistFile: throw exception on spl_map_to_fs() failure 2015-12-28 14:20:37 +01:00
PlaylistSave.cxx PlaylistFile: throw exception on spl_map_to_fs() failure 2015-12-28 14:20:37 +01:00
PlaylistSave.hxx PlaylistFile: throw exception on spl_map_to_fs() failure 2015-12-28 14:20:37 +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/Reader: use C++ exceptions instead of class Error 2015-12-18 01:08:16 +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 input: wrap InputStream in std::unique_ptr 2016-02-21 08:03:32 +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 input: wrap InputStream in std::unique_ptr 2016-02-21 08:03:32 +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