aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/local_ip.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-22epee: Remove unused functions in local_ip.hJean Pierre Dudey1-26/+0
Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2019-09-04epee: fix local/loopback checks on big endianmoneromooo-monero1-0/+7
IPv4 addresses are kept in network byte order in memory
2019-08-20fix feature not introduced until boost 1.66Jethro Grassie1-1/+1
2019-07-31Add IPv6 supportThomas Winget1-0/+28
new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted.
2018-06-01epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero1-1/+1
2014-07-25move modified epee code to new classes, revert licensefluffypony1-25/+22
2014-07-23License updated to BSD 3-clausefluffypony1-22/+25
2014-03-20some fixesAntonio Juarez1-2/+2
2014-03-03moved all stuff to githubAntonio Juarez1-0/+72