| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix socket_log() calls, EVENT expands to three comma separated | 2020-05-10 | 1 | -4/+4 | |
| | | | | | values; spotted by gcc; ok florian@ | ||||
| * | Make sure cmsgbufs are properly aligned by using the idiom from the | 2020-05-08 | 1 | -5/+15 | |
| | | | | | CMSG_DATA man page. Avoids SIGBUS on landisk; ok kettenis@ jca@ | ||||
| * | In preparation of compiling lib/dns/rdata/ files individually we need | 2020-02-26 | 5 | -85/+38 | |
| | | | | | | | global visibility of str_totext. Rename it to isc_str_tobuffer, put it into buffer.c and delete duplicate implementations. | ||||
| * | In preparation of compiling lib/dns/rdata/ files individually we need | 2020-02-26 | 5 | -53/+22 | |
| | | | | | | | global visibility of mem_tobuffer. Rename it to isc_mem_tobuffer, put it into buffer.c and delete duplicate implementations. | ||||
| * | use timingsafe_bcmp and get rid of now unused safe.c | 2020-02-25 | 4 | -81/+10 | |
| | | |||||
| * | malloc(a * b) -> reallocarray(NULL, a, b) | 2020-02-25 | 6 | -34/+14 | |
| | | | | | ok jsing jca florian | ||||
| * | declare isc_appctx_t once where it is used | 2020-02-25 | 2 | -9/+2 | |
| | | | | | | Should fix typedef redefinition build error on gcc3 reported by aoyama@. ok florian@ | ||||
| * | reduce multiple newlines | 2020-02-25 | 33 | -102/+31 | |
| | | |||||
| * | remove some unused typedefs | 2020-02-25 | 1 | -7/+1 | |
| | | |||||
| * | remove some unused code | 2020-02-24 | 3 | -71/+3 | |
| | | | | | ok florian@ | ||||
| * | remove some uneeded includes | 2020-02-24 | 9 | -28/+22 | |
| | | |||||
| * | Fix 'previously declared here' error on gcc3(luna88k). | 2020-02-24 | 3 | -10/+1 | |
| | | | | | ok jsg@ florian@ jung@ | ||||
| * | remove some unused functions | 2020-02-23 | 4 | -107/+4 | |
| | | | | | ok jung@ | ||||
| * | remove unused parts of types.h | 2020-02-23 | 1 | -2/+1 | |
| | | | | | ok jung@ florian@ | ||||
| * | remove unused structs | 2020-02-23 | 2 | -36/+2 | |
| | | |||||
| * | remove various unused macros | 2020-02-22 | 2 | -11/+2 | |
| | | | | | ok florian | ||||
| * | remove some unused args and unused assignments, as result | 2020-02-22 | 1 | -9/+5 | |
| | | | | | | | | | | msgblock_free() becomes just free() also add UNUSED() for some dns_message *msg args for later revisit and cleanup ok millert florian | ||||
| * | remove assigned but unused values | 2020-02-22 | 2 | -9/+1 | |
| | | | | | ok millert florian | ||||
| * | remove unused code | 2020-02-22 | 12 | -648/+10 | |
| | | | | | ok millert florian | ||||
| * | Read CLOCK_MONOTONIC when we need timestamps to compare and use | 2020-02-21 | 3 | -13/+13 | |
| | | | | | | time(3) for the wall clock. prodding & OK jung | ||||
| * | simplify signal setup and remove block/unblock/is_running/reload | 2020-02-19 | 3 | -178/+6 | |
| | | | | | | | with input from florian ok millert florian | ||||
| * | remove unreachable code | 2020-02-19 | 1 | -4/+0 | |
| | | | | | ok millert florian | ||||
| * | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. | 2020-02-18 | 22 | -1481/+277 | |
| | | | | | | | | While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert | ||||
| * | Remove unused task, taskmgr, app, socket and socketmgr methods. | 2020-02-18 | 6 | -188/+3 | |
| | | | | | OK millert | ||||
| * | isc_stdio_open() wrapper function is only called in lex'er | 2020-02-17 | 4 | -85/+9 | |
| | | | | | | | so call fopen() directly and drop it ok florian | ||||
| * | remove unused code | 2020-02-17 | 20 | -1128/+22 | |
| | | | | | ok florian | ||||
| * | Get rid of isc_stdtime_t and use time_t directly. | 2020-02-16 | 5 | -113/+10 | |
| | | | | | OK millert | ||||
| * | cleanup | 2020-02-16 | 2 | -24/+4 | |
| | | | | | OK millert | ||||
| * | clock_gettime cannot fail if called correctly; unravel TIME_NOW | 2020-02-16 | 6 | -45/+13 | |
| | | | | | | | | indirections. (I'm not convinced that we always want to read CLOCK_REALTIME, in fact we probably want to almost always read CLOCK_MONOTONIC.) OK millert | ||||
| * | Move isc_time_formathttptimestamp to the only place it is used. | 2020-02-16 | 2 | -40/+2 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_formattimestamp | 2020-02-16 | 3 | -46/+9 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_add and isc_time_subtract | 2020-02-16 | 5 | -88/+17 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_compare | 2020-02-16 | 4 | -58/+16 | |
| | | | | | OK millert | ||||
| * | unravel isc_time_isepoch | 2020-02-16 | 3 | -26/+4 | |
| | | | | | OK millert | ||||
| * | remove timespec setters | 2020-02-16 | 3 | -53/+5 | |
| | | | | | OK millert | ||||
| * | Reduce interval indirection by setting struct members directly and | 2020-02-16 | 4 | -60/+11 | |
| | | | | | | using macros from sys/time.h OK millert | ||||
| * | 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 | |
| | | |||||
