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
2021-03-04
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-03-04
util/AllocatedString: support casting a nulled instance to string_view
Max Kellermann
2021-03-04
util/AllocatedString: add operator=()
Max Kellermann
2021-03-04
util/AllocatedString: replace Clone() with copy constructor
Max Kellermann
2021-03-04
util/AllocatedString: add const_pointer constructor
Max Kellermann
2021-03-04
util/AllocatedString: add string_view constructor
Max Kellermann
2021-03-04
util/AllocatedString: add default constructor
Max Kellermann
2021-03-04
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-03-04
time/ISO8601: don't use glibc extension in strptime.
Érico Rolim
2021-03-04
storage/plugins/CurlStorage: don't use glibc extension in
Érico Rolim
2021-02-22
decoder/ffmpeg: fix build problem with FFmpeg 3.4
Max Kellermann
2021-02-22
decoder/ffmpeg: move code to IsSeekable(AVFormatContext)
Max Kellermann
2021-02-16
db/simple: fix ExportedSong move constructor for non-owning sources
Max Kellermann
2021-02-15
command/queue: better error message for open-ended range with "move"
Max Kellermann
2021-02-15
protocol/ArgParser: check for invalid ranges
Max Kellermann
2021-02-15
protocol/RangeArg: add methods IsWellFormed(), IsEmpty(), HasAtLeast(), Count()
Max Kellermann
2021-02-15
protocol/RangeArg: add static method Single()
Max Kellermann
2021-02-15
protocol/RangeArg: add method IsOpenEnded()
Max Kellermann
2021-02-15
protocol/RangeArg: add static method OpenEnded()
Max Kellermann
2021-02-15
protocol/RangeArg: add missing `noexcept`
Max Kellermann
2021-02-15
src/output: Set thread name for Wasapi output thread
Shen-Ta Hsieh
2021-02-15
src/win32: run clang-format
Shen-Ta Hsieh
2021-02-15
src/win32: Add error message for NO_ERROR
Shen-Ta Hsieh
2021-02-15
db/simple: fix dangling LightSong::tag reference in moved ExportedSong
Max Kellermann
2021-02-15
output/Thread: skip drain calls if there is no data to be played
Max Kellermann
2021-02-15
output/pulse: don't drain if stream is suspended or corked
Max Kellermann
2021-02-15
output/pulse: move code to virtual method Drain()
Max Kellermann
2021-02-15
output/pulse: eliminate the `pause` field
Max Kellermann
2021-02-07
archive/iso9660: another fix for unaligned reads
Max Kellermann
2021-02-07
archive/iso9660: check "skip==0" before doing optimized large read
Max Kellermann
2021-02-07
Fix: Separate Conductor from Performer
vkostas
2021-01-21
net/SocketError: add syscall specific check functions
Max Kellermann
2021-01-21
net/SocketError: relicense to BSD-2
Max Kellermann
2021-01-21
protocol: add command "binarylimit"
Max Kellermann
2021-01-21
client/FileCommands: validate the given offset
Max Kellermann
2021-01-21
event/FullyBufferedSocket: add method GetOutputMaxSize()
Max Kellermann
2021-01-21
util/PeakBuffer: add method max_size()
Max Kellermann
2021-01-21
util/PeakBuffer: use std::byte instead of std::uint8_t
Max Kellermann
2021-01-21
util/PeakBuffer: add `noexcept`
Max Kellermann
2021-01-21
util/PeakBuffer: use std::size_t
Max Kellermann
2021-01-21
util/ForeignFifoBuffer: use `auto`
Max Kellermann
2021-01-21
command/Request: ParseUnsigned() returns unsigned
Max Kellermann
2021-01-21
input/curl: disable verify_peer on Android by default
Max Kellermann
2021-01-21
db/simple/Song: Export() merges tags with "target"
Max Kellermann
2021-01-21
db/simple/ExportedSong: add option to own a Tag
Max Kellermann
2021-01-21
db/simple/ExportedSong: new class
Max Kellermann
2021-01-21
SongPrint: use LightSong::GetDuration()
Max Kellermann
2021-01-21
util/StringView: add method SplitLast()
Max Kellermann
2021-01-20
command/file: use %zu to format a size_t
Max Kellermann
2021-01-20
client/Response: add `printf` attribute
Max Kellermann
[next]