Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-10 | Remove some extra whitespace. | Daniil Baturin | |
2020-06-10 | Add tests for --is-any-host | Daniil Baturin | |
2018-11-29 | T816: add unit tests for the case of IPv6 addresses with multiple double ↵ | Daniil Baturin | |
semicolons. | |||
2018-05-12 | Resolve license inconsistencies (should be GPLv2+), update version and ↵ | Daniil Baturin | |
copyrights. | |||
2013-06-03 | Add unit tests for is_any_host() and is_any_net(). | Daniil Baturin | |
2013-06-03 | Add boilerplates for is-any-host and is-any-net. | Daniil Baturin | |
2013-06-02 | Fix some typos in integration tests. | Stanislav Tkachenko | |
2013-06-02 | Added a few integration tests | Stanislav Tkachenko | |
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 unit test for has_mask() too. | Daniil Baturin | |
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-05-31 | Cleanup automake rules a little. | Daniil Baturin | |
2013-05-31 | Remove fake failure from integration tests. | Daniil Baturin | |
2013-05-30 | Add missing license headers. | Daniil Baturin | |
2013-05-30 | Add integration tests skeleton and some testcases, include in "make check" ↵ | Daniil Baturin | |
target. | |||
2013-05-30 | Add assert.sh test automation framework (https://github.com/lehmannro/assert.sh) | Daniil Baturin | |
This will be used for integration test scripts. | |||
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. | |||
2013-05-25 | Multiple improvements. | Daniil Baturin | |
* Change option handling, allow multiple options at the same time, treated as logical AND. * IPv4 feature set is mostly complete. * Change function lib license to LGPL for the case it will be converted into a shared lib. * Add unit tests (rely on Check framework) * Something else, but who cares, it's a very early stage. |