| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-02 | Don't allow IPv4 limited broadcast address as valid interface address. | Daniil Baturin | |
| 2013-06-02 | Add interface address validation support. | Daniil Baturin | |
| Fix IPv4 CIDR regex to support one-digit mask properly. | |||
| 2013-06-02 | Add missing IPv6 and protocol-agnostic format validation functions. | Daniil Baturin | |
| 2013-06-01 | Remove has_mask(), it will be replaced with better is_cidr() | Daniil Baturin | |
| and is_single() functions. | |||
| 2013-06-01 | Fix is_ipv4_broadcast() behaviour, don't return success for addresses | Daniil Baturin | |
| that can't be broadcast by definition (IPv6, IPv4 p-t-p). | |||
| 2013-06-01 | Add missing address format validation functions. | Daniil Baturin | |
| 2013-06-01 | Improve IPv4 regular expressions. | Daniil Baturin | |
| 2013-05-30 | Add missing license headers. | Daniil Baturin | |
| 2013-05-27 | Again, multiple enhancements. | Daniil Baturin | |
| * IPv6 feature set nearly complete. * Test suite expanded to cover all but a few functions. * Source files renamed according to the new project name, .h is now .h, implementations are moved to .c * Something else. | |||
