194
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'NEWS-update' of https://github.com/mxjeff/MPD More... 4 months ago
Merge branch 'logging' of https://github.com/DDRBoxman/MPD More... 4 months ago
Add NEWS entry about the switch to sphinx_rtd_theme More... 4 months ago
net/SocketDescriptor: add Send()/Receive() overloads with iovec More... 4 months ago
net/SocketDescriptor: add sendmsg(), recvmsg() wrappers More... 4 months ago
test/util: use unsigned integer literals for -Wsign-compare More... 4 months ago
net/SocketDescriptor: pass span<byte> to Read()/Write() More... 4 months ago
net/SocketDescriptor: add [[nodiscard]] More... 4 months ago
io/FileDescriptor: add [[nodiscard]] More... 4 months ago
doc/protocol.rst: update failure response example More... 4 months ago
db/simple: make more fields `const` More... 4 months ago
db/simple: pass hide_playlist_targets to sub-instance More... 4 months ago
db/simple: reorder fields to reduce padding More... 4 months ago
android: Implement basic media session handling for next and previous track More... 4 months ago
net/StaticSocketAddress: add `constexpr` More... 4 months ago
net/SocketAddress: move code to IsInet() More... 4 months ago
net/AddressInfo: add methods IsInet(), IsTCP() More... 4 months ago
android: Move logging into it's own repository class. More... 4 months ago
android: Add dependencies and new application class for dagger / hilt support More... 4 months ago
util/CNumberParser: remove unused function ParseInt64() More... 4 months ago
decoder/OpusTags: use ParseInteger() More... 4 months ago
util/NumberParser: new library based on std::from_chars() More... 4 months ago
util/NumberParser: rename to CNumberParser More... 4 months ago
storage/curl: eliminate std::strings, parse string_view directly More... 4 months ago
lib/expat/ExpatParser: pass std::string_view to CharacterData() More... 4 months ago
lib/upnp/Device: use std::forward_list instead of std::vector More... 4 months ago
lib/upnp/Device: remove unnecessary ctors/dtors More... 4 months ago
lib/upnp/Discovery: pass std::string_view to LockRemove() More... 4 months ago
lib/upnp/Discovery: add `noexcept` More... 4 months ago
lib/upnp/Discovery: use std::map instead of std::list More... 4 months ago