Age | Commit message (Expand) | Author |
2020-02-24 | remove some unused code | Jonathan Gray |
2020-02-24 | remove some uneeded includes | Jonathan Gray |
2020-02-24 | We only need to check the owner for nsec3 records, remove all the | Florian Obser |
2020-02-24 | We are always preserving the order of records. | Florian Obser |
2020-02-24 | Stop generating DNS class and type enums. | Florian Obser |
2020-02-24 | Fix 'previously declared here' error on gcc3(luna88k). | Kenji Aoyama |
2020-02-23 | remove some unused functions | Jonathan Gray |
2020-02-23 | rmeove more unused functions and code | Joerg Jung |
2020-02-23 | remove unused parts of types.h | Jonathan Gray |
2020-02-23 | We never request to clone the buffer from the message parser. | Florian Obser |
2020-02-23 | We are not passing options to the message renderer. | Florian Obser |
2020-02-23 | Partial rendering was never implemented. | Florian Obser |
2020-02-23 | Remove unused fields from struct dst_key and stop passing name and | Florian Obser |
2020-02-23 | hmacs do not support NULL keys | Florian Obser |
2020-02-23 | All key funcs are populated, skip NULL check. | Florian Obser |
2020-02-23 | createctx2, verify2, and cleanup are always NULL. | Florian Obser |
2020-02-23 | Remove unused hmac functions from struct dst_func which in turn lets | Florian Obser |
2020-02-23 | remove unused structs | Jonathan Gray |
2020-02-23 | remove unused dns_rdatacallbacks struct and typedef | Jonathan Gray |
2020-02-22 | remove various unused macros | Joerg Jung |
2020-02-22 | remove some unused args and unused assignments, as result | Joerg Jung |
2020-02-22 | remove assigned but unused values | Joerg Jung |
2020-02-22 | remove unused code | Joerg Jung |
2020-02-21 | set function parameter list to void | Joerg Jung |
2020-02-21 | Document the format of the tsig key file. | Florian Obser |
2020-02-21 | Read CLOCK_MONOTONIC when we need timestamps to compare and use | Florian Obser |
2020-02-20 | We do not generate DNS records from text representations. | Florian Obser |
2020-02-20 | Remove support for reading tsig keys from dnssec key pair. | Florian Obser |
2020-02-19 | simplify signal setup and remove block/unblock/is_running/reload | Joerg Jung |
2020-02-19 | remove unreachable code | Joerg Jung |
2020-02-18 | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. | Florian Obser |
2020-02-18 | Remove unused task, taskmgr, app, socket and socketmgr methods. | Florian Obser |
2020-02-17 | isc_stdio_open() wrapper function is only called in lex'er | Joerg Jung |
2020-02-17 | remove unused code | Joerg Jung |
2020-02-16 | Get rid of isc_stdtime_t and use time_t directly. | Florian Obser |
2020-02-16 | cleanup | Florian Obser |
2020-02-16 | clock_gettime cannot fail if called correctly; unravel TIME_NOW | Florian Obser |
2020-02-16 | Move isc_time_formathttptimestamp to the only place it is used. | Florian Obser |
2020-02-16 | unravel isc_time_formattimestamp | Florian Obser |
2020-02-16 | unravel isc_time_add and isc_time_subtract | Florian Obser |
2020-02-16 | unravel isc_time_compare | Florian Obser |
2020-02-16 | unravel isc_time_isepoch | Florian Obser |
2020-02-16 | remove timespec setters | Florian Obser |
2020-02-16 | Reduce interval indirection by setting struct members directly and | Florian Obser |
2020-02-16 | The timer type we are using requires interval to be set, remove | Florian Obser |
2020-02-16 | Replace isc_time_t and interval_t with struct timespec. | Florian Obser |
2020-02-16 | Now we are only using one timer type (once) and expires is always NULL | Florian Obser |
2020-02-16 | We only use isc_timertype_once, get rid of all other types. | Florian Obser |
2020-02-16 | remove unused file | Jonathan Gray |
2020-02-15 | remove unused function | Florian Obser |