Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -5/+8 |
* | directory: converted typedef Directory to struct directory | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | song: use songvec_for_each() in songvec_print() / songvec_save() | Max Kellermann | 2008-10-07 | 1 | -12/+11 |
* | song: stop storing song_type | Eric Wong | 2008-10-06 | 1 | -1/+1 |
* | song: use flex arrays to store song->url | Eric Wong | 2008-10-06 | 1 | -7/+3 |
* | song: get rid of newNullSong() | Eric Wong | 2008-10-06 | 1 | -1/+1 |
* | songvec: remove songvec_prune | Eric Wong | 2008-09-23 | 1 | -3/+0 |
* | Don't try to prune unless we're updating | Eric Wong | 2008-09-23 | 1 | -1/+2 |
* | Replace SongList with struct songvec | Eric Wong | 2008-09-23 | 1 | -54/+31 |
* | tag: added buffered versions of the tag_print.c code | Max Kellermann | 2008-09-07 | 1 | -3/+20 |
* | song: moved code to song_print.c, song_save.c | Max Kellermann | 2008-09-07 | 1 | -0/+160 |