summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/master_lexer_token_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2534] Support some minor cases for quoted character strings (compatibility w...Mukund Sivaraman2014-01-221-2/+7
* [2506] handled the case a number is expected but not foundJINMEI Tatuya2012-11-291-2/+4
* [2506] resolved remaining conflicts on rebaseJINMEI Tatuya2012-11-291-1/+1
* [2506] rename: MasterLexer::Token to MasterToken.JINMEI Tatuya2012-11-291-47/+39
* [2374] Some last cleanupsJelte Jansen2012-11-291-1/+1
* [master] Fix overflow catching in number lexer stateJelte Jansen2012-11-271-2/+5
* [2375] Add a test a token is actually producedMichal 'vorner' Vaner2012-11-191-2/+5
* [2373] unrelated extension to getString(): allow recycling the stringJINMEI Tatuya2012-11-151-0/+7
* [2370] make MasterLexerTokenTest members protected (not public) by conventionJINMEI Tatuya2012-10-271-1/+1
* [2370] overall documentation updatesJINMEI Tatuya2012-10-271-2/+2
* [2370] separate error type token to support error codeJINMEI Tatuya2012-10-271-1/+37
* [2370] introduced error codes for ERROR-type tokenJINMEI Tatuya2012-10-261-10/+8
* [2370] added some more tests, comment fixesJINMEI Tatuya2012-10-261-3/+15
* [2370] defined MasterLexer and its Token classes, added main methods and testsJINMEI Tatuya2012-10-261-0/+110