index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Main.cxx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Main: create UpdateService instance in glue_db_init_and_load()
Max Kellermann
2014-02-04
1
-5
/
+6
*
db/update/Service: add SimpleDatabase reference
Max Kellermann
2014-02-04
1
-1
/
+2
*
Main: don't measure DatabaseGlobalDeinit() time
Max Kellermann
2014-02-01
1
-4
/
+0
*
db: add compile-time option to disable database
Max Kellermann
2014-01-30
1
-3
/
+20
*
db/update: convert to OO API
Max Kellermann
2014-01-30
1
-6
/
+11
*
Main, OutputThread: increase kernel timer slack (Linux)
Max Kellermann
2014-01-30
1
-0
/
+5
*
InotifyUpdate: pass EventLoop to mpd_inotify_init()
Max Kellermann
2014-01-29
1
-1
/
+2
*
Listen: pass EventLoop to listen_global_init()
Max Kellermann
2014-01-29
1
-1
/
+1
*
OutputAll: convert to class, move instance to class Partition
Max Kellermann
2014-01-28
1
-4
/
+2
*
neighbor: new subsystem to detect file servers on the local network
Max Kellermann
2014-01-26
1
-0
/
+30
*
Mixer*: move to mixer/
Max Kellermann
2014-01-24
1
-1
/
+1
*
Database*: move to db/
Max Kellermann
2014-01-24
1
-4
/
+4
*
Sticker*: move to sticker/
Max Kellermann
2014-01-24
1
-1
/
+1
*
move daemonization code to unix/
Max Kellermann
2014-01-24
1
-2
/
+2
*
Input*: move to input/
Max Kellermann
2014-01-24
1
-1
/
+1
*
Client*: move to client/
Max Kellermann
2014-01-24
1
-2
/
+2
*
Update*: move to update/
Max Kellermann
2014-01-24
1
-2
/
+2
*
Config*: move to config/
Max Kellermann
2014-01-24
1
-4
/
+4
*
Zeroconf*: move to zeroconf/
Max Kellermann
2014-01-24
1
-1
/
+1
*
archive/*: move to archive/plugins/
Max Kellermann
2014-01-24
1
-1
/
+1
*
decoder/*: move to decoder/plugins/
Max Kellermann
2014-01-24
1
-1
/
+1
*
output/*: move to output/plugins/
Max Kellermann
2014-01-23
1
-1
/
+1
*
playlist/*: move to playlist/plugins/
Max Kellermann
2014-01-23
1
-1
/
+1
*
Main: glue_mapper_init() returns true if GetUserMusicDir() fails
Max Kellermann
2014-01-22
1
-1
/
+1
*
Daemon: fork as early as possible
Max Kellermann
2014-01-18
1
-1
/
+2
*
Main: make variables more local
Max Kellermann
2014-01-18
1
-13
/
+9
*
Main: eliminate variable "success"
Max Kellermann
2014-01-18
1
-10
/
+7
*
copyright year 2014
Max Kellermann
2014-01-13
1
-1
/
+1
*
DatabasePlugin: add interface DatabaseListener
Max Kellermann
2014-01-11
1
-1
/
+1
*
configure.ac: add option "--disable-glib"
Max Kellermann
2013-12-15
1
-1
/
+7
*
Main: use standard directory API
Denis Krjuchkov
2013-12-08
1
-7
/
+4
*
PcmConvert: add pcm_convert_global_init()
Max Kellermann
2013-11-29
1
-2
/
+2
*
include cleanup using iwyu
Max Kellermann
2013-11-28
1
-3
/
+0
*
Main.cxx: initialize winsock before creating IO thread
Denis Krjuchkov
2013-11-26
1
-1
/
+1
*
Volume, Output: use new class PeriodClock instead of GTimer
Max Kellermann
2013-11-25
1
-1
/
+0
*
Stats: use monotonic clock instead of GTimer
Max Kellermann
2013-11-24
1
-1
/
+0
*
Log: add level "DEFAULT"
Max Kellermann
2013-11-04
1
-8
/
+8
*
increase default buffer size to 4 MB
Max Kellermann
2013-10-30
1
-1
/
+1
*
Main: check the g_get_user_special_dir() result
Max Kellermann
2013-10-30
1
-4
/
+7
*
Main: convert anonymous enum to constexpr
Max Kellermann
2013-10-20
1
-4
/
+2
*
*Commands: move to src/command/
Max Kellermann
2013-10-20
1
-1
/
+1
*
*: use references instead of pointers
Max Kellermann
2013-10-19
1
-1
/
+1
*
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
1
-10
/
+13
*
fs/Path: move configuration code to Config.cxx
Max Kellermann
2013-10-17
1
-1
/
+2
*
UpdateGlue: never pass null to update_enqueue()
Max Kellermann
2013-10-17
1
-1
/
+1
*
Main: use ThreadId instead of GThread*
Max Kellermann
2013-10-17
1
-2
/
+3
*
ConfigData: use std::string for config_param::value
Max Kellermann
2013-10-15
1
-5
/
+6
*
replay_gain_*.h: rename to *.hxx
Max Kellermann
2013-10-02
1
-1
/
+1
*
Stats: rename stats.h to Stats.hxx
Max Kellermann
2013-10-02
1
-4
/
+1
*
Log: new logging library API
Max Kellermann
2013-10-02
1
-20
/
+24
[prev]
[next]