- 03 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 18 Jul, 2011 1 commit
-
-
Jonathan Neuschäfer authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 10 Nov, 2009 1 commit
-
-
Max Kellermann authored
This function was not present in SQLite < 3.4.
-
- 05 Jul, 2009 1 commit
-
-
Max Kellermann authored
-
- 28 Apr, 2009 1 commit
-
-
Max Kellermann authored
sticker_delete_value() deletes only one value in a sticker, while the old function sticker_delete() deletes all values.
-
- 01 Apr, 2009 2 commits
-
-
Max Kellermann authored
sticker_find() finds stickers with the specified name.
-
Max Kellermann authored
-
- 27 Mar, 2009 1 commit
-
-
Max Kellermann authored
Simplify initialization and finalization.
-
- 14 Mar, 2009 4 commits
-
-
Max Kellermann authored
Turn the "return false" error handlers into "return NULL".
-
Max Kellermann authored
Moved the hash table initialization from sticker_list_values() to the new function sticker_new(). This fixes a memory leak in sticker_list_values().
-
Max Kellermann authored
sticker_list_values() is only used internally in sticker.c. Remove sticker_song_list_values() completely, it is superseded by sticker_song_get().
-
Max Kellermann authored
The sticker struct can be used for enumerating values. This will replace the sticker_list_values() function.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 11 Mar, 2009 1 commit
-
-
Eric Wollesen authored
-
- 03 Mar, 2009 1 commit
-
-
Eric Wollesen authored
[mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
-
- 25 Jan, 2009 1 commit
-
-
Qball Cow authored
-
- 19 Jan, 2009 1 commit
-
-
Max Kellermann authored
"Stickers" are pieces of information attached to existing MPD objects (e.g. song files, directories, albums). Clients can create arbitrary name/value pairs. MPD itself does not assume any special meaning in them.
-