| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}. |  florian | 2020-12-21 | 2 | -40/+2 |
| * | Use IN_MULTICAST correctly, so it checks the IP address rather than the |  jmatthew | 2020-11-28 | 1 | -2/+2 |
| * | Do not "fall through" to the last "else" when we parsed the character. |  florian | 2020-10-19 | 1 | -1/+5 |
| * | We have sockaddr_storage these days, get rid of isc_sockaddr_t. |  florian | 2020-09-15 | 5 | -118/+135 |
| * | The various sockaddr structures have length fields these days. |  florian | 2020-09-15 | 3 | -13/+8 |
| * | we no longer need isc_netaddr_t |  florian | 2020-09-15 | 5 | -214/+15 |
| * | move islinklocal, ismulticast, issitelocal from netaddr to sockaddr |  florian | 2020-09-15 | 3 | -76/+14 |
| * | Mechanically replace isc_boolean_t with int. |  florian | 2020-09-14 | 32 | -370/+327 |
| * | Bunch of dead stores and otherwise unused stuff lets us get rid of |  florian | 2020-09-14 | 8 | -177/+15 |
| * | Rewrite isc_time_microdiff() as uelapsed() and put it directly |  florian | 2020-09-14 | 4 | -94/+8 |
| * | Get rid of isc_parse_uint32() and replace it with strtonum. |  florian | 2020-09-13 | 4 | -108/+3 |
| * | remove unused lex states |  florian | 2020-09-13 | 1 | -55/+1 |
| * | remove unused LEX_OPTs |  florian | 2020-09-13 | 2 | -103/+5 |
| * | Remove unused callback mechanism / indirection. |  florian | 2020-09-12 | 1 | -37/+9 |
| * | fix socket_log() calls, EVENT expands to three comma separated |  otto | 2020-05-10 | 1 | -4/+4 |
| * | Make sure cmsgbufs are properly aligned by using the idiom from the |  otto | 2020-05-08 | 1 | -5/+15 |
| * | In preparation of compiling lib/dns/rdata/ files individually we need |  florian | 2020-02-26 | 5 | -85/+38 |
| * | In preparation of compiling lib/dns/rdata/ files individually we need |  florian | 2020-02-26 | 5 | -53/+22 |
| * | use timingsafe_bcmp and get rid of now unused safe.c |  florian | 2020-02-25 | 4 | -81/+10 |
| * | malloc(a * b) -> reallocarray(NULL, a, b) |  deraadt | 2020-02-25 | 6 | -34/+14 |
| * | declare isc_appctx_t once where it is used |  jsg | 2020-02-25 | 2 | -9/+2 |
| * | reduce multiple newlines |  jsg | 2020-02-25 | 33 | -102/+31 |
| * | remove some unused typedefs |  jsg | 2020-02-25 | 1 | -7/+1 |
| * | remove some unused code |  jsg | 2020-02-24 | 3 | -71/+3 |
| * | remove some uneeded includes |  jsg | 2020-02-24 | 9 | -28/+22 |
| * | Fix 'previously declared here' error on gcc3(luna88k). |  aoyama | 2020-02-24 | 3 | -10/+1 |
| * | remove some unused functions |  jsg | 2020-02-23 | 4 | -107/+4 |
| * | remove unused parts of types.h |  jsg | 2020-02-23 | 1 | -2/+1 |
| * | remove unused structs |  jsg | 2020-02-23 | 2 | -36/+2 |
| * | remove various unused macros |  jung | 2020-02-22 | 2 | -11/+2 |
| * | remove some unused args and unused assignments, as result |  jung | 2020-02-22 | 1 | -9/+5 |
| * | remove assigned but unused values |  jung | 2020-02-22 | 2 | -9/+1 |
| * | remove unused code |  jung | 2020-02-22 | 12 | -648/+10 |
| * | Read CLOCK_MONOTONIC when we need timestamps to compare and use |  florian | 2020-02-21 | 3 | -13/+13 |
| * | simplify signal setup and remove block/unblock/is_running/reload |  jung | 2020-02-19 | 3 | -178/+6 |
| * | remove unreachable code |  jung | 2020-02-19 | 1 | -4/+0 |
| * | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. |  florian | 2020-02-18 | 22 | -1481/+277 |
| * | Remove unused task, taskmgr, app, socket and socketmgr methods. |  florian | 2020-02-18 | 6 | -188/+3 |
| * | isc_stdio_open() wrapper function is only called in lex'er |  jung | 2020-02-17 | 4 | -85/+9 |
| * | remove unused code |  jung | 2020-02-17 | 20 | -1128/+22 |
| * | Get rid of isc_stdtime_t and use time_t directly. |  florian | 2020-02-16 | 5 | -113/+10 |
| * | cleanup |  florian | 2020-02-16 | 2 | -24/+4 |
| * | clock_gettime cannot fail if called correctly; unravel TIME_NOW |  florian | 2020-02-16 | 6 | -45/+13 |
| * | Move isc_time_formathttptimestamp to the only place it is used. |  florian | 2020-02-16 | 2 | -40/+2 |
| * | unravel isc_time_formattimestamp |  florian | 2020-02-16 | 3 | -46/+9 |
| * | unravel isc_time_add and isc_time_subtract |  florian | 2020-02-16 | 5 | -88/+17 |
| * | unravel isc_time_compare |  florian | 2020-02-16 | 4 | -58/+16 |
| * | unravel isc_time_isepoch |  florian | 2020-02-16 | 3 | -26/+4 |
| * | remove timespec setters |  florian | 2020-02-16 | 3 | -53/+5 |
| * | Reduce interval indirection by setting struct members directly and |  florian | 2020-02-16 | 4 | -60/+11 |