| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 2008-09-07 | 1 | -3/+1 |
* | directory: don't pass fd to traverseAllIn() | Max Kellermann | 2008-09-07 | 1 | -7/+5 |
* | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 2008-09-07 | 1 | -12/+11 |
* | song: moved code to song_print.c, song_save.c | Max Kellermann | 2008-09-07 | 1 | -0/+2 |
* | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 2008-09-06 | 1 | -2/+2 |
* | tag: static directory name | Max Kellermann | 2008-08-29 | 1 | -5/+3 |
* | client: renamed all public functions | Max Kellermann | 2008-08-28 | 1 | -1/+1 |
* | renamed interface.c to client.c | Max Kellermann | 2008-08-28 | 1 | -1/+1 |
* | include cleanup | Max Kellermann | 2008-08-28 | 1 | -0/+1 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -6/+2 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -1/+0 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -30/+38 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -14/+14 |
* | fixed invalid C prototypes | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | directory: allow db_file to reside on / once again | Eric Wong | 2008-01-03 | 1 | -0/+2 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -5/+0 |
* | directory.c: get rid of the horrid dirname(3) and libgen.h dependency | Eric Wong | 2008-01-03 | 1 | -13/+3 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -139/+87 |
* | removing debug messages from signal handlers | J. Alexander Treuman | 2007-08-27 | 1 | -6/+8 |
* | Extra debug output | Qball Cow | 2007-07-16 | 1 | -3/+16 |
* | "unable open" -> "unable to open" | J. Alexander Treuman | 2007-05-26 | 1 | -1/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -33/+15 |
* | Don't list playlists in lsinfo if the path isn't the root directory (they | J. Alexander Treuman | 2007-05-24 | 1 | -1/+9 |
* | Fixing some code that was rendered unreadable by indent. | J. Alexander Treuman | 2007-04-26 | 1 | -6/+2 |
* | Set directory_dbModTime when writing the db, so that it will be set after | J. Alexander Treuman | 2007-04-25 | 1 | -2/+6 |
* | fials -> fails | J. Alexander Treuman | 2007-04-25 | 1 | -2/+2 |
* | Remove the now unused struct stat from initMp3Directory(). | J. Alexander Treuman | 2007-04-25 | 1 | -2/+0 |
* | initMp3Directory() is only called when (re)creating the db, but before the | J. Alexander Treuman | 2007-04-25 | 1 | -3/+0 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -5/+5 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -18/+18 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -5/+5 |
* | more sparse cleanups | Eric Wong | 2006-08-08 | 1 | -12/+12 |
* | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 2006-08-06 | 1 | -11/+13 |
* | merge changes from mpd-tree: | Warren Dukes | 2006-08-06 | 1 | -0/+1 |
* | Several fixes uncovered with -pedantic | Eric Wong | 2006-08-01 | 1 | -3/+3 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -7/+7 |
* | commandError() cleanups, fixup gcc checks | Eric Wong | 2006-07-30 | 1 | -6/+4 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -27/+27 |
* | If we're going to create the db file, make sure the parent path is a directory | J. Alexander Treuman | 2006-07-23 | 1 | -1/+16 |
* | Make checkDirectoryDB check that the db file is a regular file | J. Alexander Treuman | 2006-07-23 | 1 | -3/+16 |
* | Tidying up code in checkDirectoryDB | J. Alexander Treuman | 2006-07-23 | 1 | -19/+17 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -591/+648 |
* | remove the glib library dependency | Eric Wong | 2006-07-16 | 1 | -1/+0 |
* | [CLEANUP] Remove unused function | Avuton Olrich | 2006-07-14 | 1 | -1/+0 |
* | 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 | -106/+55 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Check that db_file exists before checking if we can write to it. Committed o... | J. Alexander Treuman | 2006-06-07 | 1 | -0/+30 |
* | Fix log message when removing subdirectories. | J. Alexander Treuman | 2006-05-15 | 1 | -3/+2 |