Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove has_mask(), it will be replaced with better is_cidr() | Daniil Baturin | |
and is_single() functions. | |||
2013-06-01 | Add IPv6 format validation support to the main program. | 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-06-01 | Improve IPv4 regular expressions. | Daniil Baturin | |
2013-05-31 | Add option for help explicitly. | Daniil Baturin | |
2013-05-31 | Cleanup automake rules a little. | Daniil Baturin | |
2013-05-31 | Make configure fail if pcre.h and libcidr.h are not found. | Daniil Baturin | |
2013-05-31 | Add some help messages. | 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-30 | Add proper autoconf metadata (URL, copyrights etc.) | 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. | |||
2013-05-25 | Cleanup. | Daniil Baturin | |
2013-05-25 | Fix previous commit. | Daniil Baturin | |
TODO: Get some sleep. | |||
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. | |||
2013-05-22 | Fix initial commit. | Daniil Baturin | |
2013-05-22 | It's revision control time! | Daniil Baturin | |
2013-05-22 | Initial commit | Daniil M. Baturin | |