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
/
net
Age
Commit message (
Expand
)
Author
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-29
net/Resolver: replace memset(0) with empty C++ initializer list
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-03
net/AllocatedSocketAddress: import std::swap
Max Kellermann
2019-07-03
net/{Allocated,Static}SocketAddress: use IPv[46]Address::SetPort()
Max Kellermann
2019-07-03
net/ToString: move UnmapV4() to class IPv6Address
Max Kellermann
2019-07-03
net/ToString: UnmapV4() returns IPv4Address
Max Kellermann
2019-07-03
net/SocketAddress: use IPv[46]Address::Cast()
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-04
Merge branch 'v0.21.x'
Max Kellermann
2019-04-03
net/IPv[46]Address: add cast to void* to fix GCC9 build failure
Max Kellermann
2019-03-21
Merge branch 'v0.21.x'
Max Kellermann
2019-03-20
event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"
Max Kellermann
2019-03-08
system/ByteOrder: move to util/
Max Kellermann
2019-02-27
net/StaticSocketAddress: remove GetAddress()
Max Kellermann
2019-02-27
net/StaticSocketAddress: add GetLocalRaw()
Max Kellermann
2019-02-27
net/SocketDescriptor: add SetTcpUserTimeout()
Max Kellermann
2019-02-19
net/IPv[46]Address: update copyright
Max Kellermann
2019-02-19
net/AllocatedSocketAddress: add methods IsV6Any(), IsV4Mapped()
Max Kellermann
2019-02-19
net/SocketAddress: add method GetLocalPath()
Max Kellermann
2019-02-19
net/AllocatedSocketAddress: add method GetLocalRaw()
Max Kellermann
2019-01-22
net/SocketAddress: add `constexpr`
Max Kellermann
2019-01-21
net/HostParser: add `noexcept`
Max Kellermann
2019-01-20
net/IPv4Address: fix comment typo
Max Kellermann
2019-01-14
net/IPv[46]Address: make the initializers even more portable
Max Kellermann
2019-01-04
Build fix. This struct is the same on Haiku and on Linux, still gcc
Zoltán Mizsei
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-02
net/IPv[46]Address: make the initializers more portable
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-30
net/SocketUtil: update API documentation
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-21
net/IPv6Address: pass reference to Cast()
Max Kellermann
2018-08-21
net/IPv4Address: pass reference to Cast()
Max Kellermann
2018-08-21
net/AllocatedSocketAddress: convert operator== to template
Max Kellermann
2018-08-21
net/SocketDescriptor: add multicast methods
Max Kellermann
2018-08-21
net/SocketDescriptor: remove unnecessary SO_REUSEPORT check
Max Kellermann
2018-08-21
net/SocketDescriptor: add Shutdown()
Max Kellermann
2018-08-21
net/SocketDescriptor: fix SOCK_NONBLOCK flag in CreateSocketPairNonBlock()
Max Kellermann
2018-08-21
net/SocketDescriptor: add "noexcept"
Max Kellermann
2018-08-21
net/SocketAddress: add cast to size_type
Max Kellermann
2018-08-21
net/SocketAddress: add GetSteadyPart()
Max Kellermann
2018-08-21
net/SocketDescriptor: make accept4() mandatory on Linux
Max Kellermann
2018-08-21
net/SocketAddress: reimplement GetPort() using IPv4Address::GetPort()
Max Kellermann
2018-08-21
net/SocketAddress: add IsV4Mapped()
Max Kellermann
2018-08-21
net/SocketAddress: reimplement IsV6Any() using IPv6Address::IsAny()
Max Kellermann
2018-08-21
net/IPv6Address: new class
Max Kellermann
2018-08-21
net/Resolver: update copyright year
Max Kellermann
2018-08-21
net/Resolver: replace with more advanced implementation
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-20
net/SocketDescriptor: add method GetPeerCredentials()
Max Kellermann
[next]