| Commit message (Expand) | Author | Files | Lines |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -27/+27 |
2006-07-23 | If we're going to create the db file, make sure the parent path is a directory | J. Alexander Treuman | 1 | -1/+16 |
2006-07-23 | Make checkDirectoryDB check that the db file is a regular file | J. Alexander Treuman | 1 | -3/+16 |
2006-07-23 | Tidying up code in checkDirectoryDB | J. Alexander Treuman | 1 | -19/+17 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -591/+648 |
2006-07-16 | remove the glib library dependency | Eric Wong | 1 | -1/+0 |
2006-07-14 | [CLEANUP] Remove unused function | Avuton Olrich | 1 | -1/+0 |
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 | -106/+55 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-06-07 | Check that db_file exists before checking if we can write to it. Committed o... | J. Alexander Treuman | 1 | -0/+30 |
2006-05-15 | Fix log message when removing subdirectories. | J. Alexander Treuman | 1 | -3/+2 |
2006-05-08 | Jat/Q patch for checking permission on database before creating it | Qball Cow | 1 | -0/+12 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -5/+5 |
2005-12-31 | r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800 | Eric Wong | 1 | -0/+1 |
2005-11-19 | remove C++ style comments | Eric Wong | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -1/+2 |
2005-03-06 | fix stateFile path getting garbled | Warren Dukes | 1 | -2/+2 |
2005-03-06 | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 1 | -17/+34 |
2005-01-29 | free(name) in readDirectoryInfo after using it | Eric Wong | 1 | -0/+1 |
2004-11-15 | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 1 | -0/+1 |
2004-11-15 | don't to an unneccessary sort | Warren Dukes | 1 | -5/+0 |
2004-11-13 | a few DEBUG statements | Warren Dukes | 1 | -0/+8 |
2004-11-12 | fix a bug in pringSongUrl, don't print leading '/' for songs in root dir | Warren Dukes | 1 | -1/+1 |
2004-11-12 | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 1 | -24/+25 |
2004-11-11 | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 1 | -35/+88 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -2/+2 |
2004-11-11 | implement saved memory by not storing full path | Warren Dukes | 1 | -9/+9 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -182/+7 |
2004-11-03 | now one can specify multiple bind_to_addresses | Warren Dukes | 1 | -1/+1 |
2004-11-02 | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 1 | -1/+1 |
2004-10-29 | listallinfo now prints out directories | Warren Dukes | 1 | -1/+1 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -1/+2 |
2004-06-29 | spelling fixes from normalperson | Warren Dukes | 1 | -3/+3 |
2004-06-23 | ok, addParentPathToDB now works! | Warren Dukes | 1 | -9/+31 |
2004-06-23 | update now ignores/recognizes recursive directories | Warren Dukes | 1 | -4/+41 |
2004-06-23 | now we avoid recursive symlinks on creating the db | Warren Dukes | 1 | -28/+88 |
2004-06-22 | only call opendir() once when updating | Warren Dukes | 1 | -8/+5 |
2004-06-22 | call stat() a few less times on update | Warren Dukes | 1 | -8/+14 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 1 | -6/+8 |
2004-06-12 | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 1 | -4/+3 |
2004-06-05 | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 1 | -1/+1 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -17/+17 |
2004-06-04 | clean up ACK error coding a little bit | Warren Dukes | 1 | -9/+8 |
2004-06-02 | '\n' are bad | Warren Dukes | 1 | -0/+3 |
2004-05-19 | fix a nasty bug when deleting a stream from the playlist | Warren Dukes | 1 | -1/+1 |
2004-05-17 | fix bug where db_update wasn't being set in readDirectoryDB | Warren Dukes | 1 | -6/+3 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -2/+2 |
2004-05-13 | add type element to Song struct, and change utf8file to utf8url | Warren Dukes | 1 | -5/+6 |
2004-04-16 | when updating, don't cause db reread on adding and then removing empty direct... | Warren Dukes | 1 | -16/+24 |