summaryrefslogtreecommitdiff
path: root/src/song_print.c
AgeCommit message (Expand)Author
2013-01-02*_print: convert to C++Max Kellermann
2012-08-08time_print: new library, function time_print()Max Kellermann
2012-01-24directory: replace songvec with doubly linked listMax Kellermann
2011-09-13db_print: move code to function db_selection_print()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann
2010-06-25song_print: simplified start_ms/end_ms checkMax Kellermann
2010-05-18command: fallback strftime() formats on WIN32Max Kellermann
2010-02-08song_print: song_print() returns voidMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-27song: added support for selecting a time rangeMax Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-07-06song_print: check gmtime_r()'s return valueMax Kellermann
2009-07-05song_print: send song modification time to clientMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-27song_print: hide HTTP password in playlistMax Kellermann
2009-01-04directory: added directory_is_root()Max Kellermann
2008-10-08directory: fix update in root directoryMax Kellermann
2008-10-08directory: eliminate CamelCaseMax Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-07song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann
2008-10-07song: replace printSong* with song_print_*Eric Wong
2008-09-23Replace SongList with struct songvecEric Wong
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann