- 05 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/577
-
Max Kellermann authored
-
- 06 Jun, 2019 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Eliminates yet another string copy.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminates a number of allocations, because callers don't need to copy the strings to a newly allocated buffer only to null-terminate them. And most callers don't need to have a null-terminated string.
-
- 31 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 22 May, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Propagate the error to the caller instead of logging it.
-
- 21 May, 2019 1 commit
-
-
Max Kellermann authored
Map ID3 "TIT1" to this new core tag type. Closes https://github.com/MusicPlayerDaemon/MPD/issues/563
-
- 08 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 07 May, 2019 2 commits
-
-
Max Kellermann authored
Prepare the transition to std::mutex.
-
Max Kellermann authored
-
- 16 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 04 Apr, 2019 1 commit
-
-
Max Kellermann authored
-
- 18 Mar, 2019 1 commit
-
-
Max Kellermann authored
-
- 15 Mar, 2019 1 commit
-
-
Max Kellermann authored
-
- 12 Mar, 2019 1 commit
-
-
Max Kellermann authored
-
- 08 Mar, 2019 1 commit
-
-
Max Kellermann authored
-
- 22 Feb, 2019 1 commit
-
-
Max Kellermann authored
Similar to commit ff1ff1e5
-
- 02 Feb, 2019 1 commit
-
-
kaliko authored
-
- 14 Jan, 2019 1 commit
-
-
James D. Smith authored
"De-facto" field mappings are available at http://wiki.hydrogenaud.io/index.php?title=Tag_Mapping.
-
- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 24 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 22 Oct, 2018 9 commits
-
-
Max Kellermann authored
Grouping in the "list" command was completely broken from the start, unlike "count group". I have no idea what I have been thinking when I wrote commit ae178c77, but it didn't make any sense. This commit is a rewrite of the feature. For clients to be able to detect this feature, this commit also increments the protocol version.
-
Max Kellermann authored
Be consistent with "list" responses.
-
Max Kellermann authored
-
Max Kellermann authored
Just like AlbumArtist falls back to Artist, AlbumArtistSort should fall back tom AlbumArtist, ArtistSort and finally Artist. Closes #355
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This improves the workaround from commit b5ba94f1 and actually gives a useful result for "list" with a disabled tag.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Oct, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-