Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 0.9->0.10 | Kim Alvefur | 2016-01-08 | 1 | -1/+5 |
|\ | |||||
| * | util.ip: Support zone id syntax in IPv6 addresses | Kim Alvefur | 2016-01-04 | 1 | -1/+5 |
| | | |||||
| * | util.ip: Fix protocol detection of IPv6 addresses beginning with : ↵ | Matthew Wild | 2013-05-18 | 1 | -2/+4 |
| | | | | | | | | [Backported from 0.10] | ||||
| * | util.ip: Automatically determine protocol of IP address if none specified. ↵ | Matthew Wild | 2013-05-17 | 1 | -1/+9 |
| | | | | | | | | Return error if invalid. [Backported from 0.10] | ||||
* | | util.ip: Improve comparison, == doesn't necessarily handle IPv6 addresses ↵ | Matthew Wild | 2015-11-22 | 1 | -4/+1 |
| | | | | | | | | correctly if they aren't normalized (case, ::, etc.) | ||||
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | | |||||
* | | util.ip: Fix protocol detection of IPv6 addresses beginning with : | Matthew Wild | 2013-05-18 | 1 | -2/+4 |
| | | |||||
* | | util.ip: Add CIDR notation parsing and matching | Matthew Wild | 2013-05-18 | 1 | -1/+24 |
| | | |||||
* | | Merge 0.9->trunk | Kim Alvefur | 2013-05-18 | 1 | -0/+7 |
|\| | |||||
| * | util.ip: Convert IPv4 mapped addresses to hex. | Kim Alvefur | 2013-05-18 | 1 | -0/+7 |
| | | |||||
* | | util.ip: Add 'private' method/property to determine whether an IP address is ↵ | Matthew Wild | 2013-05-17 | 1 | -0/+15 |
| | | | | | | | | generally expected to be internet-routeable (YMMV) | ||||
* | | util.ip: Automatically determine protocol of IP address if none specified. ↵ | Matthew Wild | 2013-05-17 | 1 | -1/+9 |
|/ | | | | Return error if invalid. | ||||
* | util.rfc{3484,6724}: Update to RFC 6724 | Florian Zeitz | 2013-04-30 | 1 | -5/+18 |
| | |||||
* | util.ip: Fix syntax error (while I search for my pre-commit hooks) | Matthew Wild | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | util.ip: Fix in IP range calculation for 172.16.0.0/12 | Matthew Wild | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | util.ip: New module containing IP related functions | Florian Zeitz | 2011-10-22 | 1 | -0/+176 |