]> gitweb.michael.orlitzky.com - hath.git/history - src/Cidr.hs
Update Cidr for the new definition of apply_mask.
[hath.git] / src / Cidr.hs
2010-05-23 Michael OrlitzkyUpdate Cidr for the new definition of apply_mask.
2010-05-23 Michael OrlitzkyUse min_address to simplify some of the min_host cases.
2010-05-20 Michael OrlitzkyStarted updating the max_host function to use record...
2010-05-20 Michael OrlitzkyRenamed the min/max_address functions to min/max_host...
2010-05-20 Michael OrlitzkyMoved the min/max address/octetN functions out of IPv4A...
2010-05-20 Michael OrlitzkyAdded two tests for combine_all.
2010-05-20 Michael OrlitzkyUpdated the combine_contains unit tests to actually...
2010-05-14 Michael OrlitzkyAdded the prop_contains_proper_intransitive QuickCheck...
2010-05-14 Michael OrlitzkyAdded a QuickCheck property verifying that all Cidrs...
2010-05-14 Michael OrlitzkyAdded Arbitrary instance definitions for the main data...
2010-05-14 Michael OrlitzkyAdded two tests for combine_contained.
2010-05-14 Michael OrlitzkyAdded some adjacency tests.
2010-05-14 Michael OrlitzkyAdded some new Cidr tests.
2010-05-10 Michael OrlitzkyAdded type signatures for all of the tests.
2010-05-09 Michael OrlitzkyAdd an HUnit test for Cidr.
2010-05-09 Michael OrlitzkyAdded the functions to combine and remove adjacent...
2010-05-09 Michael OrlitzkyAdded the adjacent function to Cidr.
2010-05-08 Michael OrlitzkyDefine a show instance for Cidr.
2010-05-08 Michael OrlitzkyImplemented the combine_all function for Cidrs containi...
2010-05-08 Michael OrlitzkyEnumerated all possible values (Zero through ThirtyTwo...
2010-05-06 Michael OrlitzkyAdded a new Maskable typeclass with instances Octet...
2010-05-02 Michael OrlitzkyRemoved the Text.Regex.Posix import.
2010-05-02 Michael OrlitzkyAdded a None constructor for Cidr.
2010-05-02 Michael OrlitzkyUpdate Main and Cidr to use the new modules instead...
2010-05-02 Michael OrlitzkyMove the is_valid_cidr function in to the Cidr module.
2010-04-22 Michael OrlitzkyMoved most of the CIDR code out of Main and in to a...