aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/local_ip.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the only 4 non-UTF8 characters in codebaseJeffrey2022-04-181-4/+4
| | | | | Relevant commit in old PR: 1b798a7042070cc8063bd341ebf7025da554b632
* Trimming FatJeffrey2022-04-181-1/+0
| | | | Remove unused include statements or unused definitions.
* epee: Remove unused functions in local_ip.hJean Pierre Dudey2020-07-221-26/+0
| | | | Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
* epee: fix local/loopback checks on big endianmoneromooo-monero2019-09-041-0/+7
| | | | IPv4 addresses are kept in network byte order in memory
* fix feature not introduced until boost 1.66Jethro Grassie2019-08-201-1/+1
|
* Add IPv6 supportThomas Winget2019-07-311-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.
* epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero2018-06-011-1/+1
|
* move modified epee code to new classes, revert licensefluffypony2014-07-251-25/+22
|
* License updated to BSD 3-clausefluffypony2014-07-231-22/+25
|
* some fixesAntonio Juarez2014-03-201-2/+2
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+72