foundationdb/fdbcli
Vishesh Yadav 57832e625d net: Support IPv6 #963
- NetworkAddress now contains IPAddress object which can be either
IPv4 or IPv6 address. 128bits are used even for IPv4 addresses,
however only 32bits are used when using/serializing IPv4 address.

- ConnectPacket is updated to store IPv6 address. Backward compatible
with old format since the first 32bits of IP address field is used
for serialization of IPv4.

- Mainly updates rest of the code to use IPAddress structure instead
of plain uint32_t.

- IPv6 address/pair ports should be represented as `[ip]:port` as per
convention. This applies to both cluster files and command line
arguments.
2019-03-04 14:12:41 -08:00
..
linenoise Initial repository commit 2017-05-25 13:48:44 -07:00
CMakeLists.txt Tell cmake not to link/install on ide build 2019-02-19 15:16:59 -08:00
FlowLineNoise.actor.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
FlowLineNoise.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
fdbcli.actor.cpp net: Support IPv6 #963 2019-03-04 14:12:41 -08:00
fdbcli.vcxproj Changed the TLS_DISABLED macro 2018-06-26 12:08:32 -07:00
fdbcli.vcxproj.filters Initial repository commit 2017-05-25 13:48:44 -07:00
local.mk Make old build system work on build/cmake/Dockerfile 2019-02-28 14:24:52 -08:00