Age | Commit message (Expand) | Author |
2020-09-15 | move islinklocal, ismulticast, issitelocal from netaddr to sockaddr | Florian Obser |
2020-09-14 | Mechanically replace isc_boolean_t with int. | Florian Obser |
2020-09-14 | Bunch of dead stores and otherwise unused stuff lets us get rid of | Florian Obser |
2020-09-14 | Rewrite isc_time_microdiff() as uelapsed() and put it directly | Florian Obser |
2020-09-13 | Get rid of isc_parse_uint32() and replace it with strtonum. | Florian Obser |
2020-09-13 | remove unused lex states | Florian Obser |
2020-09-13 | remove unused LEX_OPTs | Florian Obser |
2020-09-12 | Remove unused callback mechanism / indirection. | Florian Obser |
2020-05-10 | fix socket_log() calls, EVENT expands to three comma separated | Otto Moerbeek |
2020-05-08 | Make sure cmsgbufs are properly aligned by using the idiom from the | Otto Moerbeek |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-25 | use timingsafe_bcmp and get rid of now unused safe.c | Florian Obser |
2020-02-25 | malloc(a * b) -> reallocarray(NULL, a, b) | Theo de Raadt |
2020-02-25 | declare isc_appctx_t once where it is used | Jonathan Gray |
2020-02-25 | reduce multiple newlines | Jonathan Gray |
2020-02-25 | remove some unused typedefs | Jonathan Gray |
2020-02-24 | remove some unused code | Jonathan Gray |
2020-02-24 | remove some uneeded includes | Jonathan Gray |
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 | remove unused parts of types.h | Jonathan Gray |
2020-02-23 | remove unused structs | 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 | Read CLOCK_MONOTONIC when we need timestamps to compare and use | 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 |