| Commit message (Expand) | Author | Files | Lines |
2008-10-15 | playlist: added support for adding songs not in the music database | Max Kellermann | 1 | -1/+1 |
2008-10-15 | song: added song_in_database() | Max Kellermann | 1 | -1/+7 |
2008-10-14 | song: pass const song pointer to song_get_url() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: song_file_update() returns bool | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 1 | -6/+6 |
2008-10-08 | song: replaced all song constructors | Max Kellermann | 1 | -2/+12 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -2/+4 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -2/+2 |
2008-10-08 | CPP include cleanup | Max Kellermann | 1 | -3/+0 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -8/+13 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -3/+3 |
2008-10-07 | song: really make the song struct non-packed | Max Kellermann | 1 | -1/+1 |
2008-10-07 | directory: serialize song deletes from playlist during update | Eric Wong | 1 | -2/+0 |
2008-10-06 | song: stop storing song_type | Eric Wong | 1 | -9/+7 |
2008-10-06 | song: don't make the struct packed | Max Kellermann | 1 | -1/+1 |
2008-10-06 | song: use flex arrays to store song->url | Eric Wong | 1 | -2/+6 |
2008-10-06 | song: get rid of newNullSong() | Eric Wong | 1 | -2/+0 |
2008-09-29 | assume stdint.h and stddef.h are available | Max Kellermann | 1 | -1/+0 |
2008-09-29 | song: converted "type" to enum | Max Kellermann | 1 | -4/+7 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -1/+1 |
2008-09-26 | song: removed type SongList | Max Kellermann | 1 | -10/+0 |
2008-09-07 | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 1 | -0/+2 |
2008-09-07 | song: moved code to song_print.c, song_save.c | Max Kellermann | 1 | -11/+2 |
2008-09-06 | include cleanup | Max Kellermann | 1 | -3/+2 |
2008-08-29 | song: don't export newNullSong() | Max Kellermann | 1 | -2/+0 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -1/+1 |
2008-04-12 | song: document get_song_url() | Eric Wong | 1 | -0/+6 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -1/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-10-27 | add support for: list file | Warren Dukes | 1 | -0/+3 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -2/+2 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -3/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -11/+11 |
2006-07-15 | [CLEANUP] Remove unused code | Avuton Olrich | 1 | -2/+0 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-11-11 | implement saved memory by not storing full path | Warren Dukes | 1 | -3/+6 |
2004-11-11 | this is broken | Warren Dukes | 1 | -11/+12 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 1 | -1/+0 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -0/+2 |
2004-05-19 | fix a nasty bug when deleting a stream from the playlist | Warren Dukes | 1 | -2/+2 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -0/+2 |
2004-05-13 | add type element to Song struct, and change utf8file to utf8url | Warren Dukes | 1 | -3/+10 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -0/+2 |
2004-03-11 | move time back into MpdTag | Warren Dukes | 1 | -1/+0 |
2004-03-10 | move time from tag info to song info. | Warren Dukes | 1 | -0/+1 |