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