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.c
Age
Commit message (
Expand
)
Author
2008-11-01
decoder: return const decoder_plugin structs
Max Kellermann
2008-10-31
update: check return values
Max Kellermann
2008-10-15
song: check file type in song_file_update()
Max Kellermann
2008-10-15
playlist: added support for adding songs not in the music database
Max Kellermann
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann
2008-10-14
song: pass const song pointer to song_get_url()
Max Kellermann
2008-10-13
song: stat file in song_file_update(), don't use isMusic()
Max Kellermann
2008-10-13
song: song_get_url: fix "/" prefix for songs in music_root
Eric Wong
2008-10-08
directory: eliminate CamelCase
Max Kellermann
2008-10-08
song: don't allow calling song_get_url(NULL)
Max Kellermann
2008-10-08
song: use song_file_update() in song_file_load()
Max Kellermann
2008-10-08
song: song_file_update() returns bool
Max Kellermann
2008-10-08
song: don't check song_is_file() in song_file_update()
Max Kellermann
2008-10-08
song: removed CamelCase
Max Kellermann
2008-10-08
song: replaced all song constructors
Max Kellermann
2008-10-08
don't include os_compat.h
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-07
directory: serialize song deletes from playlist during update
Eric Wong
2008-10-07
Assert if we don't have song or song->url set
Eric Wong
2008-10-06
song: stop storing song_type
Eric Wong
2008-10-06
song: don't make the struct packed
Max Kellermann
2008-10-06
song: use flex arrays to store song->url
Eric Wong
2008-10-06
song: get rid of newNullSong()
Eric Wong
2008-10-06
song: call freeJustSong if newSong fails
Eric Wong
2008-09-29
decoder: renamed plugin methods
Max Kellermann
2008-09-29
song: converted "type" to enum
Max Kellermann
2008-09-26
song: removed type SongList
Max Kellermann
2008-09-23
Replace SongList with struct songvec
Eric Wong
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
tag: moved code to tag_print.c
Max Kellermann
2008-09-06
tag: fix segfault on update
Eric Wong
2008-08-29
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
song: don't export newNullSong()
Max Kellermann
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-26
assert song->url != NULL
Max Kellermann
2008-08-26
no camel case in struct decoder_plugin
Max Kellermann
2008-08-26
renamed inputPlugin.* to decoder_list.*
Max Kellermann
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-03-26
fix segmentation fault in song info parser
Max Kellermann
2008-03-26
eliminated duplicate initialization
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-01
song: updateSongInfo: left out charset conversion when going thread-safe
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
2006-10-27
add support for: list file
Warren Dukes
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
[next]