- 23 Jun, 2014 1 commit
-
-
Max Kellermann authored
Error message was 'too few arguments for "find"' because the "base" constraint was not supported, and no other constraints remained.
-
- 15 Jan, 2014 1 commit
-
-
Max Kellermann authored
Fixes clang warning.
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Oct, 2013 3 commits
-
-
Max Kellermann authored
Restores the features from the previous draft commands "findin" / "searchin".
-
Max Kellermann authored
According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code.
-
Max Kellermann authored
-
- 20 Oct, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's g_ascii_strcasecmp().
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 26 Sep, 2013 2 commits
-
-
Max Kellermann authored
Implement Mantis ticket 0003646.
-
Max Kellermann authored
-
- 05 Sep, 2013 1 commit
-
-
Max Kellermann authored
-
- 30 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 28 Jul, 2013 1 commit
-
-
Max Kellermann authored
-
- 16 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2012 8 commits
-
-
Max Kellermann authored
Merge locate_song_search() and locate_song_match().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fold the case during construction, without having to create another copy.
-
Max Kellermann authored
-
- 27 Jun, 2012 1 commit
-
-
Max Kellermann authored
-
- 13 Sep, 2011 1 commit
-
-
Max Kellermann authored
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 30 Jun, 2010 1 commit
-
-
Max Kellermann authored
Convert a string into a tag_type enum.
-
- 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.
-
- 04 Nov, 2009 1 commit
-
-
Max Kellermann authored
Convert a string into a tag_type enum.
-
- 28 Apr, 2009 1 commit
-
-
Max Kellermann authored
strcasecmp() is locale dependent, making it a bad choice for internal string comparisons.
-
- 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.
-
- 27 Feb, 2009 2 commits
-
-
Max Kellermann authored
There's no point in declaring num_items as a uint8_t, it doesn't save any space, due to padding. This allows us to lift the articial "255 items" limitation.
-
Max Kellermann authored
Renamed numOfItems to num_items.
-
- 25 Jan, 2009 2 commits
-
-
Max Kellermann authored
On some platforms, g_free() must be used for memory allocated by GLib. This patch intends to correct a lot of occurrences, but is probably not complete.
-
Qball Cow authored
-
- 24 Jan, 2009 2 commits
-
-
Max Kellermann authored
Merged casefolding code from two locations into this one library function.
-
Max Kellermann authored
Changed the function prototypes to get locate_item_list objects instead of num_items/items.
-