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
2016-03-10
queue/Playlist: remove redundant "struct" keyword
Max Kellermann
2016-03-10
queue/Playlist: call OnModified(), eliminate duplicate code
Max Kellermann
2016-03-07
Merge branch 'v0.19.x'
Max Kellermann
2016-03-07
archive/iso9660: check path buffer bounds
Max Kellermann
2016-03-07
archive/iso9660: use a single path buffer for Visit()
Max Kellermann
2016-03-07
archive/iso9660: move the "." and ".." checks up
Max Kellermann
2016-03-07
archive/iso9660: add local variable "filename"
Max Kellermann
2016-03-07
archive/iso9660: make variables more local
Max Kellermann
2016-03-06
util/HugeAllocator: fix division by zero due to inverted check
Max Kellermann
2016-03-06
protocol/ArgParser: fix range check
Max Kellermann
2016-03-06
decoder/dsdiff: fix off-by-one buffer overflow
Max Kellermann
2016-03-06
decoder/opus: limit tag size to 64 kB
Max Kellermann
2016-03-06
mixer/pulse: fix integer division rounding
Max Kellermann
2016-03-05
Instance: add StateFile* attribute
Max Kellermann
2016-03-05
Partition: un-inline the constructor
Max Kellermann
2016-03-05
Idle: move flags to IdleFlags.hxx
Max Kellermann
2016-03-05
GlobalEvents: expose the internal class
Max Kellermann
2016-03-05
Instance: embed EventLoop, no pointer
Max Kellermann
2016-03-05
Main: use Instance::Shutdown()
Max Kellermann
2016-03-05
client/ClientRead: use Instance::Shutdown()
Max Kellermann
2016-03-05
db/update/Service: convert const to constexpr
Max Kellermann
2016-03-05
db/update/Service: eliminate attribute "progress"
Max Kellermann
2016-03-05
Partition: add method EmitIdle()
Max Kellermann
2016-03-05
event/MaskMonitor: new class to replace code in GlobalEvents and Idle
Max Kellermann
2016-03-05
GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead
Max Kellermann
2016-03-05
GlobalEvents: include cleanup
Max Kellermann
2016-03-05
Instance: add method Shutdown()
Max Kellermann
2016-03-05
Instance: use C++11 initializers
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-03-01
thread/Posix{Mutex,Cond}: use "constexpr" only with glibc
Max Kellermann
2016-02-28
player/Control: Play*() returns Error information
Max Kellermann
2016-02-28
queue/PlaylistControl: clear "queued" before calling LockSeek()
Max Kellermann
2016-02-28
command/error: remove unused function print_playlist_result()
Max Kellermann
2016-02-28
PlaylistPrint: throw PlaylistError on error
Max Kellermann
2016-02-28
command/error: remove db_domain from ToAck(Error)
Max Kellermann
2016-02-28
db/proxy: throw DatabaseError on error
Max Kellermann
2016-02-28
db/simple: throw DatabaseError on error
Max Kellermann
2016-02-28
db/simple: handle exception in Open() properly, fix memory leak
Max Kellermann
2016-02-28
db/simple: use second Error instance in Open()
Max Kellermann
2016-02-28
command/error: remove playlist_domain from ToAck(Error)
Max Kellermann
2016-02-28
SongLoader: throw PlaylistError on error
Max Kellermann
2016-02-28
SongLoader: use temporary stack variable, no heap allocation
Max Kellermann
2016-02-28
queue/PlaylistControl: throw PlaylistError on error
Max Kellermann
2016-02-28
queue/PlaylistEdit: throw PlaylistError on error
Max Kellermann
2016-02-28
playlist/edit: use std::unique_ptr
Max Kellermann
2016-02-28
playlist/queue: use std::unique_ptr
Max Kellermann
2016-02-28
queue/QueueCommands: use std::unique_ptr
Max Kellermann
2016-02-28
queue/PlaylistTag: throw PlaylistError on error
Max Kellermann
2016-02-28
PlaylistError: add NotPlaying()
Max Kellermann
2016-02-28
output/alsa: disable DoP if it fails
Max Kellermann
[next]