]> gitweb.michael.orlitzky.com - djbdns-logparse.git/history - djbdns
doc/COPYING: add one for the "or later" bit
[djbdns-logparse.git] / djbdns /
2022-09-23 Michael Orlitzkydjbdns/io.py: fix test that fails in other timezones.
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 Orlitzkydjbdns/dnscache.py: improve two comments.
2022-09-20 Michael Orlitzkydjbdns/io.py: handle BrokenPipeError in parse_logfile().
2022-09-17 Michael Orlitzkydjbdns/dnscache.py: add docstring for decode_type().
2022-09-17 Michael Orlitzky*/*: reorganize for easy testing using setuptools or...