| Commit message (Expand) | Author | Age | Files | Lines |
* | song: moved code to song_print.c, song_save.c | Max Kellermann | 2008-09-07 | 1 | -172/+1 |
* | tag: moved code to tag_print.c | Max Kellermann | 2008-09-07 | 1 | -0/+1 |
* | tag: fix segfault on update | Eric Wong | 2008-09-06 | 1 | -0/+1 |
* | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 2008-08-29 | 1 | -4/+16 |
* | song: don't export newNullSong() | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -10/+10 |
* | assert song->url != NULL | Max Kellermann | 2008-08-26 | 1 | -0/+3 |
* | no camel case in struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -2/+3 |
* | fix segmentation fault in song info parser | Max Kellermann | 2008-03-26 | 1 | -4/+5 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -7/+3 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -2/+2 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -3/+1 |
* | song: updateSongInfo: left out charset conversion when going thread-safe | Eric Wong | 2008-01-01 | 1 | -2/+4 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -44/+19 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -8/+4 |
* | 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 | -3/+3 |
* | add support for: list file | Warren Dukes | 2006-10-27 | 1 | -2/+0 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -5/+6 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -4/+5 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -9/+9 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -121/+140 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-15 | 1 | -19/+7 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Fix for bug 483 | Qball Cow | 2006-05-08 | 1 | -1/+2 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 1 | -7/+13 |
* | debug messages no longer cause segfaults :P | Eric Wong | 2005-10-25 | 1 | -1/+1 |
* | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 2005-09-08 | 1 | -1/+6 |
* | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 2004-11-15 | 1 | -1/+1 |
* | fix a bug in pringSongUrl, don't print leading '/' for songs in root dir | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 1 | -7/+15 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -4/+5 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -31/+61 |
* | this is broken | Warren Dukes | 2004-11-11 | 1 | -7/+21 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -36/+20 |
* | todo update | Warren Dukes | 2004-11-03 | 1 | -1/+0 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -0/+5 |
* | '\n' are bad | Warren Dukes | 2004-06-02 | 1 | -1/+5 |
* | little cleanup of plugin stuff | Warren Dukes | 2004-05-31 | 1 | -2/+6 |
* | mp3 and ogg plugin stuff | Warren Dukes | 2004-05-31 | 1 | -64/+10 |
* | add type element to Song struct, and change utf8file to utf8url | Warren Dukes | 2004-05-13 | 1 | -62/+79 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 2004-04-13 | 1 | -2/+0 |
* | block signals when writing db to ensure db isn't corrupted | Warren Dukes | 2004-04-13 | 1 | -0/+2 |
* | add --only-create-db option from msells | Warren Dukes | 2004-04-11 | 1 | -1/+1 |