aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* song_print: check gmtime_r()'s return valueMax Kellermann2009-07-061-7/+11
* song_print: send song modification time to clientMax Kellermann2009-07-051-0/+17
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* song_print: hide HTTP password in playlistMax Kellermann2009-02-271-1/+11
* directory: added directory_is_root()Max Kellermann2009-01-041-1/+1
* directory: fix update in root directoryMax Kellermann2008-10-081-1/+1
* directory: eliminate CamelCaseMax Kellermann2008-10-081-1/+1
* song: removed CamelCaseMax Kellermann2008-10-081-2/+2
* song: converted typedef Song to struct songMax Kellermann2008-10-081-3/+6
* song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann2008-10-071-8/+8
* song: replace printSong* with song_print_*Eric Wong2008-10-071-4/+4
* Replace SongList with struct songvecEric Wong2008-09-231-6/+7
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-10/+10
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-071-0/+54