]> gitweb.michael.orlitzky.com - djbdns-logparse.git/shortlog
djbdns-logparse.git
2022-09-23 Michael Orlitzkydoc/ChangeLog: update for v0.0.2. master 0.0.2
2022-09-23 Michael Orlitzkysetup.py: bump to v0.0.2.
2022-09-23 Michael Orlitzkydjbdns/io.py: fix test that fails in other timezones.
2022-09-22 Michael Orlitzkydoc/*: tai64nlocal comes from daemontools, not djbdns.
2022-09-22 Michael Orlitzkydoc/ChangeLog: update for the pending v0.0.1 release. 0.0.1
2022-09-22 Michael Orlitzkydjbdns/*.py: add all remaining mappings to QUERY_TYPE_NAME.
2022-09-22 Michael Orlitzkydjbdns/io.py: add a comment about an early return.
2022-09-22 Michael Orlitzkydjbdns/dnscache.py: de-indent a block that doesn't...
2022-09-22 Michael Orlitzkydjbdns/*.py: add module docstrings.
2022-09-22 Michael Orlitzkydjbdns/io.py: handle nonexistent Popen stdin/stdout.
2022-09-22 Michael Orlitzkydjbdns/*.py: capitalize global variables.
2022-09-22 Michael Orlitzkydjbdns/{dnscache,tinydns}.py: explicit imports from...
2022-09-22 Michael Orlitzkydjbdns/*.py: don't clobber id() and type() built-ins.
2022-09-22 Michael Orlitzkydjbdns/{dnscache,tinydns}.py: don't clobber the global...
2022-09-22 Michael Orlitzkydjbdns/common.py: assume IPv6 if an address isn't IPv4.
2022-09-22 Michael Orlitzkydjbdns/io.py: use Popen's context manager to clean up.
2022-09-22 Michael Orlitzkybin/djbdns-logparse: avoid clobbering exit() with sys...
2022-09-22 Michael Orlitzkydjbdns/dnscache.py: improve two comments.
2022-09-22 Michael Orlitzkydoc/man1/djbdns-logparse.1: document dnscache transform...
2022-09-20 Michael Orlitzkydoc/man1/djbdns-logparse.1: add tinydns-by-filename...
2022-09-20 Michael Orlitzkydjbdns/io.py: handle BrokenPipeError in parse_logfile().
2022-09-20 Michael Orlitzkybin/djbdns-logparse: handle SIGINT (again).
2022-09-20 Michael Orlitzkydoc/man1/djbdns-logparse.1: finish the tinydns transfor...
2022-09-20 Michael Orlitzkysetup.py,doc/*: shorten the programs description by...
2022-09-20 Michael Orlitzkydoc/man1/djbdns-logparse.1: utilize some fancy groff_ma...
2022-09-19 Michael Orlitzkydoc/man1/djbdns-logparse.1: start a man page.
2022-09-17 Michael Orlitzkydjbdns/dnscache.py: add docstring for decode_type().
2022-09-17 Michael Orlitzkydoc/README: mention usage and tests.
2022-09-17 Michael Orlitzky*/*: reorganize for easy testing using setuptools or...
2022-09-16 Michael Orlitzkysetup.py: add keywords.
2022-09-16 Michael Orlitzky*/*: refactor into a driver program and a library.
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: add a dosctring for decode_seri...
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: improve existing decode_* docs.
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: add a docstring for decode_ttl().
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: make all docstrings raw to...
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: add a few more type hints where...
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: add docstring for decode_ip().
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: use a variable to simplify...
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: remove unused time imports.
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: localize subprocess imports.
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: more docs for convert_ip().
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: add docstring for decode_client().
2022-09-16 Michael Orlitzkybin/djbdns-logparse.py: use f-strings for all string...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: fix python3 integer division...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: refactor handle_* types again.
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add docstring for handle_dnscac...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: more doctests for handle_tinydn...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: move regex handling down a...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add a docstring for main().
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: rework some of the tinydns...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add doctest for parse_logfile().
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add comment about open file...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add docs for parse_logfile().
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: drop unused _cvt_ip()/_cvt_port...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: use f-strings for regex pattern...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add docs/examples for handle_ti...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: fiddle with the convert_ip...
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add some newer type mappings.
2022-09-15 Michael Orlitzkybin/djbdns-logparse.py: add .py extension and doctests...
2022-09-15 Michael Orlitzkydoc/README: siphon the description and history from...
2022-09-15 Michael Orlitzkybin/djbdns-logparse: only import sys.stdin within main().
2022-09-15 Michael Orlitzkybin/djbdns-logparse: remove unused warn() function.
2022-09-15 Michael Orlitzkybin/djbdns-logparse: fix line splitting in tinydns...
2022-09-15 Michael Orlitzkybin/djbdns-logparse: use argparse for arg parse.
2022-09-15 Michael OrlitzkyInitial commit, just starting to organize everything.