| Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove unused functions from the header | Avuton Olrich | 1 | -10/+0 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-05-08 | Jat/Q patch for checking permission on database before creating it | Qball Cow | 1 | -0/+2 |
2005-03-06 | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 1 | -2/+0 |
2004-11-12 | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 1 | -2/+3 |
2004-11-11 | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 1 | -1/+4 |
2004-11-11 | implement saved memory by not storing full path | Warren Dukes | 1 | -0/+4 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -14/+19 |