Lines Matching +refs:clang +refs:format +refs:region
79 - Fix unused variable warning in unit test, from clang compile.
177 - Update to clang 14 in cirrus build test on Ubuntu Jammy 22.04.
223 readable text format. The number of IXFRs is num.rixfr in
948 - Fixup clang analysis warning in xfrd_parse_received_xfr_packet
1101 - Nicer output on travis for clang analysis.
1113 - Use travis for build check, initial unit test and clang analysis.
1206 - assertions for clang analysis.
1220 if the database format is modified or updated.
1227 - Fix clang analysis warning on null in closest encloser for wildcard
1229 - Fix clang analysis warnings.
1287 - Fix typo in clang analysis test.
1292 - clang analysis test.
1297 - please clang analyzer and fix parse of IPSECKEY with bad gateway.
1298 - Fix unit test code for clang analyzer.
1410 - For more clang warnings
1414 - Fix for clang analysis complaints.
1419 - Fix unused variable warnings from clang analyzer.
1456 - Fix warnings emitted by clang for --enable-packed. Alignment is not
1530 - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent
1544 - zone parser parses type AVC (it has TXT format).
1800 - Fix flto check for OSX clang.
2351 - Fix #546: output format errors in nsd_munin_ (Thanks Tom Hendrikx).
2503 - region-allocator has list of large allocations, so delete is in O(1).
2512 because of the format change. printout udb write complete for
2548 - Fix zone parser allocations to be in db region.
2600 - allocate radixtree in region for small (5%) total savings and
2602 savings in region).
2934 - remove clang security warning about %n in format string.
3056 - -flto check supports clang compiler.
3076 - configure checks size of off_t and increase region-allocator
3198 corrupted (bad header or wrong file format).
3219 - udbzone, store and read zone data in the random-access udb format.
3269 - cutest for speed of answer encoding, and format of answers for root.
3549 - Adjust nsd-patch to new ixfr.db format
3683 - Changed man pages format from mdoc to mansun, to support the Solaris OS.
3762 - Fixup ignored return value in region-allocator. Now returns a NULL
3763 memory allocation failure and leaves region in a consistent state.
3770 - port configure to AIX, removed warning on ALIGNMENT in region code.
3846 - NSEC3 new wireformat and presentation format from draft-09.
4039 and routines for it in region-allocator.c and .h.
4043 - added unit test for region recycle.
4076 - warnings for printf format on maxOS (sizet needs cast to int).
4122 - NSEC3-PARAM has no optout bit in presentation format.
4124 - differences in latex format (needs nlnetlabs housestyle).
4152 - in presentation format of NSEC3, NSEC3-PARAM reversed hash, optout.
4285 the region will perform individual allocs, and 'save memory'.
4286 The region still keeps tracks of allocations so that at
4288 - tsig.region removed, it was not used after attaching a cleanup
4289 at creation. tsig creation uses custom region settings.
4292 - new custom region for query region - to make chunksize larger
4293 there. The chunksize for the query region is important, if
4557 also crashproof, badly formatted tsigs get a format error.
4565 - redid some region work for tsig. Now has another temporary region
4566 for the context data. User is only aware of the region passed at
4569 and region allocs (of small size).
4732 - diff file format expanded for >64kb transfer support.
4790 - base32 printed in lowercase (canonical format for DNS).
4855 - difffile: destroy temp region on error.
4856 - difffile: in delete_RR, create temp region outside of the routine,
4857 so no alloc region, destroy region for every deleted RR.
4905 - xfrd state file format fix.
5011 - Removed header from DIFF file format. CRC not that important there,
5053 - DIFF file format updated.
5106 - Added crc at end of NSD-database format. Unique per db.
5110 - updated tpkg213 which compares md5 on a zonefile for new format.