index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
song_print.c
Age
Commit message (
Expand
)
Author
2013-01-02
*_print: convert to C++
Max Kellermann
2012-08-08
time_print: new library, function time_print()
Max Kellermann
2012-01-24
directory: replace songvec with doubly linked list
Max Kellermann
2011-09-13
db_print: move code to function db_selection_print()
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-07-25
{queue,song}_print: print relative paths if possible
Max Kellermann
2010-06-25
song_print: simplified start_ms/end_ms check
Max Kellermann
2010-05-18
command: fallback strftime() formats on WIN32
Max Kellermann
2010-02-08
song_print: song_print() returns void
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-27
song: added support for selecting a time range
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
2009-07-06
song_print: check gmtime_r()'s return value
Max Kellermann
2009-07-05
song_print: send song modification time to client
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-27
song_print: hide HTTP password in playlist
Max Kellermann
2009-01-04
directory: added directory_is_root()
Max Kellermann
2008-10-08
directory: fix update in root directory
Max Kellermann
2008-10-08
directory: eliminate CamelCase
Max Kellermann
2008-10-08
song: removed CamelCase
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-10-07
song: use songvec_for_each() in songvec_print() / songvec_save()
Max Kellermann
2008-10-07
song: replace printSong* with song_print_*
Eric Wong
2008-09-23
Replace SongList with struct songvec
Eric Wong
2008-09-07
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann