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