Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 1 | -4/+2 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -3/+4 | |
Replaces GLib's GError. | |||||
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -2/+0 | |
2013-01-30 | event/SocketMonitor: OnSocketReady() returns bool | Max Kellermann | 1 | -1/+1 | |
2013-01-15 | InotifySource: use the SocketMonitor class | Max Kellermann | 1 | -15/+8 | |
2013-01-14 | InotifySource: convert to a class | Max Kellermann | 1 | -28/+48 | |
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -3/+3 | |
2012-08-02 | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 1 | -1/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-09-25 | automatically update the database with Linux inotify | Max Kellermann | 1 | -0/+61 | |
This patch implements a light-weight inotify library, and watches all directories below the music directory. It updates all directories where files changed after a delay of 5 seconds. |