summaryrefslogtreecommitdiffstats
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2521] minor simplification: initialize mem var in the list when possible.JINMEI Tatuya2013-05-041-2/+1
* [2521] a minor style nit: adjusted a '*' position per style guideline.JINMEI Tatuya2013-05-041-1/+1
* [2521] divide Rdata_RRSIG_Test.badText into many smaller testsPaul Selkirk2013-05-021-11/+22
* [2521] style cleanup: remove trailing whitespacePaul Selkirk2013-05-023-3/+3
* [2521] further DHCID review updatesPaul Selkirk2013-05-023-44/+40
* [2521] further RRSIG review updatesPaul Selkirk2013-05-023-37/+68
* [2521] style cleanup: removed a space after EOLJINMEI Tatuya2013-04-291-1/+1
* [2521] remove erroneous whitespace in RRCollator test dataPaul Selkirk2013-04-261-2/+2
* [2521] more DHCID unit testsPaul Selkirk2013-04-262-36/+59
* [2521] RFC4034 only allows unsigned int in the RRSIG Original TTL fieldPaul Selkirk2013-04-263-36/+27
* [2521] more RRSIG unit testsPaul Selkirk2013-04-261-48/+167
* [2521] Handle space-separated base-64 digest in DHCID, per Jinmei's review.Paul Selkirk2013-04-262-10/+34
* [2521] Rearrange RRSIG parser error handling, per Jinmei's review.Paul Selkirk2013-04-263-27/+80
* [2521] doc cleanup for OPT, per Jinmei's reviewPaul Selkirk2013-04-261-1/+5
* [2521] constifyJINMEI Tatuya2013-04-231-1/+2
* [2521] style cleanups: folded a long line; constify variablesJINMEI Tatuya2013-04-231-17/+21
* [2521] add MasterLexer constructor for DHCIDPaul Selkirk2013-04-103-18/+51
* [2521] enabled previously disabled rrsig testPaul Selkirk2013-04-103-15/+13
* [2521] add MasterLexer constructor for RRSIGPaul Selkirk2013-04-086-29/+107
* [2521] add minimal doxygen comments for string & lexer constructorsPaul Selkirk2013-04-061-1/+7
* [2521] add MasterLexer constructor for OPTPaul Selkirk2013-04-062-1/+10
* [master] Remove duplicate Makefile.am rulesMukund Sivaraman2013-04-041-13/+4
* [master] use a separate object to pass to a function instead of a temporaryJINMEI Tatuya2013-04-041-13/+15
* [master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10JINMEI Tatuya2013-04-031-73/+73
|\
| * [master] fix order of .mes fileJeremy C. Reed2013-04-031-73/+73
* | [master] Merge branch 'trac2833'JINMEI Tatuya2013-04-0322-505/+979
|\ \ | |/ |/|
| * [2833] use example.com zone for tests using in-memory data source (cache)JINMEI Tatuya2013-04-032-29/+18
| * [2833] fixed a typo in docJINMEI Tatuya2013-04-031-1/+1
| * [2833] updated the doc ZoneTableSegment::create() for the latest interface.JINMEI Tatuya2013-04-021-3/+2
| * [2833] use NULL instead of 0.JINMEI Tatuya2013-04-021-1/+1
| * [2833] clarified the meaning of data source config passed to CacheConfigJINMEI Tatuya2013-04-021-2/+3
| * [2833] clarified error types, avoid using the word of "syntax"JINMEI Tatuya2013-04-021-3/+5
| * [2833] cleanup: removed static data source module.JINMEI Tatuya2013-04-026-180/+24
| * [2833] cleanup: removed a space at EOLJINMEI Tatuya2013-04-021-1/+1
| * [2833] throw CacheConfigError for duplicate zone names.JINMEI Tatuya2013-04-023-7/+9
| * [2833] some documentationJINMEI Tatuya2013-04-023-27/+90
| * [2833] added begin/end to CacheConfig instead of getZoneConfig.JINMEI Tatuya2013-04-023-31/+32
| * [2833] added test cases where 'allowed' is falseJINMEI Tatuya2013-04-021-2/+12
| * [2833] some cleanupJINMEI Tatuya2013-04-012-5/+2
| * [2833] pass CacheConfig to DataSourceClient and maintain it there.JINMEI Tatuya2013-04-013-42/+27
| * [2833] update/clarify the (new) meaning of DATASRC_LIST_NOT_CACHEDJINMEI Tatuya2013-04-012-10/+9
| * [2833] cleanup: removed now-unnecessary variableJINMEI Tatuya2013-04-011-4/+1
| * [2833] pass allow_cache to CacheConfigJINMEI Tatuya2013-04-016-41/+48
| * [2833] renamed ZoneTableConfig to CacheConfigJINMEI Tatuya2013-04-0112-212/+105
| * [2833] consolidate some cache related config checks in ZoneTableConfig.JINMEI Tatuya2013-04-0111-74/+146
| * [2833] (unrelated) corrected a trivial typoJINMEI Tatuya2013-03-291-1/+1
| * [2833] make ZoneTableSegment::create generic so it checks segment type.JINMEI Tatuya2013-03-293-8/+33
| * [2833] added ZoneTableConfig::getSegmentType() interface.JINMEI Tatuya2013-03-293-0/+36
| * [2833] revise ZoneTableSegment::create() so it takes ZoneTableConfigJINMEI Tatuya2013-03-2811-51/+156
| * [2833] tightened param validation in zt config ctor with dedicated tests.JINMEI Tatuya2013-03-285-7/+195