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
/
tag
Age
Commit message (
Expand
)
Author
2020-05-30
use std chr functions
Rosen Penev
2020-04-27
tag/FixString: use IsNonPrintableASCII()
Max Kellermann
2020-04-24
tag/GenParseName: include stdlib.h for EXIT_SUCCESS
Max Kellermann
2020-04-24
tag/ParseName: generate an optimized tag_name_parse() at build time
Max Kellermann
2020-04-24
tag/Pool: use strncmp() without strlen() to compare strings
Max Kellermann
2020-04-24
tag/Builder: reserve room in std::vector in default constructor
Max Kellermann
2020-04-24
tag/Tag: use class DereferenceIterator
Max Kellermann
2020-04-24
tag/FixString: add optimistic quick check
Max Kellermann
2020-04-24
tag/FixString: use IsPrintableASCII()
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-22
tag/Fallback: add tag fallback for AlbumSort
geneticdrift
2020-04-08
util/SplitString: convert return value to std::string_view
Max Kellermann
2020-04-08
Merge branch 'stl' of git://github.com/neheb/MPD
Max Kellermann
2020-04-08
[cppcheck] convert several functions to use std::all_of
Rosen Penev
2020-04-02
Merge tag 'v0.21.22'
Max Kellermann
2020-04-02
tag/Pool: enlarge hash table
Max Kellermann
2020-03-19
[clang-tidy] use default member init
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-13
util/ASCII: migrate to std::string_view
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-11
tag/Mask: fix yet another typo, this time in Unset()
Max Kellermann
2020-02-04
Merge remote-tracking branches 'neheb/bind', 'neheb/move' and 'neheb/str'
Max Kellermann
2020-02-04
tag/ApeTag: don't take reference of IterableSplitString() elements
Max Kellermann
2020-02-02
[clang-tidy] convert several functions to const &
Rosen Penev
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
tag/ApeLoader: remove exception handler, let caller catch
Max Kellermann
2020-01-18
tag/Id3Scan: remove exception handler, let caller catch
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann
2019-11-05
tag/Mask: add `noexcept`
Max Kellermann
2019-10-25
add tag "Conductor"
smutbert
2019-08-14
tag/MixRamp: pass StringView to ParseMixRampVorbis()
Max Kellermann
2019-08-14
tag/MixRamp: add `noexcept`
Max Kellermann
2019-08-14
decoder/{opus,vorbis}: support embedded pictures (METADATA_BLOCK_PICTURE)
Max Kellermann
2019-08-14
tag/VorbisComment: use struct StringView
Max Kellermann
2019-08-14
tag/MixRamp: use StringView in ParseMixRampTagTemplate()
Max Kellermann
2019-08-12
tag/Id3Scan: support embedded pictures (the "APIC" tag)
Max Kellermann
2019-08-12
tag/Handler: add virtual method OnPicture()
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
tag/Type: add tag "Work"
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-06
tag/Id3Scan: eliminate a string copy in UFID importer
Max Kellermann
2019-06-06
tag/ApeTag: use IterableSplitString
Max Kellermann
2019-06-06
tag/Table: add StringView overloads
Max Kellermann
2019-06-06
tag/ParseName: add StringView overloads
Max Kellermann
2019-06-06
tag/Handler: pass StringView to OnTag() and OnPair()
Max Kellermann
2019-05-31
tag/Generic: fail if InputStream is not seekable
Max Kellermann
[next]