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
Age
Commit message (
Expand
)
Author
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-08-02
util/ASCII: add StringStartsWithCaseASCII()
Max Kellermann
2018-08-02
lib/icu/Init: add class ScopeIcuInit
Max Kellermann
2018-08-02
lib/icu/Init: add "noexcept"
Max Kellermann
2018-08-02
config/Path: simplify expression
Max Kellermann
2018-08-02
config/Path: remove unnecessary IsNull() check
Max Kellermann
2018-08-01
unix/PidFile: add "noexcept"
Max Kellermann
2018-08-01
unix/{Daemon,PidFile}: throw exception on error
Max Kellermann
2018-08-01
Main: add "noexcept"
Max Kellermann
2018-08-01
Main: remove exception handler from mpd_main_after_fork()
Max Kellermann
2018-08-01
Main: move log_deinit() call to mpd_main()
Max Kellermann
2018-08-01
Main: move code to MainOrThrow(), leaving exception handler in mpd_main()
Max Kellermann
2018-08-01
Main: move libdbus cleanup to class ODBus::ScopeInit
Max Kellermann
2018-07-30
SongFilter: implement the AND operator
Max Kellermann
2018-07-30
Songfilter: move code to ExpectWord()
Max Kellermann
2018-07-30
Songfilter: allow redundant parantheses
Max Kellermann
2018-07-30
SongFilter: make ParseExpression() static
Max Kellermann
2018-07-29
SongFilter: move code from SongFilter to AndSongFilter
Max Kellermann
2018-07-28
[OSXOutputPlugin] Fix a bug that the stream sample rate is missing
Yue Wang
2018-07-26
input/qobuz: initialize the libgcrypt library
Max Kellermann
2018-07-26
lib/gcrypt/MD5: move code to util/HexFormat.cxx
Max Kellermann
2018-07-26
lib/gcrypt/MD5: return a StringBuffer
Max Kellermann
2018-07-26
lib/gcrypt/MD5: move code to Hash.hxx
Max Kellermann
2018-07-26
lib/gcrypt/MD5: relicense to BSD-2
Max Kellermann
2018-07-25
SongFilter: make several macros internal
Max Kellermann
2018-07-25
SongFilter: make locate_parse_type() static
Max Kellermann
2018-07-25
command/Database: don't use locate_parse_type()
Max Kellermann
2018-07-25
command/Database: move code to handle_list_file()
Max Kellermann
2018-07-25
db/Print: pass TagType to PrintUniqueTags()
Max Kellermann
2018-07-25
db/Print: move code to PrintSongUris()
Max Kellermann
2018-07-25
SongFilter: make Item an interface
Max Kellermann
2018-07-25
SongFilter: move code to class StringFilter
Max Kellermann
2018-07-25
SongFilter: allow dash in tag name
Max Kellermann
2018-07-25
util/TimeISO8601: new utility library
Max Kellermann
2018-07-25
util/TimeConvert: new utility library
Max Kellermann
2018-07-25
TimePrint: remove unused time_t overload
Max Kellermann
2018-07-25
SongFilter: remove DetachedSong overloads
Max Kellermann
2018-07-25
decoder/ffmpeg: skip the av_probe_input_format() call
Max Kellermann
2018-07-25
input/buffered: fix bogus offset after Seek()
Max Kellermann
2018-07-24
SongFilter: implement operator "!="
Max Kellermann
2018-07-24
SongFilter: new extensible filter syntax
Max Kellermann
2018-07-24
SongFilter: add ToExpression()
Max Kellermann
2018-07-24
SongFilter: pass std::string&& to Item constructor
Max Kellermann
2018-07-24
SongFilter: use std::list::emplace_back()
Max Kellermann
2018-07-21
SongFilter: basic support for negated items
Max Kellermann
2018-07-21
SongFilter: simplify Parse() loop
Max Kellermann
2018-07-21
SongFilter: Parse() throws exception on error
Max Kellermann
2018-07-21
SongFilter: make internal Parse() overload private
Max Kellermann
2018-07-21
SongFilter: remove obsolete prototype
Max Kellermann
[next]