summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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