aboutsummaryrefslogtreecommitdiffstats
path: root/src/InotifyUpdate.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-30InotifyUpdate: use std::list instead of GListMax Kellermann1-25/+25
2013-01-30InotifyUpdate: move code to destructorMax Kellermann1-5/+5
2013-01-30InotifyUpdate: allocate the root dynamicallyMax Kellermann1-10/+8
2013-01-30InotifyUpdate: use new/delete instead of GLib slicesMax Kellermann1-9/+11
2013-01-30InotifyUpdate: rename struct watch_directoryMax Kellermann1-18/+18
2013-01-30InotifyUpdate: use std::map instead of GTreeMax Kellermann1-38/+25
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov1-6/+6
2013-01-26Mapper: improve usage of Path classDenis Krjuchkov1-6/+7
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-1/+1
2013-01-17path: convert to C++Max Kellermann1-4/+1
2013-01-15InotifySource: use the SocketMonitor classMax Kellermann1-1/+2
2013-01-14event/TimeoutMonitor: wrapper for g_timeout_source_new()Max Kellermann1-1/+2
2013-01-14InotifyQueue: convert to a classMax Kellermann1-3/+4
2013-01-14InotifySource: convert to a classMax Kellermann1-10/+8
2013-01-03InotifyQueue: use std::deque instead of GSListMax Kellermann1-3/+3
2013-01-03database.h: eliminate db_*_song()Max Kellermann1-1/+1
2013-01-02mapper: convert to C++Max Kellermann1-1/+1
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann1-1/+0
2013-01-02update: convert to C++Max Kellermann1-7/+11
2012-08-14mapper: fix non-UTF8 music directory nameMax Kellermann1-2/+2
2012-02-13mapper: add mapper_get_music_directory()Max Kellermann1-21/+12
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-30inotify_update: follow symlinksMax Kellermann1-2/+1
2010-05-30inotify_update: fix assertion failure when music dir is deletedMax Kellermann1-1/+7
2010-04-13inotify_update: start update when directory is createdMax Kellermann1-2/+6
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann1-5/+28
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-14fixed several gcc warnings on unused debug variablesMax Kellermann1-0/+1
2009-11-11added missing config.h includes for extended LFS supportMax Kellermann1-0/+1
2009-09-25automatically update the database with Linux inotifyMax Kellermann1-0/+349