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
/
db
/
update
/
InotifyUpdate.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-01
Copyright year 2015
Max Kellermann
1
-1
/
+1
2014-02-07
InotifyUpdate: use class Storage instead of Mapper.cxx
Max Kellermann
1
-3
/
+4
2014-02-07
InotifyUpdate: use the root name instead of mapper_get_music_directory_fs()
Max Kellermann
1
-1
/
+1
2014-02-07
InotifyUpdate: move functions into the WatchDirectory class
Max Kellermann
1
-13
/
+18
2014-01-30
db/update: convert to OO API
Max Kellermann
1
-2
/
+2
2014-01-29
InotifyUpdate: pass EventLoop to mpd_inotify_init()
Max Kellermann
1
-4
/
+3
2014-01-24
Database*: move to db/
Max Kellermann
1
-0
/
+0
2014-01-24
Update*: move to update/
Max Kellermann
1
-0
/
+0
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2013-10-20
Inotify: convert anonymous enum to constexpr
Max Kellermann
1
-5
/
+4
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
1
-12
/
+12
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
1
-13
/
+14
2013-10-17
InotifyUpdate: use class Path
Max Kellermann
1
-58
/
+37
2013-10-02
Log: new logging library API
Max Kellermann
1
-18
/
+18
2013-09-04
util/Error: new error passing library
Max Kellermann
1
-13
/
+10
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
1
-2
/
+2
2013-01-30
InotifyUpdate: use std::list instead of GList
Max Kellermann
1
-25
/
+25
2013-01-30
InotifyUpdate: move code to destructor
Max Kellermann
1
-5
/
+5
2013-01-30
InotifyUpdate: allocate the root dynamically
Max Kellermann
1
-10
/
+8
2013-01-30
InotifyUpdate: use new/delete instead of GLib slices
Max Kellermann
1
-9
/
+11
2013-01-30
InotifyUpdate: rename struct watch_directory
Max Kellermann
1
-18
/
+18
2013-01-30
InotifyUpdate: use std::map instead of GTree
Max Kellermann
1
-38
/
+25
2013-01-28
Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()
Denis Krjuchkov
1
-6
/
+6
2013-01-26
Mapper: improve usage of Path class
Denis Krjuchkov
1
-6
/
+7
2013-01-22
Path: move to fs subdirectory
Denis Krjuchkov
1
-1
/
+1
2013-01-17
path: convert to C++
Max Kellermann
1
-4
/
+1
2013-01-15
InotifySource: use the SocketMonitor class
Max Kellermann
1
-1
/
+2
2013-01-14
event/TimeoutMonitor: wrapper for g_timeout_source_new()
Max Kellermann
1
-1
/
+2
2013-01-14
InotifyQueue: convert to a class
Max Kellermann
1
-3
/
+4
2013-01-14
InotifySource: convert to a class
Max Kellermann
1
-10
/
+8
2013-01-03
InotifyQueue: use std::deque instead of GSList
Max Kellermann
1
-3
/
+3
2013-01-03
database.h: eliminate db_*_song()
Max Kellermann
1
-1
/
+1
2013-01-02
mapper: convert to C++
Max Kellermann
1
-1
/
+1
2013-01-02
don't include stdbool.h in C++ sources
Max Kellermann
1
-1
/
+0
2013-01-02
update: convert to C++
Max Kellermann
1
-7
/
+11
2012-08-14
mapper: fix non-UTF8 music directory name
Max Kellermann
1
-2
/
+2
2012-02-13
mapper: add mapper_get_music_directory()
Max Kellermann
1
-21
/
+12
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2010-05-30
inotify_update: follow symlinks
Max Kellermann
1
-2
/
+1
2010-05-30
inotify_update: fix assertion failure when music dir is deleted
Max Kellermann
1
-1
/
+7
2010-04-13
inotify_update: start update when directory is created
Max Kellermann
1
-2
/
+6
2010-04-13
inotify: added setting "auto_update_depth"
Max Kellermann
1
-5
/
+28
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-14
fixed several gcc warnings on unused debug variables
Max Kellermann
1
-0
/
+1
2009-11-11
added missing config.h includes for extended LFS support
Max Kellermann
1
-0
/
+1
2009-09-25
automatically update the database with Linux inotify
Max Kellermann
1
-0
/
+349