| Commit message (Expand) | Author | Files | Lines |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-11 | directory: include config.h | Max Kellermann | 1 | -0/+1 |
2009-04-01 | directory: added directory_lookup_song() | Max Kellermann | 1 | -0/+10 |
2009-04-01 | directory: renamed directory_get_directory() | Max Kellermann | 1 | -1/+8 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-09 | decoder_plugin: added method container_scan() | Jochen Keil | 1 | -0/+1 |
2009-02-28 | directory: added "mtime" property | Max Kellermann | 1 | -0/+1 |
2009-02-27 | directory: moved DIRECTORY_* string constants | Max Kellermann | 1 | -7/+0 |
2009-01-04 | directory: added directory_is_root() | Max Kellermann | 1 | -0/+9 |
2008-12-16 | song: adding support for songs in archives | Viliam Mateicka | 1 | -0/+2 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-13 | directory: added directory_get_name() | Max Kellermann | 1 | -0/+6 |
2008-10-13 | directory: pass const pointers to inline functions | Max Kellermann | 1 | -2/+2 |
2008-10-13 | directory: use mpd_sizeof_str_flex_array for path, too | Eric Wong | 1 | -1/+1 |
2008-10-09 | directory: added inline wrappers for accessing children | Max Kellermann | 1 | -0/+14 |
2008-10-09 | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 1 | -5/+1 |
2008-10-09 | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 1 | -13/+0 |
2008-10-08 | directory: include sys/types.h | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: path must not be NULL | Max Kellermann | 1 | -2/+0 |
2008-10-08 | directory: directory_get_path(NULL) is not allowed | Max Kellermann | 1 | -2/+8 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -12/+13 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -23/+26 |
2008-10-08 | directory: converted isRootDirectory() to an inline function | Max Kellermann | 1 | -1/+5 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+1 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -3/+5 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -12/+12 |
2008-10-08 | directory: added directory_is_empty() | Max Kellermann | 1 | -0/+8 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -11/+15 |
2008-10-06 | directory: simplify list update handling logic | Eric Wong | 1 | -5/+5 |
2008-09-29 | directory: remove "Mp3" references | Eric Wong | 1 | -2/+2 |
2008-09-29 | directory.h: remove directory_sigChldHandler decl | Eric Wong | 1 | -2/+0 |
2008-09-29 | directory: replace DirectoryList with dirvec | Eric Wong | 1 | -2/+5 |
2008-09-26 | song: removed type SongList | Max Kellermann | 1 | -0/+1 |
2008-09-23 | directory: update do its work inside a thread | Eric Wong | 1 | -1/+1 |
2008-09-23 | Replace SongList with struct songvec | Eric Wong | 1 | -1/+2 |
2008-09-23 | directory: remove unused updateMp3Directory() function | Eric Wong | 1 | -2/+0 |
2008-09-23 | Directory: don't allocate stat information dynamically | Eric Wong | 1 | -6/+3 |
2008-09-07 | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 1 | -1/+1 |
2008-09-07 | directory: don't pass "fd" to updateInit() | Max Kellermann | 1 | -1/+6 |
2008-09-07 | directory: don't pass fd to traverseAllIn() | Max Kellermann | 1 | -1/+1 |
2008-09-07 | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 1 | -2/+2 |
2008-09-06 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 1 | -2/+2 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -3/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2007-05-24 | Don't list playlists in lsinfo if the path isn't the root directory (they | J. Alexander Treuman | 1 | -0/+2 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -9/+9 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -5/+5 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -11/+10 |