| Commit message (Expand) | Author | Files | Lines |
2008-10-12 | directory: make music_root global and avoid runtime initialization | Eric Wong | 1 | -0/+2 |
2008-10-12 | directory: use mpd_sizeof_str_flex_array for path, too | Eric Wong | 1 | -2/+3 |
2008-10-11 | directory: don't use identical struct and variable names | Eric Wong | 1 | -15/+15 |
2008-10-11 | directory: added inline wrappers for accessing children | Max Kellermann | 1 | -0/+14 |
2008-10-11 | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 1 | -5/+1 |
2008-10-11 | directory: path must not be NULL | Max Kellermann | 1 | -1/+1 |
2008-10-11 | directory: directory_get_path(NULL) is not allowed | Max Kellermann | 1 | -3/+4 |
2008-10-11 | directory: eliminate CamelCase | Max Kellermann | 1 | -9/+9 |
2008-10-11 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-11 | directory: moved code to database.c | Max Kellermann | 1 | -14/+22 |
2008-10-11 | directory: converted isRootDirectory() to an inline function | Max Kellermann | 1 | -1/+5 |
2008-10-11 | song: converted typedef Song to struct song | Max Kellermann | 1 | -2/+2 |
2008-10-11 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -11/+11 |
2008-10-11 | directory: added directory_is_empty() | Max Kellermann | 1 | -0/+5 |
2008-10-11 | directory: moved code to update.c | Max Kellermann | 1 | -11/+10 |
2008-10-03 | directory: simplify list update handling logic | Eric Wong | 1 | -4/+3 |
2008-09-29 | update: move path sanitation up the stack to avoid extra copies | Eric Wong | 1 | -3/+7 |
2008-09-28 | clean up updateInit calling and error handling | Eric Wong | 1 | -1/+2 |
2008-09-28 | directory: remove "Mp3" references | Eric Wong | 1 | -2/+2 |
2008-09-28 | directory.h: remove directory_sigChldHandler decl | Eric Wong | 1 | -2/+0 |
2008-09-28 | directory: replace DirectoryList with dirvec | Eric Wong | 1 | -2/+5 |
2008-09-26 | song: removed type SongList | Max Kellermann | 1 | -0/+1 |
2008-09-22 | directory: update do its work inside a thread | Eric Wong | 1 | -1/+1 |
2008-09-20 | Replace SongList with struct songvec | Eric Wong | 1 | -1/+2 |
2008-09-20 | directory: remove unused updateMp3Directory() function | Eric Wong | 1 | -2/+0 |
2008-09-18 | Directory: don't allocate stat information dynamically | Eric Wong | 1 | -6/+3 |
2008-09-09 | directory: don't pass fd to traverseAllIn() | Max Kellermann | 1 | -1/+1 |
2008-09-09 | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 1 | -2/+2 |
2008-09-09 | 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 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 1 | -1/+0 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -1/+1 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -1/+1 |
2004-04-15 | don't stat() the db to get the modtime everytime, instead store it when we re... | Warren Dukes | 1 | -1/+1 |
2004-04-15 | clean up a little bit main() code | Warren Dukes | 1 | -1/+1 |