summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-02Add missing IPv6 and protocol-agnostic format validation functions.Daniil Baturin
2013-06-01Remove unit test for has_mask() too.Daniil Baturin
2013-06-01Remove has_mask(), it will be replaced with better is_cidr()Daniil Baturin
and is_single() functions.
2013-06-01Add IPv6 format validation support to the main program.Daniil Baturin
2013-06-01Fix is_ipv4_broadcast() behaviour, don't return success for addressesDaniil Baturin
that can't be broadcast by definition (IPv6, IPv4 p-t-p).
2013-06-01Add missing address format validation functions.Daniil Baturin
2013-06-01Improve IPv4 regular expressions.Daniil Baturin
2013-05-31Add option for help explicitly.Daniil Baturin
2013-05-31Cleanup automake rules a little.Daniil Baturin
2013-05-31Make configure fail if pcre.h and libcidr.h are not found.Daniil Baturin
2013-05-31Add some help messages.Daniil Baturin
2013-05-31Remove fake failure from integration tests.Daniil Baturin
2013-05-30Add missing license headers.Daniil Baturin
2013-05-30Add integration tests skeleton and some testcases, include in "make check" ↵Daniil Baturin
target.
2013-05-30Add assert.sh test automation framework (https://github.com/lehmannro/assert.sh)Daniil Baturin
This will be used for integration test scripts.
2013-05-30Add proper autoconf metadata (URL, copyrights etc.)Daniil Baturin
2013-05-27Again, 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-25Cleanup.Daniil Baturin
2013-05-25Fix previous commit.Daniil Baturin
TODO: Get some sleep.
2013-05-25Multiple 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-22Fix initial commit.Daniil Baturin
2013-05-22It's revision control time!Daniil Baturin
2013-05-22Initial commitDaniil M. Baturin