]> gitweb.michael.orlitzky.com - hath.git/history - src
doc/COPYING,hath.cabal: switch to AGPL-3.0-or-later, including COPYING
[hath.git] / src /
3 days ago Michael Orlitzkysrc/IPv4Address.hs: fix -Woperator-whitespace warnings
2019-03-04 Michael Orlitzkysrc/Main.hs: add an explicit export list.
2019-03-04 Michael Orlitzkysrc/IPv4Address.hs: rename a variable.
2019-03-04 Michael Orlitzkysrc/IPv4Address.hs: fix the inverse toEnum/fromEnum...
2019-03-03 Michael Orlitzkysrc/IPv4Address.hs: convert Int to Word32 before doing...
2017-04-18 Michael OrlitzkyAdd a --sort flag to hath and document/test why it... 0.4.0
2017-04-17 Michael OrlitzkyAdd a bunch of tests for our weird CIDR order.
2017-04-17 Michael OrlitzkyEnsure sane ordering of CIDRs with equal masks with...
2017-04-17 Michael OrlitzkyAdd an antisymmetry property check for the Cidr Ord...
2017-04-17 Michael OrlitzkyAdd reflexive/transitive property tests for the Cidr...
2017-04-17 Michael OrlitzkyAdd Ord instance tests for IPv4Address.
2017-04-17 Michael OrlitzkyAdd an Ord instance for Cidr and use it to implement Eq.
2017-04-17 Michael OrlitzkyReplace the "equivalent" function with a "normalize...
2017-04-17 Michael OrlitzkyAdd a new --normalize command-line flag to normalize...
2017-04-17 Michael OrlitzkyAdd a new "normalize" function to the Cidr module.
2017-04-14 Michael OrlitzkyUse "words" instead of "splitWs" and drop MissingH...
2017-04-14 Michael OrlitzkyUse the derived instance for Ord and add a test case.
2017-04-14 Michael OrlitzkyRename the "octet_from_int" test; that function is...
2016-07-06 Michael OrlitzkyAdd full lists for every existing import.
2016-07-06 Michael OrlitzkyDon't derive Typeable (GHC 8+).
2016-07-06 Michael OrlitzkyAdd a type signature to a local function definition.
2016-07-06 Michael OrlitzkyAdd type signatures to fix monomorphism restriction...
2015-11-12 Michael OrlitzkyRemove the "reversed" mode -- do one thing and do it... 0.3.0
2014-05-24 Michael OrlitzkyBump version to 0.2.1.
2014-05-12 Michael OrlitzkySwitch from test-framework to tasty.
2013-10-16 Michael OrlitzkyList regex alternates in reverse order to avoid matchin...
2013-10-14 Michael OrlitzkyRewrite command-line parsing to use cmdargs.
2013-10-08 Michael OrlitzkyBump dns dependency to 1.*, and update DNS module. 0.0.5
2013-08-19 Michael OrlitzkySimplify Read instance code.
2013-08-19 Michael OrlitzkyReplace cidr_from_string with a Read instance.
2013-08-19 Michael OrlitzkyAdd a test for the Cidr 'enumerate' function.
2013-08-18 Michael OrlitzkyAdd some more tests; minor code cleanup.
2013-08-17 Michael OrlitzkyBump the version number to 0.0.4 in hath.cabal.
2013-06-08 Michael OrlitzkyAdd hlint makefile target. 0.0.1
2013-06-07 Michael OrlitzkyFix escaping in a comment.
2013-06-07 Michael OrlitzkyAdd more Haddock comments.
2013-04-21 Michael OrlitzkyUse test-framework for the tests, and bump some depende...
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 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-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 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 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.
next