summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.florian2020-12-212-40/+2
* Use IN_MULTICAST correctly, so it checks the IP address rather than thejmatthew2020-11-281-2/+2
* Do not "fall through" to the last "else" when we parsed the character.florian2020-10-191-1/+5
* We have sockaddr_storage these days, get rid of isc_sockaddr_t.florian2020-09-155-118/+135
* The various sockaddr structures have length fields these days.florian2020-09-153-13/+8
* we no longer need isc_netaddr_tflorian2020-09-155-214/+15
* move islinklocal, ismulticast, issitelocal from netaddr to sockaddrflorian2020-09-153-76/+14
* Mechanically replace isc_boolean_t with int.florian2020-09-1432-370/+327
* Bunch of dead stores and otherwise unused stuff lets us get rid offlorian2020-09-148-177/+15
* Rewrite isc_time_microdiff() as uelapsed() and put it directlyflorian2020-09-144-94/+8
* Get rid of isc_parse_uint32() and replace it with strtonum.florian2020-09-134-108/+3
* remove unused lex statesflorian2020-09-131-55/+1
* remove unused LEX_OPTsflorian2020-09-132-103/+5
* Remove unused callback mechanism / indirection.florian2020-09-121-37/+9
* fix socket_log() calls, EVENT expands to three comma separatedotto2020-05-101-4/+4
* Make sure cmsgbufs are properly aligned by using the idiom from theotto2020-05-081-5/+15
* In preparation of compiling lib/dns/rdata/ files individually we needflorian2020-02-265-85/+38
* In preparation of compiling lib/dns/rdata/ files individually we needflorian2020-02-265-53/+22
* use timingsafe_bcmp and get rid of now unused safe.cflorian2020-02-254-81/+10
* malloc(a * b) -> reallocarray(NULL, a, b)deraadt2020-02-256-34/+14
* declare isc_appctx_t once where it is usedjsg2020-02-252-9/+2
* reduce multiple newlinesjsg2020-02-2533-102/+31
* remove some unused typedefsjsg2020-02-251-7/+1
* remove some unused codejsg2020-02-243-71/+3
* remove some uneeded includesjsg2020-02-249-28/+22
* Fix 'previously declared here' error on gcc3(luna88k).aoyama2020-02-243-10/+1
* remove some unused functionsjsg2020-02-234-107/+4
* remove unused parts of types.hjsg2020-02-231-2/+1
* remove unused structsjsg2020-02-232-36/+2
* remove various unused macrosjung2020-02-222-11/+2
* remove some unused args and unused assignments, as resultjung2020-02-221-9/+5
* remove assigned but unused valuesjung2020-02-222-9/+1
* remove unused codejung2020-02-2212-648/+10
* Read CLOCK_MONOTONIC when we need timestamps to compare and useflorian2020-02-213-13/+13
* simplify signal setup and remove block/unblock/is_running/reloadjung2020-02-193-178/+6
* remove unreachable codejung2020-02-191-4/+0
* Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.florian2020-02-1822-1481/+277
* Remove unused task, taskmgr, app, socket and socketmgr methods.florian2020-02-186-188/+3
* isc_stdio_open() wrapper function is only called in lex'erjung2020-02-174-85/+9
* remove unused codejung2020-02-1720-1128/+22
* Get rid of isc_stdtime_t and use time_t directly.florian2020-02-165-113/+10
* cleanupflorian2020-02-162-24/+4
* clock_gettime cannot fail if called correctly; unravel TIME_NOWflorian2020-02-166-45/+13
* Move isc_time_formathttptimestamp to the only place it is used.florian2020-02-162-40/+2
* unravel isc_time_formattimestampflorian2020-02-163-46/+9
* unravel isc_time_add and isc_time_subtractflorian2020-02-165-88/+17
* unravel isc_time_compareflorian2020-02-164-58/+16
* unravel isc_time_isepochflorian2020-02-163-26/+4
* remove timespec settersflorian2020-02-163-53/+5
* Reduce interval indirection by setting struct members directly andflorian2020-02-164-60/+11