]> gitweb.michael.orlitzky.com - hath.git/shortlog
hath.git
2012-04-12 Michael OrlitzkyRelax the base version requirement.
2011-12-27 Michael OrlitzkyGreatly simplify the definition of IPv4Address.apply_mask.
2011-12-27 Michael OrlitzkyRemove an accidental line break and indentation.
2011-12-27 Michael OrlitzkyRewrite everything to use Maybe instead of None constru...
2011-12-26 Michael OrlitzkyCabalize the project.
2011-12-26 Michael OrlitzkyUpdate for QuickCheck 2.
2010-11-05 Michael OrlitzkyMake combine_all operate recursively.
2010-09-02 Michael OrlitzkyFix four compiler warnings.
2010-08-28 Michael OrlitzkyDon't use min_address or min_octet in the apply_mask...
2010-08-28 Michael OrlitzkyFixed one of the new tests (min/max).
2010-08-28 Michael OrlitzkyAdded two new tests exposing an existing bug.
2010-08-28 Michael OrlitzkyAdded LICENSE and README files.
2010-07-28 Michael OrlitzkyFixed the maskbits parsing for invalid CIDRs.
2010-05-23 Michael OrlitzkyUpdate Cidr for the new definition of apply_mask.
2010-05-23 Michael OrlitzkyUpdate IPv4Address for the new definition of apply_mask.
2010-05-23 Michael OrlitzkyUpdate Octet for the new definition of apply_mask.
2010-05-23 Michael OrlitzkyAllow apply_mask to take a Bit argument that will be...
2010-05-23 Michael OrlitzkyUse min_address to simplify some of the min_host cases.
2010-05-23 Michael OrlitzkyExport the two new min/max functions.
2010-05-23 Michael OrlitzkyAdded min/max_address for IPv4Address.
2010-05-22 Michael OrlitzkyChanged the long name of "dupe" from "duplicated" to...
2010-05-22 Michael OrlitzkyAdded the "diff" mode of operation.
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 the 'Dupe' mode of operation.
2010-05-20 Michael OrlitzkyUpdate the min_address function to use record syntax.
2010-05-20 Michael OrlitzkyMoved the maskable instance definitions within their...
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 the QuickCheck tests to the test suite.
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-10 Michael OrlitzkyAdd some additional GHC warnings to the makefile.
2010-05-09 Michael OrlitzkyAdded a "test" directory containing the test suite...
2010-05-09 Michael OrlitzkyAdded a "test" makefile target.
2010-05-09 Michael OrlitzkyAdded HUnit tests to Octet.
2010-05-09 Michael OrlitzkyAdded HUnit tests for the Maskable instances.
2010-05-09 Michael OrlitzkyFixed the value of (octet_from_int 128).
2010-05-09 Michael OrlitzkySwitched the expected/actual order of assertions in...
2010-05-09 Michael OrlitzkyAdd an HUnit test for Cidr.
2010-05-09 Michael OrlitzkyAdd two HUnit tests for IPv4Address.
2010-05-09 Michael OrlitzkyFixed the IPv4Address apply_mask function; the bit...
2010-05-09 Michael OrlitzkyAdded the functions to combine and remove adjacent...
2010-05-09 Michael OrlitzkyAdded the decrement function for Maskbits.
2010-05-09 Michael OrlitzkyAdded the adjacent function to Cidr.
2010-05-09 Michael OrlitzkyAdded the most_sig_bit_different function to IPv4Address.
2010-05-08 Michael OrlitzkyDefine a show instance for Maskbits.
2010-05-08 Michael OrlitzkyDefine a show instance for Cidr.
2010-05-08 Michael OrlitzkyDefined a show instance for IPv4Address.
2010-05-08 Michael OrlitzkyDefined a show instance for Octet.
2010-05-08 Michael OrlitzkyDefine a show instance for Bit.
2010-05-08 Michael OrlitzkyUpdated the Reduce action to call combine_all on the...
2010-05-08 Michael OrlitzkyImplemented the combine_all function for Cidrs containi...
2010-05-08 Michael OrlitzkyFixed the Octet to/from Int functions.
2010-05-08 Michael OrlitzkyUpdated the IPv4Address module to use the new Maskbits...
2010-05-08 Michael OrlitzkyUpdated the Maskable functions to use the new Maskbits...
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 OrlitzkyDon't validate the CIDR strings; rather, check whether...
2010-05-02 Michael OrlitzkyRemoved the Text.Regex.Posix import.
2010-05-02 Michael OrlitzkyReplace the Maskbits type alias with the real thing.
2010-05-02 Michael OrlitzkyAdded the octet_from_string function.
2010-05-02 Michael OrlitzkyAdded the Maskbits module and type.
2010-05-02 Michael OrlitzkyAdded a None constructor for Cidr.
2010-05-02 Michael OrlitzkyAdd a None constructor for IPv4Address.
2010-05-02 Michael OrlitzkyAdd a None constructor for Octets.
2010-05-02 Michael OrlitzkyAdd a None constructor for Bits.
2010-05-02 Michael OrlitzkyRemove the ipv4address_from_string function.
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-05-02 Michael OrlitzkyAdded three new modules which are currently independent...
2010-05-01 Michael OrlitzkyAllow "regexed" and "reduced" for the mode.
2010-04-30 Michael OrlitzkyAdd mode parsing to the CommandLine module.
2010-04-29 Michael OrlitzkyAdd a CommandLine module for parsing command-line options.
2010-04-22 Michael OrlitzkyMoved most of the CIDR code out of Main and in to a...
2010-04-02 Michael OrlitzkyUnqualify the Numeric import, and specify the functions...
2010-04-02 Michael OrlitzkyUnqualify the Data.List import, and specify the functio...
2010-04-02 Michael OrlitzkyUnqualify the Data.Char import, and specify the functio...
2010-04-02 Michael OrlitzkyRename hath.hs to Main.hs.
2010-04-02 Michael OrlitzkySeparate a few functions out in to a ListUtils module.
2010-04-01 Michael OrlitzkyTake a newline-separated list of CIDRs as input, and...
2010-04-01 Michael OrlitzkyCommented each function.
2010-03-31 Michael OrlitzkyAdded the bin directory and its .gitignore file.
2010-03-31 Michael OrlitzkyInitial commit; the first thing that would compile...