]> gitweb.michael.orlitzky.com - haeredes.git/shortlog
haeredes.git
2019-03-02 Michael Orlitzkyhaeredes.cabal: fix usage examples and bump to v0.5.1. 0.5.1
2019-03-02 Michael Orlitzkymakefile: remove "hscolour" pass over the docs.
2019-03-02 Michael OrlitzkyRename shelltest files because Cabal doesn't know how...
2019-03-02 Michael Orlitzkyhaeredes.cabal: include shelltest test cases in the...
2019-03-02 Michael OrlitzkySort output to fix random breakage in the test suite.
2019-03-02 Michael Orlitzkyhaeredes.cabal: bump version to 0.5.0.
2019-03-02 Michael Orlitzkytest: add a shelltestrunner test suite for the man...
2019-03-02 Michael Orlitzkydoc: use POSIX shell syntax in the man page examples.
2019-03-02 Michael Orlitzkysrc/Main.hs: fix handling of "domain not found" errors.
2019-03-02 Michael Orlitzkydoc: update an example now that ICANN has delegated...
2019-03-02 Michael Orlitzkyhaeredes.cabal: add Paths_haeredes to other-modules...
2019-03-02 Michael Orlitzkytest/Doctests.hs: support new Cabal autogen path in...
2019-03-02 Michael Orlitzkytest/Doctests.hs: add an explicit export list to silenc...
2019-03-02 Michael Orlitzkysrc/Main.hs: add an explicit export list to silence...
2019-03-02 Michael Orlitzkysrc/Timeout.hs: add export list to silence a GHC warning.
2019-03-02 Michael Orlitzkysrc/Main.hs: inline MissingH "join" function to elimina...
2016-11-08 Michael OrlitzkyUpdate project URLs.
2016-07-07 Michael OrlitzkyEnable/fix more warnings for GHC 8+.
2016-07-07 Michael OrlitzkyDon't derive Typeable in Timeout.hs (GHC 8+).
2016-07-07 Michael OrlitzkyDon't derive Typeable (GHC 8+).
2016-07-06 Michael OrlitzkyBump to v0.4.5 in the cabal file. 0.4.5
2016-07-06 Michael OrlitzkyFix a monomorphism restriction warning (GHC 8).
2015-11-16 Michael OrlitzkyFix the output of a network-dependent doctest.
2015-11-16 Michael OrlitzkyVersion bump to change license.
2014-11-04 Michael OrlitzkyCabal version bump to 0.4.3. 0.4.3
2014-11-04 Michael OrlitzkyNormalize results to prevent false positives in Main.
2014-11-04 Michael OrlitzkyUse explicit annotation to reduce duplication in Comman...
2014-09-22 Michael OrlitzkyFix an example, loosen version bounds, and bump to... 0.4.2
2014-06-22 Michael OrlitzkyVersion bump to v0.4.1.
2014-04-18 Michael OrlitzkyBump the version and switch to tasty (from test-framework). 0.4.0
2013-10-05 Michael OrlitzkyFix parallelization and bump to v0.3.0. 0.3.0
2013-09-13 Michael OrlitzkyDepend on the major version of the dns library. 0.2.0
2013-09-13 Michael OrlitzkyChange versioning scheme to something more common.
2013-09-13 Michael OrlitzkyUpdate code and doctests to support the new version...
2013-09-13 Michael OrlitzkyAdd an example of a timeout being ignored to the man...
2013-09-13 Michael OrlitzkyBump dns version dependency to >= 1.0.0.
2013-09-03 Michael OrlitzkyAdd the DNS ERRORS section to the man page, in preparat...
2013-09-03 Michael OrlitzkyClean up object files in `make clean`.
2013-09-03 Michael OrlitzkyAdd a "timeout" command-line argument.
2013-08-01 Michael OrlitzkyChange "IP" to "HOST" in the --server arg.
2013-08-01 Michael OrlitzkyTruly add the test suite source files, which should...
2013-08-01 Michael OrlitzkyBump version in the cabal file.
2013-08-01 Michael OrlitzkyAdd a man page section on parallel queries.
2013-08-01 Michael OrlitzkyAdd --no-append-root example to the cabal file.
2013-07-31 Michael OrlitzkyFix hlint suggestion.
2013-07-31 Michael OrlitzkyAdd a doctest suite.
2013-07-31 Michael OrlitzkyAdd a skeleton test suite.
2013-07-31 Michael OrlitzkyAdd an example of --no-append-root.
2013-07-28 Michael OrlitzkyDrop two periods for consistency.
2013-07-28 Michael OrlitzkyExplain the answer/authority section handling in the...
2013-07-28 Michael OrlitzkySupport hostnames as --server arguments.
2013-07-28 Michael OrlitzkyImport explicitly from CmdArgs.
2013-07-28 Michael OrlitzkyAdd missing period.
2013-07-27 Michael OrlitzkyAdd a man page, and add a description to the cabal...
2013-07-27 Michael OrlitzkyFix hlint warnings.
2013-07-25 Michael OrlitzkyAdd MX support (untested).
2013-07-25 Michael OrlitzkyRename to haeredes.
2013-07-24 Michael OrlitzkyGet it working for NS records.
2013-07-24 Michael OrlitzkyFirst iteration that does anything.
2013-07-23 Michael OrlitzkyInitial commit, Hello, World!