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
/
IPv6Address.hxx
Age
Commit message (
Expand
)
Author
2021-02-12
use [[gnu::pure]] instead of gcc_pure
Max Kellermann
2020-11-30
net/SocketAddress: add CastTo()
Max Kellermann
2020-11-30
net/IPv[46]Address: pass SocketAddress by value to Cast()
Max Kellermann
2020-11-30
net/IPv[46]Address: add Cast(const sockaddr_in&)
Max Kellermann
2020-09-16
remove GCC5 hacks
Rosen Penev
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2019-07-03
net/ToString: move UnmapV4() to class IPv6Address
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-08
system/ByteOrder: move to util/
Max Kellermann
2019-02-19
net/IPv[46]Address: update copyright
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-02
net/IPv[46]Address: make the initializers more portable
Max Kellermann
2018-08-21
net/IPv6Address: pass reference to Cast()
Max Kellermann
2018-08-21
net/IPv6Address: new class
Max Kellermann