aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongPrint.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-12SongPrint: use DetachedSong::GetDuration()Max Kellermann1-1/+5
2014-03-01command: add command "listfiles"Max Kellermann1-19/+25
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-3/+11
2014-01-24Database*: move to db/Max Kellermann1-1/+1
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann1-1/+0
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-6/+8
2014-01-19Song: embed the Tag object statically into class SongMax Kellermann1-2/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-9/+45
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann1-10/+4
2013-10-19*: use references instead of pointersMax Kellermann1-18/+18
2013-07-30tag: convert to C++Max Kellermann1-2/+2
2013-07-28song: convert header to C++Max Kellermann1-4/+4
2013-04-08uri: convert to C++Max Kellermann1-4/+1
2013-01-30TagPool, ...: include cleanupMax Kellermann1-0/+2
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-2/+2
2013-01-03client: convert to C++Max Kellermann1-1/+1
2013-01-02Directory: turn functions to methodsMax Kellermann1-2/+2
2013-01-02Directory: make the header C++ onlyMax Kellermann1-1/+1
2013-01-02mapper: convert to C++Max Kellermann1-1/+1
2013-01-02*_print: convert to C++Max Kellermann1-4/+7
2012-08-08time_print: new library, function time_print()Max Kellermann1-26/+3
2012-01-24directory: replace songvec with doubly linked listMax Kellermann1-1/+0
2011-09-13db_print: move code to function db_selection_print()Max Kellermann1-15/+0
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann1-1/+3
2010-06-25song_print: simplified start_ms/end_ms checkMax Kellermann1-12/+10
2010-05-18command: fallback strftime() formats on WIN32Max Kellermann1-1/+7
2010-02-08song_print: song_print() returns voidMax Kellermann1-6/+7
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27song: added support for selecting a time rangeMax Kellermann1-0/+13
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-5/+5
2009-07-06song_print: check gmtime_r()'s return valueMax Kellermann1-7/+11
2009-07-05song_print: send song modification time to clientMax Kellermann1-0/+17
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-27song_print: hide HTTP password in playlistMax Kellermann1-1/+11
2009-01-04directory: added directory_is_root()Max Kellermann1-1/+1
2008-10-08directory: fix update in root directoryMax Kellermann1-1/+1
2008-10-08directory: eliminate CamelCaseMax Kellermann1-1/+1
2008-10-08song: removed CamelCaseMax Kellermann1-2/+2
2008-10-08song: converted typedef Song to struct songMax Kellermann1-3/+6
2008-10-07song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann1-8/+8
2008-10-07song: replace printSong* with song_print_*Eric Wong1-4/+4
2008-09-23Replace SongList with struct songvecEric Wong1-6/+7
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-10/+10
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-16/+24
2008-09-07tag: moved code to tag_print.cMax Kellermann1-16/+22
2008-08-26added inline function audio_format_time_to_size()Max Kellermann1-0/+5