.. |
AudioCompress
|
audio_{parser,config}: convert to C++
|
2013-01-30 21:47:12 +01:00 |
android
|
db/Configured: store database file in cache directory
|
2014-03-01 22:20:28 +01:00 |
archive
|
InputStream: make Seek() always absolute
|
2014-05-22 13:52:00 +02:00 |
client
|
ClientList: use class boost::intrusive::list
|
2014-06-11 09:27:17 +02:00 |
command
|
QueueCommands: new command "rangeid"
|
2014-07-12 18:55:41 +02:00 |
config
|
ConfigGlobal: eliminate function config_get_next_param()
|
2014-02-20 00:04:23 +01:00 |
db
|
Tag: add class const_iterator and methods begin(), end()
|
2014-07-12 17:22:39 +02:00 |
decoder
|
decoder/dsdiff: move artist/title/id3 offsets out of DsdiffMetaData
|
2014-07-12 20:51:25 +02:00 |
encoder
|
Tag: add class const_iterator and methods begin(), end()
|
2014-07-12 17:22:39 +02:00 |
event
|
DeferredMonitor: fix race condition when using GLib event loop
|
2014-04-26 22:11:23 +02:00 |
filter
|
ConfigGlobal: add config_find_block()
|
2014-01-24 16:55:17 +01:00 |
fs
|
fs/StandardDirectory: look for cache dir in environment, not user-dirs
|
2014-07-11 08:09:19 +02:00 |
input
|
input/curl: options "verify_peer" and "verify_host"
|
2014-07-11 16:39:42 +02:00 |
java
|
java/File: add method ToAbsolutePath() returning AllocatedPath
|
2014-03-01 20:53:39 +01:00 |
lib
|
lib/nfs/Connection: include poll.h
|
2014-06-30 10:22:08 +02:00 |
mixer
|
mixer/software: keep attribute "volume" in the 0..100 range
|
2014-05-12 12:46:14 +02:00 |
neighbor
|
ConfigGlobal: eliminate function config_get_next_param()
|
2014-02-20 00:04:23 +01:00 |
output
|
util/Cast: reimplement as template without macro
|
2014-07-14 16:24:07 +02:00 |
pcm
|
pcm/Neon: explicit rounding
|
2014-03-19 06:54:06 +01:00 |
playlist
|
PlaylistSong: always merge tags and LastModified
|
2014-07-12 19:41:04 +02:00 |
protocol
|
Client*: move to client/
|
2014-01-24 00:26:53 +01:00 |
queue
|
QueueSave: use the long format to save partial songs
|
2014-07-12 19:36:39 +02:00 |
sticker
|
DatabasePlugin: split header
|
2014-02-19 22:54:52 +01:00 |
storage
|
storage/Configured: fix fallback music directory
|
2014-03-01 18:45:09 +01:00 |
system
|
system/fd_util: export fd_set_cloexec()
|
2014-03-15 20:03:31 +01:00 |
tag
|
util/Cast: reimplement as template without macro
|
2014-07-14 16:24:07 +02:00 |
thread
|
thread/{Mutex,Cond}: relicense to BSD-2
|
2014-07-02 20:09:39 +02:00 |
unix
|
move daemonization code to unix/
|
2014-01-24 16:37:21 +01:00 |
util
|
util/Cast: add "const" overload
|
2014-07-14 17:08:57 +02:00 |
win32
|
Win32Main: move to win32/
|
2014-01-24 16:37:32 +01:00 |
zeroconf
|
zeroconf/Avahi: call dbus_shutdown() during shutdown
|
2014-06-10 23:21:09 +02:00 |
AudioConfig.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
AudioConfig.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
AudioFormat.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
AudioFormat.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
AudioParser.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
AudioParser.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
BulkEdit.hxx
|
PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs
|
2014-07-11 20:22:35 +02:00 |
CheckAudioFormat.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
CheckAudioFormat.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
CommandLine.cxx
|
storage: add struct StoragePlugin and a plugin registry
|
2014-02-07 23:46:15 +01:00 |
CommandLine.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Compiler.h
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
CrossFade.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
CrossFade.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
DetachedSong.cxx
|
db/LightSong: make "real_uri" a pointer
|
2014-02-04 00:38:52 +01:00 |
DetachedSong.hxx
|
Mapper: move map_song_detach() to db/DatabaseSong.cxx
|
2014-02-07 00:42:14 +01:00 |
GlobalEvents.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
GlobalEvents.hxx
|
Mixer: add class MixerListener
|
2014-02-19 21:40:14 +01:00 |
IOThread.cxx
|
thread/Name: set thread names
|
2014-01-23 10:07:14 +01:00 |
IOThread.hxx
|
IOThread: make io_thread_get() "const"
|
2014-04-05 09:26:45 +02:00 |
IcyMetaDataParser.cxx
|
input/curl: move code to IcyInputStream
|
2014-05-21 18:47:49 +02:00 |
IcyMetaDataParser.hxx
|
input/curl: move code to IcyInputStream
|
2014-05-21 18:47:49 +02:00 |
Idle.cxx
|
StorageCommands: emit IDLE_MOUNT on successful "mount"
|
2014-02-12 23:06:47 +01:00 |
Idle.hxx
|
StorageCommands: emit IDLE_MOUNT on successful "mount"
|
2014-02-12 23:06:47 +01:00 |
Instance.cxx
|
db/DatabaseListener: add method OnDatabaseSongRemoved()
|
2014-02-04 19:53:37 +01:00 |
Instance.hxx
|
Main: wrap the Storage instance in CompositeStorage
|
2014-02-09 11:07:08 +01:00 |
Listen.cxx
|
ConfigGlobal: eliminate function config_get_next_param()
|
2014-02-20 00:04:23 +01:00 |
Listen.hxx
|
Listen: add Partition reference
|
2014-02-19 23:43:36 +01:00 |
Log.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Log.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
LogBackend.cxx
|
LogBackend: use __android_log_print() on Android
|
2014-02-22 00:18:46 +01:00 |
LogBackend.hxx
|
LogInit: disable SetLogCharset() without GLib
|
2014-02-18 09:18:42 +01:00 |
LogInit.cxx
|
LogInit: fix file descriptor leak in SIGHUP handler
|
2014-04-25 12:31:06 +02:00 |
LogInit.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
LogLevel.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
LogV.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Main.cxx
|
Main: delete the Storage instance on shutdown
|
2014-06-10 23:21:09 +02:00 |
Main.hxx
|
db/Configured: store database file in cache directory
|
2014-03-01 22:20:28 +01:00 |
Mapper.cxx
|
Mapper: obtain music directory from Storage
|
2014-02-07 23:34:29 +01:00 |
Mapper.hxx
|
Mapper: obtain music directory from Storage
|
2014-02-07 23:34:29 +01:00 |
MixRampInfo.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
MusicBuffer.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
MusicBuffer.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
MusicChunk.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
MusicChunk.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
MusicPipe.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
MusicPipe.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Partition.cxx
|
PlayerListener: new interface to replace GlobalEvents access
|
2014-02-21 10:22:35 +01:00 |
Partition.hxx
|
Playlist: use the Error library to return errors
|
2014-02-27 17:27:23 +01:00 |
Permission.cxx
|
ConfigGlobal: eliminate function config_get_next_param()
|
2014-02-20 00:04:23 +01:00 |
Permission.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlayerControl.cxx
|
PlayerListener: new interface to replace GlobalEvents access
|
2014-02-21 10:22:35 +01:00 |
PlayerControl.hxx
|
PlayerListener: new interface to replace GlobalEvents access
|
2014-02-21 10:22:35 +01:00 |
PlayerListener.hxx
|
PlayerListener: new interface to replace GlobalEvents access
|
2014-02-21 10:22:35 +01:00 |
PlayerThread.cxx
|
PlayerListener: new interface to replace GlobalEvents access
|
2014-02-21 10:22:35 +01:00 |
PlayerThread.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlaylistDatabase.cxx
|
Playlist{Info,Vector}: move to db/
|
2014-01-27 11:05:21 +01:00 |
PlaylistDatabase.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlaylistError.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlaylistError.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlaylistFile.cxx
|
util/StringUtil: add StringEndsWith()
|
2014-02-18 09:18:42 +01:00 |
PlaylistFile.hxx
|
PlaylistFile: use class SongLoader
|
2014-02-03 23:50:19 +01:00 |
PlaylistGlobal.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlaylistGlobal.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
PlaylistPrint.cxx
|
Playlist*: move to queue/
|
2014-02-27 17:12:42 +01:00 |
PlaylistPrint.hxx
|
playlist/*: move to playlist/plugins/
|
2014-01-23 23:30:12 +01:00 |
PlaylistSave.cxx
|
PlaylistCommands: remove redundant playlist_load_spl() call
|
2014-05-10 19:02:33 +02:00 |
PlaylistSave.hxx
|
PlaylistCommands: remove redundant playlist_load_spl() call
|
2014-05-10 19:02:33 +02:00 |
ReplayGainConfig.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
ReplayGainConfig.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
ReplayGainInfo.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
ReplayGainInfo.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
SongFilter.cxx
|
Tag: add class const_iterator and methods begin(), end()
|
2014-07-12 17:22:39 +02:00 |
SongFilter.hxx
|
Merge branch 'v0.18.x'
|
2014-06-23 10:13:50 +02:00 |
SongLoader.cxx
|
StoragePlugin: add method MapToRelativeUTF8()
|
2014-02-07 19:09:28 +01:00 |
SongLoader.hxx
|
PlaylistMapper: use class Storage instead of Mapper.cxx
|
2014-02-07 21:44:50 +01:00 |
SongPrint.cxx
|
SongPrint: use DetachedSong::GetDuration()
|
2014-07-12 18:41:15 +02:00 |
SongPrint.hxx
|
command: add command "listfiles"
|
2014-03-01 06:25:57 +01:00 |
SongSave.cxx
|
db/simple: create dedicated directory
|
2014-02-26 09:17:41 +01:00 |
SongSave.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
SongUpdate.cxx
|
db/simple: create dedicated directory
|
2014-02-26 09:17:41 +01:00 |
StateFile.cxx
|
Playlist*: move to queue/
|
2014-02-27 17:12:42 +01:00 |
StateFile.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Stats.cxx
|
DatabasePlugin: split header
|
2014-02-19 22:54:52 +01:00 |
Stats.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
TagFile.cxx
|
InputStream: add virtual destructor
|
2014-05-11 17:12:50 +02:00 |
TagFile.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
TagPrint.cxx
|
TagPrint: split tag_print()
|
2014-07-12 17:42:38 +02:00 |
TagPrint.hxx
|
TagPrint: split tag_print()
|
2014-07-12 17:42:38 +02:00 |
TagSave.cxx
|
Tag: add class const_iterator and methods begin(), end()
|
2014-07-12 17:22:39 +02:00 |
TagSave.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
TagStream.cxx
|
InputStream: add virtual destructor
|
2014-05-11 17:12:50 +02:00 |
TagStream.hxx
|
InputStream: convert to class
|
2014-05-11 15:34:48 +02:00 |
TimePrint.cxx
|
Client*: move to client/
|
2014-01-24 00:26:53 +01:00 |
TimePrint.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
check.h
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
ls.cxx
|
input/nfs: new plugin using libnfs
|
2014-02-06 18:37:27 +01:00 |
ls.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
notify.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
notify.hxx
|
thread/Posix{Mutex,Cond}: disable "constexpr" on Android
|
2014-02-18 09:54:35 +01:00 |
open.h
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
poison.h
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |