| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -9/+9 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -5/+5 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -11/+10 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | [CLEANUP] Remove unused functions from the header | Avuton Olrich | 2006-07-14 | 1 | -10/+0 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Jat/Q patch for checking permission on database before creating it | Qball Cow | 2006-05-08 | 1 | -0/+2 |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 1 | -2/+0 |
* | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 2004-11-12 | 1 | -2/+3 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 1 | -1/+4 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -0/+4 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -14/+19 |
* | remove vim &*(@ | Warren Dukes | 2004-11-03 | 1 | -1/+0 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -1/+1 |