| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reduce multiple newlines | 2020-02-25 | 3 | -9/+2 | |
| | | |||||
| * | remove some unused typedefs | 2020-02-25 | 1 | -7/+1 | |
| | | |||||
| * | remove some uneeded includes | 2020-02-24 | 1 | -2/+0 | |
| | | |||||
| * | test pointers against NULL not 0 | 2020-02-15 | 1 | -1/+1 | |
| | | |||||
| * | expand ISC_FORMAT_PRINTF and get rid of formatcheck.h | 2020-02-13 | 2 | -4/+4 | |
| | | |||||
| * | remove macros which defined extern "C" for C++ | 2020-02-13 | 1 | -7/+1 | |
| | | | | | ok florian@ | ||||
| * | remove some unreferenced functions | 2020-02-12 | 2 | -38/+1 | |
| | | | | | ok florian@ | ||||
| * | remove uneeded #include lines | 2020-02-11 | 2 | -13/+0 | |
| | | | | | ok florian@ | ||||
| * | Move dig(1) and needed DNS libraries into it's own source directory in | 2020-02-07 | 6 | -0/+1857 | |
| usr.bin/dig. From the beginning when we started to remove unneeded nameserver code, it was our goal to extract dig functionality from the bind sources, for everyone's benefit as this is easier to reason about. In total we removed about 2/3 or over 300.000 lines of code. We kept the lib/ subdirectory layout but moved the content of bin/ to the top from the old bind source directory. Previous sources and history can be found in the src/usr.sbin/bind Attic. With & OK deraadt Proposed directory layout sounds good to sthen | |||||
