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