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
Age
Commit message (
Expand
)
Author
2020-10-30
event/PollBackend: use vector::push_back() instead of resize()
Max Kellermann
2020-10-30
event/PollBackend: add Item constructor
Max Kellermann
2020-10-30
event/PollBackend: use unordered_map::find() instead of operator[]
Max Kellermann
2020-10-30
event/PollBackend: use unordered_map::emplace() in Add()
Max Kellermann
2020-10-30
event/PollBackend: use std::size_t
Max Kellermann
2020-10-30
event/PollGroupWinSelect: add Item constructor
Max Kellermann
2020-10-30
event/WinSelect: use unordered_map::find() instead of operator[]
Max Kellermann
2020-10-30
event/WinSelect: merge duplicate code into ApplyReady()
Max Kellermann
2020-10-30
event/WinSelect: add missing `const` to deleted copy ctor/operator
Max Kellermann
2020-10-30
event/WinSelect: reorder method prototypes
Max Kellermann
2020-10-30
event/WinSelect: use unordered_map::emplace() in Add()
Max Kellermann
2020-10-30
event/WinSelect: use SOCKET as std::unordered_map key
Max Kellermann
2020-10-28
clang-tidy: convert to all/any_of
Rosen Penev
2020-10-28
Merge tag 'v0.22.2' into master
Max Kellermann
2020-10-28
release v0.22.2
v0.22.2
Max Kellermann
2020-10-28
meson_options.txt: disable the "smbclient" plugin by default
Max Kellermann
2020-10-28
lib/yajl/Handle: strip newlines from error messages
Max Kellermann
2020-10-28
lib/yajl/Handle: un-inline the throwing code
Max Kellermann
2020-10-28
util/FormatString: update API documentation
Max Kellermann
2020-10-28
protocol/Ack: remove unused variable `ack_domain`
Max Kellermann
2020-10-28
Main: save the state_file on shutdown
Max Kellermann
2020-10-28
event/Loop: AbandonFD() unlinks the SocketEvent
Max Kellermann
2020-10-28
event/Loop: pass SocketEvent& to AbandonFD()
Max Kellermann
2020-10-28
event/ServerSocket: remove obsolete API documentation
Max Kellermann
2020-10-28
db/simple: purge songs for unavailable decoder plugins on update
Max Kellermann
2020-10-28
fs/Traits: add GetPathSuffix()
Max Kellermann
2020-10-28
db/simple/Directory: add `pure` attribute
Max Kellermann
2020-10-28
db/update/Walk: add code comments
Max Kellermann
2020-10-27
db/simple: purge special directories for unavailable plugins on update
Max Kellermann
2020-10-27
db/update/Walk: adjust lamba indent
Max Kellermann
2020-10-27
fs/Traits: add GetFilenameSuffix()
Max Kellermann
2020-10-27
increment version number to 0.22.2
Max Kellermann
2020-10-20
system/FileDescriptor: fix Duplicate result
arcnmx
2020-10-19
event/PollGroup: rename to PollBackend
Max Kellermann
2020-10-19
event/PollGroup: move event flags to a separate header
Max Kellermann
2020-10-18
event/SocketEvent: forbid copying
Max Kellermann
2020-10-18
event/Loop: reorder assertions
Max Kellermann
2020-10-18
event/Loop: add assertions
Max Kellermann
2020-10-18
event/SocketEvent: use class IntrusiveList<>
Max Kellermann
2020-10-18
event/Loop: manage all SocketEvents in a linked list
Max Kellermann
2020-10-18
event/Loop: un-inline AddFD(), ModifyFD()
Max Kellermann
2020-10-18
event/Loop: round epoll_wait() timeout up
Max Kellermann
2020-10-18
io/uring/Queue: use IntrusiveList<>
Max Kellermann
2020-10-18
event/IdleEvent: use class IntrusiveList<>
Max Kellermann
2020-10-18
util/IntrusiveList: replacement for boost::intrusive::list
Max Kellermann
2020-10-18
event/IdleEvent: use `auto`
Max Kellermann
2020-10-18
event/IdleEvent: forbid copying
Max Kellermann
2020-10-17
Merge tag 'v0.22.1' into master
Max Kellermann
2020-10-17
release v0.22.1
v0.22.1
Max Kellermann
2020-10-17
lib/nfs/patches: disable the snprintf->sprintf_s alias
Max Kellermann
[prev]
[next]