]> gitweb.michael.orlitzky.com - hath.git/shortlog
hath.git
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...