| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | The timer type we are using requires interval to be set, remove | 2020-02-16 | 3 | -18/+5 | ||
| | | | | | | unused interval_zero. OK millert | |||||
| * | Replace isc_time_t and interval_t with struct timespec. | 2020-02-16 | 10 | -233/+98 | ||
| | | | | | Input & OK millert | |||||
| * | Now we are only using one timer type (once) and expires is always NULL | 2020-02-16 | 4 | -103/+34 | ||
| | | | | | | so remove those struct members. OK millert | |||||
| * | We only use isc_timertype_once, get rid of all other types. | 2020-02-16 | 2 | -84/+22 | ||
| | | | | | OK millert | |||||
| * | remove unused file | 2020-02-16 | 1 | -141/+0 | ||
| | | ||||||
| * | remove unused function | 2020-02-15 | 2 | -17/+2 | ||
| | | ||||||
| * | timer methods are unused | 2020-02-15 | 2 | -57/+2 | ||
| | | ||||||
| * | remove unused lockid var and FDLOCK_ID macro | 2020-02-15 | 1 | -7/+0 | ||
| | | ||||||
| * | unifdef VALREGEX_REPORT_REASON, it doesn't provide much clarity. | 2020-02-15 | 1 | -40/+25 | ||
| | | ||||||
| * | Get rid of "discards (const) qualifiers" warning in a less convoluted way. | 2020-02-15 | 1 | -8/+1 | ||
| | | | | | | OK schwarze who points out that sufficiently excessive compiler warning settings will still warn for a straight forward (void *) cast. | |||||
| * | threads are gone, replace thread safe isc__strerror() wrapper | 2020-02-13 | 7 | -137/+26 | ||
| | | | | | | | with strerror() and drop it ok millert florian | |||||
| * | expand ISC_FORMAT_PRINTF and get rid of formatcheck.h | 2020-02-13 | 7 | -58/+19 | ||
| | | ||||||
| * | remove task and timer tracing | 2020-02-13 | 2 | -64/+1 | ||
| | | ||||||
| * | unifdef ISC_LIST_CHECKINIT | 2020-02-13 | 1 | -14/+1 | ||
| | | ||||||
| * | While we do have AF_UNIX support, dig doesn't use it. | 2020-02-13 | 2 | -31/+2 | ||
| | | ||||||
| * | remove macros which defined extern "C" for C++ | 2020-02-13 | 36 | -251/+31 | ||
| | | | | | ok florian@ | |||||
| * | remove more uneeded include statements and files | 2020-02-13 | 18 | -68/+16 | ||
| | | ||||||
| * | remove unused macros | 2020-02-13 | 4 | -26/+3 | ||
| | | | | | ok florian@ | |||||
| * | use libc inet_aton(3) | 2020-02-13 | 3 | -199/+3 | ||
| | | | | | ok florian@ benno@ jung@ | |||||
| * | trust gettimeofday doing the right thing | 2020-02-13 | 2 | -88/+2 | ||
| | | ||||||
| * | remove ISC_HEAP_CHECK knob, it was never turned | 2020-02-13 | 1 | -19/+1 | ||
| | | ||||||
| * | unfidef assertions.h to always have assertions enabled; no change | 2020-02-13 | 2 | -53/+2 | ||
| | | | | | | | | in behaviour. While here unifdef one remaining __COVERITY__. While we might want to move away from assertions we can't just nuke them since they are used for error checking. | |||||
| * | remove some files containing only comments | 2020-02-12 | 5 | -145/+3 | ||
| | | ||||||
| * | remove some unreferenced functions | 2020-02-12 | 35 | -2033/+30 | ||
| | | | | | ok florian@ | |||||
| * | remove uneeded include files | 2020-02-11 | 2 | -232/+0 | ||
| | | | | | ok florian@ | |||||
| * | remove uneeded #include lines | 2020-02-11 | 21 | -68/+24 | ||
| | | | | | ok florian@ | |||||
| * | Pretty sure sha1 works most of the time, no need to check during | 2020-02-11 | 4 | -122/+5 | ||
| | | | | | runtime. | |||||
| * | unifdef feature checks; we have all these things. | 2020-02-11 | 5 | -71/+4 | ||
| | | | | | OK millert | |||||
| * | Move dig(1) and needed DNS libraries into it's own source directory in | 2020-02-07 | 98 | -0/+23886 | ||
| 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 | ||||||
