22
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
util/RedBlackTree: fix lost "right" child while swapping with successor More... 23 days ago
util/RedBlackTree: swap colors when swapping with successor More... 23 days ago
util/IntrusiveTreeSet: add debug method Check() More... 23 days ago
util/IntrusiveSortedList: remove unused class More... 30 days ago
event/TimerList: remove option NO_BOOST More... about 1 month ago
event/TimerList: use IntrusiveTreeSet instead of boost::intrusive::multiset More... about 1 month ago
util/IntrusiveTreeSet: new class More... about 1 month ago
net/UniqueSocketDescriptor: add method MoveToFileDescriptor() More... about 1 month ago
util, io, net, ...: use "#pragma once" More... 2 months ago
net/SocketError: fix typo More... 2 months ago
.readthedocs.yaml: add More... 3 months ago
net/SocketDescriptor: disable msghdr methods on Windows More... 4 months ago
net/SocketDescriptor: remove misplaced [[nodiscard]] More... 4 months ago
util/CharUtil: add IsUpperAlphaNumericASCII() 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
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
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
util/ByteOrder: move Packed* classes to separate headers More... 4 months ago
util/CharUtil: add IsLowerHexDigit() More... 4 months ago
subprojects: add libmpdclient wrap More... 4 months ago
net/SocketDescriptor: SO_PROTOCOL is really Linux-specific More... 5 months ago
net/SocketDescriptor: add method GetProtocol() More... 5 months ago
net/SocketDescriptor: add method GetIntOption() More... 5 months ago
net/SocketDescriptor: use method GetOption() internally More... 5 months ago
event/{Coarse,Fine}TimerEvent: add API docs More... 6 months ago